The XML parser we were using didn't allow for XInclude
support. We have now upgraded the xercesImpl.jar and
xml-apis.jar files to the latest versions to fix this
problem. This, however, requires the java.endorsed.dirs
path to be set at startup to override the java jax parser.
This can be achieved by adding this parameter to the command
line:
-Djava.endorsed.dirs="server/common/endorsed/"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1177364
The XML parser we were using didn't allow for XInclude
support. We have now upgraded the xercesImpl.jar and
xml-apis.jar files to the latest versions to fix this
problem. This, however, requires the java.endorsed.dirs
path to be set at startup to override the java jax parser.
This can be achieved by adding this parameter to the command
line:
-Djava.endorsed.dirs="server/common/endorsed/"