Page 1 of 1

EAP 7.2, 7.3 and WildFly 20.0.1

PostPosted: Fri Nov 06, 2020 9:56 am
by jason
To get docx4j working in any of these environments, you do 2 things in your project.

First, use maven to add docx4j-JAXB-ReferenceImpl as a dependency

Second, create src/main/webapp/WEB-INF/jboss-deployment-structure.xml containing

Syntax: [ Download ] [ Hide ]
Using xml Syntax Highlighting
<jboss-deployment-structure>        
        <deployment>
           <dependencies>
              <module name="com.sun.xml.bind" />
            </dependencies>
        </deployment>
</jboss-deployment-structure>
 
Parsed in 0.001 seconds, using GeSHi 1.0.8.4


See further https://access.redhat.com/solutions/4284651

We have tested/confirmed this config on EAP 7.2.9, 7.3, 7.3.3 and WildFly 20.0.1

There is no need to make any system-wide config change.

Re: EAP 7.2, 7.3 and WildFly 20.0.1

PostPosted: Thu Aug 19, 2021 7:55 pm
by jason
Verified that this configuration still works in WildFly 23: docx-java-f6/propertyexception-when-using-docx4j-in-wildfly-23-t3020.html