I am getting the following error at line
JAXBContext jc = JAXBContext.newInstance( jaxbPackageName );
Provider com.sun.xml.bind.ContextFactory could not be instanti
ated: java.lang.IncompatibleClassChangeError: Implementing class
- with linked exception:
[java.lang.IncompatibleClassChangeError: Implementing class]
This is part of a war file and is running on IPlanet 6.0. My war file contains
xalan.jar,xercesImpl.jar, xmlapis.jar from Xalan_j_2_4
jaxb-apis.jar,jaxb-libs.jar,jaxb-ri.jar from JAXB-1.0 (Part of Java webservices pack from sun)
The war file works on IPlanet on NT (JDK 1.3.1_07), but when I move the war to Solaris (JDK 1.3.1_03), I get the excetion. The JAXB generated classes are in placed in a jar file and it is in WEB-INF\lib path.
Please help! Thanks in advance.