Hmmm...it really pays to continue reading the documentation... :)

I didn't really solve my merge problem, but I did see that there were some 
jboss-specific class-level tags that I could add, which are working 
perfectly, in lieu of using merge points.

Thanks,
-jason


----- Forwarded by Jason Vasquez/AM/LLY on 09/18/2001 09:15 AM -----


Jason Vasquez
09/18/2001 09:04 AM

 
        To:     [EMAIL PROTECTED]
        cc: 
        Subject:        jboss merge points




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