Hello, this is my first post to the forum, please excuse me if I miss any etiquette rules.
We've been employing the use of docx4j (2.8.0) in our project for quite some time (fantastic tool by the way). Up until now, we've been deploying our application on a Tomcat7 server running OpenJDK 1.6. Everything has worked perfectly.
Recently, we've been trying to move our application to a Weblogic 10.3.6 server running Oracle JDK 1.6. The ...