• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JAXB 1.0 and 1.0.2

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys, I wonder if you can help me out?

I'm using JAXB (1.0.2) in the development of a web service (Java 1.4.2, WebLogic 8.1).

In trying to run the code I get the following error:

class "javax.xml.namespace.NamespaceContext"'s signer information does not match signer information of other classes in the same package

I have the following JARs in the class path:

jaxb-api_v1_0.jar, jaxb-libs_v1_0.jar, jaxb-ri_v1_0.jar, jaxb-api_v1_0_2.jar, jaxb-impl_v1_0_2.jar, jaxb-libs_v1_0_2.jar,
jaxb-xjc_v1_0_2.jar

Now, I know the error is due to one of the JARs being signed and containing a package that is also in another unsiged JAR. Unfortunately I cannot alter what's in the classpath. Does anyone know of way around this?

Thanks


Matt
 
Evildoers! Eat my justice! And this tiny ad's justice too!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic