Using Java 1.5 version in Weblogic 10.0 environment and not sure how I can find JAXB version used by the web container. I am using these 2 jars.
jaxb-api-2.1.jar
jaxb-impl-2.1.10.jar
Hi,
Looks like a JAXB class conflict issue when creating a JAXBContext.
What version of SE are you using? and what version of JAXB is utilized
by the Web container?
Paul.