JAXB unmarshaller does not work on WebSphere Application Server 7 when is the JAXB impl jar included in the WAR file?

We have a web application that connects to a web service. We use JAXB to sort and cancel the soap request and response. Since we use JDK 1.5, we included the JAXB jar in the WAR file. We were able to run it on Tomcat. However, when we deployed it to WAS 7, a sudden shutdown of the marker did not suddenly work. Although we did not receive any exceptions / errors from unmarshalling, we cannot extract anything from the resulting bean. The contents of the bean are null after unmapping. Please note that the JAXB marshaller is working, and we were able to successfully get the answer.

+5
source share
1 answer

In websphere Check class loading policy? He must be the last.

0
source

All Articles