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&...]