In 1.5.x, dynamic AOP is most easily possible with interceptors.
In 2.0 it will be possible with everything. However, having said that you might be able to
do it with 1.5.x as well. Take a look at org.jboss.aop.advice.PerVmAdvice, it is used to
generate interceptor classes from aspects (in 1.5.x interceptors are used internally)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997326#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...