[jboss-dev-forums] [JBoss AS 7 Development] - Re: Spring-WS 1.5.9 on JBoss AS 7
Melloware Inc
do-not-reply at jboss.com
Mon Dec 12 10:23:58 EST 2011
Melloware Inc [http://community.jboss.org/people/melloware] created the discussion
"Re: Spring-WS 1.5.9 on JBoss AS 7"
To view the discussion, visit: http://community.jboss.org/message/641099#641099
--------------------------------------------------------------
Alessio,
Thank you so much. You are right I added the following jboss-deployment-structure.xml to my /WEB-INF/ folder and essentially I have turned Jboss into a stripped down web application server by excluding all the EE features and allowing my WAR to contain Apache CXF 2.5.0 etc.
<jboss-deployment-structure>
<!-- For JBoss7AS and WS-Security to play nice must exclude the SAAJ jars -->
<!-- This is the top level ear module, which contains all the classes in the EAR's lib folder -->
<deployment>
<exclusions>
<module name="javaee.api" />
</exclusions>
</deployment>
</jboss-deployment-structure>
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/641099#641099]
Start a new discussion in JBoss AS 7 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/20111212/48eaa685/attachment.html
More information about the jboss-dev-forums
mailing list