Posts Tagged ‘JAXB2’
JAXB2 in WebLogic 9.2
Case:
We need use JAXB2 packaged version, rather than the version which is provided within WebLogic 9.2.
Fix:
In the weblogic-application.xml
, add the following block:
<prefer-application-packages> <package-name>javax.xml.bind.*</package-name> </prefer-application-packages>