[jboss-dev-forums] [JBoss AS7 Development] - Re: AS7 and Dom4J

hantsy bai do-not-reply at jboss.com
Thu Oct 20 06:44:35 EDT 2011


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&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20111020/a16724ab/attachment.html 


More information about the jboss-dev-forums mailing list