I’m facing the following problem: I have one module in my webapp that needs jaxb 1.x and the other module needs jaxb 2.x. The first module doesn’t work with the new version of jaxb, and the opposite. How can I use these two jars in one project?
Thanks.
I’m facing the following problem: I have one module in my webapp that needs
Share
If you are using the JAXB reference implementation, then you can use your JAXB 1 models with the JAXB 2 runtime by including the jaxb1-impl.jar.