JBoss Community

Re: ClassCastException using CXF 2.7.0 JAX-RS Client in JBoss AS7

created by Viral Gohel in JBoss Web Services - View the full discussion

You need to disable the same like this,

 

<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
  <deployment>
    <exclude-subsystems>
      <subsystem name="jaxrs" />
      <subsystem name="webservices" />
    </exclude-subsystems>
  </deployment>
</jboss-deployment-structure>

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community