0 Replies Latest reply on May 12, 2016 6:39 AM by mgidwani-1

    WFLYWS0066: Servlet class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet declared in web.xml; either provide a proper deployment relying on JBossWS or disable the webservices subsystem

    mgidwani-1

      I am trying to migrate application from JBoss AS7 to WilfFly9 and getting following error. How to resolve this using JBossWS instead of disabling it.

       

      WFLYWS0066: Servlet class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet declared in web.xml; either provide a proper deployment relying on JBossWS or disable the webservices subsystem for the current deployment adding a proper jboss-deployment-structure.xml descriptor to it. The former approach is recommended, as the latter approach causes most of the webservices Java EE and any JBossWS specific functionality to be disabled."},

       

      Thanks