Potential for XML Library Conflicts
This workaround describes how to avoid conflicts between versions of XML libraries.
The ITNCM - Base Java API uses objects that contain XML Documents as well as XML formatted Strings in some cases. Processing of the XML Document occurs in the client JVM for some methods, such as applying parameters to modeled CommandSets. In this situation, the version of XML libraries used by the ITNCM - Base Java API is required to occur first in the CLASSPATH used by the client JVM. This may cause conflicts with XML library versions required by other application APIs that are running in the JVM.