Hi,

I'm using XDoclet 1.1.2 with JBoss 3.0.0. I'm calling the <jboss> target 
from the buildfile like this:

<jboss version="3.0" destdir="${jar.dir}/META-INF" validateXml="true" />

The online doc states that the "typemapping" argument to the jboss 
target is not required and defaults to "Hypersonic SQL" but the 
generated files META-INF/jaws.xml and META-INF/jbosscmp-jdbc.xml end up 
with an empty <datasource-mapping></datasource-mapping> tagset.

Changing the call to
<jboss version="3.0" destdir="${jar.dir}/META-INF" validateXml="true" 
typemapping="Hypersonic SQL" />
resolves the problem with the missing datasource mapping.

It would be handy if xdoclet could grab the typemapping from the default 
file conf/standardjbosscmp-jdbc.xml, so the typemapping could be set 
serverwide.

I didn't check the latest from CVS, so maybe this issue is already obsolete.

Thanks,
-Michael



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to