[jboss-dev-forums] [JBoss AS 7 Development] - Re: Apache CXF and RESTful web services...

Stuart Douglas do-not-reply at jboss.com
Fri Nov 30 15:56:05 EST 2012


Stuart Douglas [https://community.jboss.org/people/swd847] created the discussion

"Re: Apache CXF and RESTful web services..."

To view the discussion, visit: https://community.jboss.org/message/779402#779402

--------------------------------------------------------------
If you are using EAP, or a custom built version of AS7 upstream you should be able to get it to work by adding this into your jboss-deployment-structure.xml:

<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
  <deployment>
     <exclude-subsystems>
        <subsystem name="resteasy" />
    </exclude-subsystems>
    </deployment>
</jboss-deployment-structure>

Unfortunatly this was added after 7.1.1, however it basically means that the container will not add resteasy into your deployment, or attempt to do any jax-rs integration.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/779402#779402]

Start a new discussion in JBoss AS 7 Development at Community
[https://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/20121130/65f7978f/attachment-0001.html 


More information about the jboss-dev-forums mailing list