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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.