Posted By:
Anonymous
Posted On:
Tuesday, August 13, 2002 12:19 AM
Well, if you look in your Ant
build.xml file the jboss-specific tag within your ejbdoclet tag contains the datasource and datasource-mapping information that is eventually included within the
jbosscmp-jdbc.xml file.
The given section of my own Ant build file is as follows:
...
xmlencoding="UTF-8"
debug="${xdoclet.jboss.debug}"
typemapping="${type.mapping}"
datasource="${datasource.name}"
destdir="${build.ejb}/META-INF"
validateXml="${xdoclet.jboss.validateXml}"/>
...
Hope this helps,
Joost