Hi
I am getting the following exception when trying to unmarsha using jaxb
provided in jwsdp1.3 in a junit test running with ant1.6. Note that my
classpath contains only jaxb libs and the jwsdp-shared libs, but not the
jwsdp1.3 classpath. How can I fix it?
TIA,
-chikkala
javax.xml.bind.JAXBException
- with linked exception:
[javax.xml.bind.JAXBException
- with linked exception:
[java.lang.SecurityException: class
"javax.xml.namespace.NamespaceContext"'s signer
information does not
match signer information of other classes in the same package]]
at
com.sun.xml.bind.ContextFactory_1_0_1.createContext(ContextFactory_1_0_1.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:96)
at
javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:229)
at javax.xml.bind.ContextFinder.find(ContextFinder.java:149)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:281)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:238)
at
com.sun.jbi.internal.ui.bpel.util.BpelModelBuilder.getJAXBContext(BpelModelBuilder.java:77)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net