[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Re: EJBRegistrationDeployer causes loop!?

adrian@jboss.org do-not-reply at jboss.com
Tue Jul 3 10:48:10 EDT 2007


"wolfc" wrote : On one machine (and only on that machine) the EJBRegistrationDeployer won't come up. The EJBRegistrationDeployer doesn't take any inputs, so how can it cause a loop?
  | 2007-07-03 16:01:59,825 WARN  
  |   | 
  |   | ...
  |   | 
  |   | org.jboss.deployment.security.SecurityDeployer at d9b071{inputs=[org.jboss.metadata.BeanMetaData, org.jboss.metadata.ApplicationMetaData, org.jboss.deployment.security.ignoreMe, org.jboss.metadata.WebMetaData] outputs=[jboss.jacc]}
  |   | 
  |   | ...
  |   | 
  |   | org.jboss.ejb3.deployers.EJBRegistrationDeployer at 1d6bff7{inputs=[] outputs=[org.jboss.deployment.security.ignoreMe, org.jboss.ejb3.Ejb3Deployment]}
  |   | }
  |   | 
  | 
  | It's claiming a loop because after the sort the "ignoreMe" that it outputs
  | is an input for an earlier deployer.
  | 
  | The problem is because the sort is too simple. Its only looking at neighbours
  | so it never compares the EJBRegistrationDeployer with the SecurityDeployer
  | because the EJBDeployer is inbetween and they are in a sorted state relative to that.

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

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



More information about the jboss-dev-forums mailing list