Hi All,
I am using the JBoss EAP 7.0 to setup webservice provider (without JAXB).
To make it Asynchronous, I would need to use the org.apache.cxf.annotations.UseAsyncMethod .
However, the org.apache.cxf is having conflict with JBossWS and need to exclude the JBossWS and use CXF completely.
I would like to continue to use the JBossWS and use the org.apache.cxf only for UseAsyncMethod
It is possible?
Regards