Having been able to merge files into jboss.xml and jbosscmp-jdbc.xml, I have been trying without success to merge ejb-ref XML lines into the jboss-web.xml file. Example: my-jboss-ejb-web.xml <ejb-ref> <ejb-ref-name>ejb/SecuredEJB</ejb-ref-name> <jndi-name>ejb/Public</jndi-name> </ejb-ref>
<ejb-ref> <ejb-ref-name>ejb/PrivateEJB</ejb-ref-name> <jndi-name>ejb/Private</jndi-name> </ejb-ref> into jboss-web.xml: <jboss-web> <security-domain>java:/jaas/example1</security-domain> <!-- should be inserted here --> </jboss-web> How can one adapt the existing XDoclet 1.2 to allow the merging of customized XML files into jboss-web.xml? I see that the merge files for jboss.xml and jbosscmp-jdbc.xml have all been named in the XDoclet documentation, while no merge files have been named for jboss-web.xml. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
