Hi,
Bug 1:
In your XDoclet configuration for Jboss, I set
datasource=java:/jdbc/webstockDS
destDir=src/META-INF
and they works. But the setting:
datasorceMapping=MS SQLSERVER
does not work. You won’t find it in jbosscmp-jdbc.xml file but it should be there.
Bug 2:
This bug looks like to related to bug1 but is is independent.
Because the automatically created file jbosscmp-jdbc.xml allows to change, so, I added
<datasource-mapping>MS SQLSERVER</datasource-mapping>
into it. By the way, thanks your nice context menu make this work much easier.
After I run “Run XDoclet”, my changes are gone.
Thanks
Fei Li