2 Replies Latest reply on Dec 17, 2007 12:54 PM by flavia.rainone

    Problems with aspects configured in jboss-aop-jboss5.deploye

      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.