When we run docx4j on JBOSS EAP 7 with Java8 we get an Exception concerning a missing NamespacePrefixMapper
- Code: Select all
10:39:18,125 ERROR [stderr] (default task-65) java.lang.NoClassDefFoundError: Failed to link org/docx4j/jaxb/NamespacePrefixMapper (Module "deployment.euvh.war:main" from Service Module Loader): com/sun/xml/bind/marshaller/NamespacePrefixMapper
The stack trace also includes:
10:39:18,128 ERROR [org.docx4j.jaxb.Context] (default task-65) PANIC! No suitable JAXB implementation available
10:39:18,128 ERROR [org.docx4j.jaxb.Context] (default task-65) JAXB: neither Reference Implementation nor Java 6 implementation present?: javax.xml.bind.JAXBException: JAXB: neither Reference Implementation nor ...

News of Forums