I am deploying JAX-WS webservice on websphere and when I am testing the same through soapUI, it is throwing below error. Please advice what can be the issue:
ClassCastException: com.ibm.xml.xlxp2.jaxb.JAXBContextImpl incompatible with com.sun.xml.bind.api.JAXBRIContext
Note: I have chanaged the classloader setting in websphere from parent first to parent last as well.
following are the jars in my war file.
jaxb-api-2.2.6.jar
jaxb-impl-2.2.5.jar
jaxb-xjc-2.1.9.jar
jaxws-api-2.1.jar
jaxws-maven-plugin-1.11.jar
jaxws-rt-2.1.5.jar
jaxws-tools-2.1.5.jar
Please advice what can be the issue? is it a common problem??
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…