Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to use my own implementation for jaxb library to avoid collision with jaxb implementation, bundled in GlassFish 3.1.2: i put jaxb-impl.jar to domain/lib/applib folder and specifies jaxb-impl.jar on 'Librraies' field of GlassFish deployment page. However, GlassFish still uses bundeled implementation that causes deployment fail. What i am doing wrong? Looks like JAXB conflict is a common problem for a GlassFish AS, v.3.1.2 or higher.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.