Community
Participate
Working Groups
The ExceptionCleaner aspect in util currently checks for Throwable: after(Object o) throwing(Throwable t) : exposedViaJmx(o) { if (t instanceof Exception) { .... } } Once bug 292239 is fixed in AspectJ, this can be changed to"throwing(Exception)" and the instanceof check can be deleted.
Need to upgrade AspectJ to pick up this fix.
We are now on AspectJ 1.6.12 and the Bug mentioned below has been fixed.
Thanks for spotting this. We are free to try the tidy up suggested in the description.
Fixed with http://git.eclipse.org/c/virgo/org.eclipse.virgo.root.git/commit/?id=d031ad25e64503dab9f20a2073969015eeaec97e
LGTM. Thanks Dani for fixing this.