Excluding jaxb-2.2.5 and using jaxb-impl-2.2.6 in an EAR on EAP 6.4.0
Hello guys,
for a couple of days i try to configure my jboss-deployment-structure.xml
to use another version of jaxb-imple/jaxb-api in my webservice packaged in an ear/lib.
My main aim is not to change base installation of jboss eap 6.4.0.
I want to solve the problem: https://github.com/javaee/jaxb-v2/issues/890 .
For example for cxf it works but do not work for jaxb.
I tried also to install jaxb-impl as another module version and added to JBOSS_MODULEPATH
Another configuration of jboss-deployment-structure.xml do not work also:
Excluding whole webservice subsystem and adding another version was also not succesfull:
I tried more configurations but it works only if i directly change the jars(jboss-eap-6.4\modules\system\layers\base\com\sun\xml\bind\main) in the jboss installation.
Can somebody help me with this problem?
I there a patch allready for EAP 6.4 which updates jaxb-2.2.5?
Regards
Gary
Responses