Hi Experts,
I am using docx4j API to manipulate a word document. When I am trying to use the docx4j API in a sample code I am able to do the edition correctly.
But when i deployed code to my server (Content Management Server) its giving the error.
My deployed code is running on JBoss.
Below is the error stack trace. Kindly give me the solution to the problem.
---------------------------------------------------------
java.lang.LinkageError: loader constraint violation: when resolving method "javax.xml.bind.JAXBElement.getName()Ljavax/xml/namespace/QName;" the class loader (instance of java/net/URLClassLoader) of the current class, org/docx4j/XmlUtils, and the class loader (instance of <bootloader>) for resolved class, javax/xml/bind/JAXBElement, have different Class objects for the type javax/xml/namespace/QName used in the signature
at org.docx4j.XmlUtils.unwrap(XmlUtils.java:260)
---------------------------------------------------------
'Any help is appreciated.
Thanks & Regards,