"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(a)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@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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...