I am also facing the same issue,is it possible to skip the class loader for the JAXB in context.java
- Code: Select all
try {
Class.forName("com.sun.xml.bind.marshaller.MinimumEscapeHandler");
log.info("JAXB: Using RI");
} catch (ClassNotFoundException cnfe) {
// JAXB Reference Implementation not present
log.info("JAXB: RI not present. Trying Java 6 implementation.");
if its possible could you give me the new build of doc4j with this change