Hi,
I'd like to know how I can configure the ejbjar task to include the
jbosscmp-jdbc.xml descriptor file. The jbosscmp-jdbc.xml file is in the
descriptor directory but is not being added to the ejb jar file. The ejbjar
task was including the jaws.xml file when I was using a lower version of
jboss.
<!-- Create ejb jar files -->
<target name="jar" depends="compile">
<ejbjar srcdir="build"
descriptordir="descriptor"
naming="ejb-name">
<jboss destdir="${jar.dir}"/>
<include name="**/*ejb-jar*.xml"/>
<exclude name="**/*jboss*.xml"/>
</ejbjar>
</target>
Thanks,
John
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>