Cannot use docx4j inside of JBoss 7

后端 未结 6 631
长情又很酷
长情又很酷 2020-12-18 06:42

I was able to successfully create a simple project with docx4j ( http://www.docx4java.org ). This simple project successfully created and wrote on a .docx document. Now I

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-18 07:31

    Please have a look at the docx4j JBOSS deployment forum

    For example, from one of the posts:

    version of my Serializer and Xalan jars. I had 2.7.1 for each as instructed, but my App Server (JBoss 5.1.0) had different versions (un-numbered: serializer.jar and xalan.jar) in the root lib/endorsed folder which was overriding these. When i replaced these jars with the 2.7.1 versions it worked perfectly.

    Please let us know if the suggestions there work for you, or not.

提交回复
热议问题