0 Replies Latest reply on Jul 2, 2018 9:23 AM by tbh_8772

    JBoss EAP 7.0 - Use JBossWS and org.apache.cxf at same time

    tbh_8772

      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