Hello, brothers. I'm trying to deploy simple
java web service with single web operation which performs text substitution in .docx file.
This operation works standalone as it is supposed to work, but fails upon deploying.
Jboss v 7.1
docx4j-2.8.1
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
The jboss log is:
It seems that there is some conflict between attached to web service libs and Jboss internal jaxb libs.
The code itself
Any suggestions?