[jboss-user] [JCA/JBoss] - Re: EJB dependencies

2008-03-27 Thread [EMAIL PROTECTED]
Hi Adrian, We would need this feature too in the future. Does this change in JBoss 5? What would going into building a patch for this issue? We might be able to help out if someone can guide us. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139481

[jboss-user] [JCA/JBoss] - Re: EJB dependencies

2008-03-31 Thread [EMAIL PROTECTED]
There's a jboss-ra.xml in JBoss5, but I don't see any support for a depends tag. http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/trunk/connector/src/resources/schema/jboss-ra.xsd?revision=54873&view=markup Raise a feature request and/or provide a patch. View the original post : http://www.jbos

[jboss-user] [JCA/JBoss] - Re: EJB dependencies

2007-06-28 Thread [EMAIL PROTECTED]
There's currently no way for a rar to depend on anything. Hypothetically, there should be a META-INF/jboss-ra.xml where you could specify: | |jboss.j2ee:service=EJB,name=whatever | | but this doesn't exist, so raise a feature request or provide a patch. View the original post :

[jboss-user] [JCA/JBoss] - Re: EJB dependencies

2007-06-29 Thread georgesberscheid
Hi Adrian, thanks a lot for that clear statement. I will go ahead and submit a feature request; I don't think I'm up to the task of creating a patch myself in a reasonable amount of time. In the meantime I will try to play around with deployment order and see if I can get my EJBs to deploy befo

[jboss-user] [JCA/JBoss] - Re: EJB dependencies

2007-06-29 Thread [EMAIL PROTECTED]
Try "Russian Doll" packaging myrar.rar/myejb.jar or the prefix ordering 01myejb.jar 02myrar.rar See the docs/wiki (or other posts in these forums) for more info on these. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059164#4059164 Reply to the post : htt