[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Problems with aspects configured in jboss-aop-jboss5.deploye

adrian@jboss.org do-not-reply at jboss.com
Thu Dec 6 10:14:05 EST 2007


There is a race condition with the aspects deployed in the aop aspect deployer
and other deployers that want to use them.

I added the JMX advice to the EjbParsingDeployer
http://fisheye.jboss.com/browse/JBossAS/trunk/server/src/main/org/jboss/deployment/EjbParsingDeployer.java?r1=67934&r2=67935

But this does not work if the ejb deployer is deployed before the aop deployer.
It does not know to apply the advice.

A temporary fix would be move these beans to the bootstrap-beans.xml
but we need to come up with a better solution.

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

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



More information about the jboss-dev-forums mailing list