I am trying to use the JAXB support of spring-oxm version 0.9.1 with the JAXB 2.0 implementation of Sun.
I believe that may be a bug in the JaxbMarshaller.afterPropertiesSet() method at line 112.
The call to unmarshaller.setValidating() is deprecated according to:
https://jaxb.dev.java.net/nonav/jaxb...dating(boolean)
and always throws the mentioned exception


Reply With Quote