JBoss Community

Re: AS7 and Dom4J

created by hantsy bai in JBoss AS7 Development - View the full discussion

This does not work here.

 

I added seam3 reports (and jasperreports) into myapplication, and excluded dom4j in pom.

 

Either I added dom4j in jboss-deployment-structure.xml or war plugin configuration, the same problem occured.

 

 

maven-war-plugin

<archive>
                                <manifestEntries>
                                    <Dependencies>org.dom4j</Dependencies>
                                </manifestEntries>
                            </archive>

 

 

jboss-deployment-structure.xml

 

<jboss-deployment-structure>
    <deployment>
        <dependencies>
            <module name="org.jboss.logmanager" />
            <module name="org.dom4j" />
        </dependencies>
    </deployment>
</jboss-deployment-structure>

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community