Hi,
I've been studying the JBoss AOP code an noticed a few migth-be-bugs
PerVmAdvice:191
if there is only one advice it is assumed to be an Invocation, but if it is a subclass, the application can crash rather ungracefully
PerVmAdvice:181
This condition can not occur (see line 107)
Wouter