hantsy bai [
http://community.jboss.org/people/hantsy] created the discussion
"Re: AS7 and Dom4J"
To view the discussion, visit:
http://community.jboss.org/message/632706#632706
--------------------------------------------------------------
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
[
http://community.jboss.org/message/632706#632706]
Start a new discussion in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]