Viral Gohel [
https://community.jboss.org/people/vrlgohel] created the discussion
"Re: ClassCastException using CXF 2.7.0 JAX-RS Client in JBoss AS7"
To view the discussion, visit:
https://community.jboss.org/message/806815#806815
--------------------------------------------------------------
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
[
https://community.jboss.org/message/806815#806815]
Start a new discussion in JBoss Web Services at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]