I've been attempting to run docx4j as a component of an IBM FileNet workflow (runs as a WebSphere Application) and I'm receiving the following error:
javax.xml.bind.JAXBException: Provider com.sun.xml.internal.bind.v2.ContextFactory could not be instantiated: com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException: 61 counts of IllegalAnnotationExceptions
Two classes have the same XML type name "CT_TwipsMeasure". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.docx4j.wml.CTTwipsMeasure
at protected org.docx4j.wml.CTTwipsMeasure org.docx4j.wml.CTFramesetSplitbar.w
at org.docx4j.wml.CTFramesetSplitbar
at public org.docx4j.wml.CTFramesetSplitbar ...