Sample use case: You have a .war in an .ear, and the .war has a web.xml with a <servlet-class> that refers to a JAX-WS endpoint, so the class is annotated with @WebService. If that class is packaged in a jar found in the ear's lib directory, the JBossWS DUP won't pick it up, and then Undertow will throw an error like this (except of course the JBossWeb equivalent): UT010009: Servlet ClientEndpoint of type class com.redhat.gss.jaxws.ClientEndpoint does not implement javax.servlet.Servlet
Alessio Soldano <asoldano> updated the status of jira WFLY-3067 to Resolved
Verified on EAP 6.2.3 CR2. EarLibTestCase is passing. For example see https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP-6.2.x-CP/view/EAP-6.2.x-CP-common-trigger/job/eap-62x-patched-as-testsuite-RHEL-matrix-OracleJDK7/jdk=java17_default,label_exp=RHEL6%26%26x86_64/lastCompletedBuild/testReport/org.jboss.as.test.integration.ws.basic/