Right now the CMTxInterceptorFactory is instantiated per class join point. It should
actually be instantiated per vm.
This used to be the case with org.jboss.aop.advice.AspectFactoryDelegator which caches the
factory, but org.jboss.aop.microcontainer.beans.DelegatingBeanAspectFactory does not.
Apart from the fact that the scoping of an aspect factory can't be configured, is
there a reason why DelegatingBeanAspectFactory doesn't cache?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228728#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...