[jboss-user] [JBoss AOP] - Re: [org.jboss.aop.deployment.AspectDeployer:254] failed to

system.out do-not-reply at jboss.com
Tue Oct 2 11:16:40 EDT 2007


I debugged the code and maybe somebody from AOP team can explain: [AOP version: jboss-aop_1.5.5.GA]
Here is the chain of calls that throws RuntimeException

-> AspectDeployer.stop(DeploymentInfo) line:241
-> AspectXmlLoader.bulkUndeploy() line: 1355
-> AspectManager.removeBindings(ArrayList) 
-> ClassAdvisor.removeAdviceBindings(ArrayList)
-> ClassAdvisor.rebuildInterceptors() line 974
-> ClassAdvisor.createInterceptorChains() line 607
-> ClassAdvisor(Advisor).resolveMethodPointcut(HashMap, AdviceBinding)
-> .... 
-> ClassAdvisor(Advisor).hasAnnotation(Method, String) line: 392

 at this point the class has been undeployed in 'ha-singleton' directory and AOP throws java.lang.RuntimeException: java.lang.RuntimeException: javassist.NotFoundException: ....

Why does AOP need to rebuild Interceptors during/after undeployment ??!!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090711#4090711

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090711



More information about the jboss-user mailing list