[jboss-user] [Beginner's Corner] - Error while booting Jboss 5.0.1. Can anybody help?

Wolfgang Knauf do-not-reply at jboss.com
Mon Aug 30 10:07:06 EDT 2010


Wolfgang Knauf [http://community.jboss.org/people/WolfgangKnauf] replied to the discussion

"Error while booting Jboss 5.0.1. Can anybody help?"

To view the discussion, visit: http://community.jboss.org/message/559557#559557

--------------------------------------------------------------
Hi,

you have an ear file "1.ear", which contains a whole lot of EJB jars, one for each bean, I assume?
It seems you have some kind of dependency beetween the beans, but JBoss cannot detect the correct deploy order, because they are split beetween jar files.
Why this? You can place all EJBs in one single EJB jar file, and this will avoid this dependency problem.

If this is not possible, you might take a look at the JBoss specific "@Depends" annotation, but I fear this one will not work cyclic dependencies.

Best regards

Wolfgang

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/559557#559557]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100830/9a336a9d/attachment.html 


More information about the jboss-user mailing list