Yep, please write on the jbossws forum at
https://community.jboss.org/en/jbossws/cxf
Regarding 1), you might need to move to a more recent version of JBoss
AS / WildFly.
Regarding 2), consider reading
https://docs.jboss.org/author/display/JBWS/Apache+CXF+integration and
having a look at the JBossWS testsuite.
Cheers
Alessio
On 19/08/13 15:32, Daniel Kulp wrote:
You may need to post this on the JBoss lists. Not sure what versions of JBoss
supported the exclude things.
Dan
On Aug 19, 2013, at 12:51 AM, Indranil Majumder (imajumde) <[email protected]>
wrote:
Hi, I am finding issues on deploying a web-app using CXF and spring
integration.
For various sources I came to know that there are two ways to go about it :
1. Using the
<exclude-subsystems>
<subsystem name="webservices" />
</exclude-subsystems>
In jboss-deployment-structure.xml
Or
2. Rely on JBossWS integration and the Apache CXF libraries included in
the application server.
I tried the 1st one but it seems that < exclude-subsystems > is not supported
by 7.1.1.Final.
For the 2nd approach I am not getting a proper document to rely on.
If somebody is aware of the 2nd approach and has actually tried it out, can you
please share the steps?
Even a documentation will do.
Thanks & Regards,
Indranil