Hi Jason,
I am using maven to get docx4j jars. here is the maven configuration
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j</artifactId>
<version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>org.plutext</groupId>
<artifactId>jaxb-svg11</artifactId>
</exclusion>
<exclusion>
<groupId>org.plutext</groupId>
<artifactId>jaxb-xmldsig-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.plutext</groupId>
<artifactId>jaxb-xslfo</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.2.5-b04</version>
</dependency>
this works fine when i am using java 1.6 and jboss7.1.1 i get some errors in the logs but the desired output is produced. here is the sample log i get
21:05:48,575 WARN (http--127.0.0.1-8080-2) Failed ...

News of Plutext