Dependencies that one can specify in jboss.xml didn't work (at least for me).
I was trying to make those  like this
jboss.j2ee:jndiName=MyBeanName,service=EJB
To make the given EJB depend on one MyBean

The fix is rather trivial and I'm not sure if I should put it on sourceforge.net.

It's one line change for
jboss.jar!org.jboss.deployment.J2eeApplicationMetaData
where:
final Collection modules = new HashSet();
should be replaced by the 
final Collection modules = new ArrayList();

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

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


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to