1
vote
3answers
372 views
JAXB 2 in an Oracle 10g Webapp
I have a web application that uses JAXB 2. When deployed on an Oracle 10g app server I get errors as soon as I try to marshal an XML file. It turns out that Oracle includes JAXB 1 in a jar sneaki …
3
votes
4answers
1k views
“loader constraints violated when linking javax/xml/namespace/QName class” from webapp on Oracle 10g
We have a web application that can be deployed on many application servers, including Oracle 10g. On that platform, however, we are having classpath issues. The webapp uses JAXB 2, but Oracle 10g …
