Initially I was using Weblogic 10.3 version with wlfullclient.jar , I was getting the error, When I moved back to Weblogic 10.0 version with the same jar wlfullclient.jar still it did not resolve the issue. Removed wlfullclient.jar from the path then everything started working fine.
--- On Tue, 8/4/09, RajKal <rajkal23_at_yahoo.com> wrote:
From: RajKal <rajkal23_at_yahoo.com>
Subject: [Jersey] Could not initialize class com.sun.xml.bind.v2.model.impl.RuntimeBu
To: users_at_jersey.dev.java.net
Cc: Paul.Sandoz_at_Sun.COM
Date: Tuesday, August 4, 2009, 2:17 PM
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.