A wise old hermit known only as Jeff Schnitzer <[EMAIL PROTECTED]> once
said:
> Looks like XDoclet is currently out of sync with the expectations of
> JBoss 3.0. Using the latest CVS versions of both, XDoclet generates:
>
> <jbosscmp-jdbc>
> <defaults>
> <datasource>java:/BlahDS</datasource>
> <type-mapping>MS SQLSERVER2000</type-mapping>
> </defaults>
> ....
>
> but this needs to be:
>
> <jbosscmp-jdbc>
> <defaults>
> <datasource>java:/BlahDS</datasource>
> <datasource-mapping>MS SQLSERVER2000</datasource-mapping>
> </defaults>
> ....
The jbosscmp-jdbc_xml.j template has
<defaults>
<datasource><XDtConfig:configParameterValue
paramName="Datasource"/></datasource>
<datasource-mapping><XDtConfig:configParameterValue
paramName="Typemapping"/></datasource-mapping>
</defaults>
in the version I have here. Are you sure you're using the current CVS
copy?
Andrew.
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user