I'm using xdoclet 1.2.3, ant 1.6.2, jdk 1.5.
I wand to include the definition of a bean witch is not processed with
the tags to the jboss.xml. Here is the ant build file fragment:
<jboss version="4.0" mergeDir="${ejb.conf.dir}"
xmlencoding="UTF-8"
destDir="${ejb.gen.dir}/META-INF"
validateXML="true"
/>
and here is how it looks the jboss-beans.xml:
<session>
<ejb-name>PA_STASv2-SO_RicercaService</ejb-name>
<jndi-name>stasv2/so/ejb/RicercaFCDSBPA</jndi-name>
</session>
and finally here is a fragment of the jboss.xml that I get:
<enterprise-beans>

<session>
<ejb-name>PA_STASv2-SO_RicercaService</ejb-name>
<jndi-name>stasv2/so/ejb/RicercaFCDSBPA</jndi-name>
</session>
[.....]
</enterprise-beans>
the problem is the invalid character sequence [].
If I exclude the merge bean definition (e.g. I rename the
jboss-beans.xml) everythink works well.
How comes?
Thanks, E.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user