HI,
I am bit confused with MOXy and need some help.
We are using docx4j for converting xhtml to docx.
While I was playing around with xhtml import, I got this exception javax.xml.bind.JAXBException: JAXB: neither Reference Implementation nor Java 6 implementation present?
I am using java 7 and 8, so I have no idea how it could happen that jaxb from jre not found. Probably some class loading issue. Our application runs as an osgi ...