|
Modifications to build.xml
|
Building the Java files for the web application require that the JBoss server library files be included in the class path.
|
|
Modifications to jboss.xml
|
The DTD for the jboss.xml file changed from 3.0.8 to 4.0. Modified the files to reflect that change. Painful XML configuration file problems like this are why I am re-writing to use XDoclet.
|
|
Use postgres-anduril-service4-ds.xml instead of postgres-anduril-service.xml
|
This is the Datasource file that is compliant with the JBoss 4.0 standards for deploying datasources.
|