Just starting to work with merge points and the JBoss deployment 
descriptors.  I've done OK with merging resource-managers, but I'm having 
some difficulty getting the jboss-{0}.xml file(s) to merge in.

For example, I have a bean with ejb-name DocumentOrdering that needs to 
reference a bean (deployed in another app on the same server) under the 
jndi-name cams/UserBean. I defined an xml file called 
jboss-DocumentOrdering.xml that contains this:

<session>
  <ejb-name>DocumentOrdering</ejb-name>
  <ejb-ref>
    <ejb-ref-name>ejb/UserBean</ejb-ref-name>
    <jndi-name>cams/UserBean</jndi-name>
  </ejb-ref>
</session>

That xml file is in a directory with my jboss-resource-managers.xml file, 
which is working fine. It just appears that this file is never merged in 
to the resulting jboss.xml.

Any ideas (by the way, I haven't had time to upgrade yet -- I'm still 
using ejbdoclet 1.2)

Thanks,
Jason Vasquez

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to