-
Bug
-
Resolution: Done
-
Blocker
-
IBM BAMOE 8.0.4.GA
-
False
-
None
-
False
-
CR1
-
-
-
-
-
-
CR2
-
+
-
---
-
---
-
-
When deploying KIE Server/jBPM engine on the IBM WebSphere server, the following exception is raised:
java.lang.LinkageError: loading constraint violation: loader "com/ibm/ws/classloader/CompoundClassLoader@5a6b6b0e" previously initiated loading for a different type with name "javax/xml/namespace/QName" defined by loader "com/ibm/oti/vm/BootstrapClassLoader@ede5ccd"
This is due to the fact that the "javax/xml/namespace/QName" class is twice on the classpath and causing a clash for the classloader. The root cause is that the dependency wsdl4j:wsdl4j:jar:1.6.3.redhat-00004 contains this class and it is the only class from the "javax.xml.namespace" package in this dependency even though this package contains also the "NamespaceContext" interface too. Therefore, the inclusion of this class is probably a mistake. Moreover, this didn't happen on RHPAM 7.13.4 because that depends on the wsdl4j:wsdl4j:jar:1.6.3.redhat-2 artifact, which doesn't contain the QName class or any other class from this package.