The org.picketlink.common in EAP 6.3.0.DR0 is missing dependencies to WS and JAXB which leads to the following failures in PL testsuite: [org.apache.cxf.phase.PhaseInterceptorChain] (http-localhost/127.0.0.1:8080-1) Interceptor for {urn:picketlink:identity-federation:pdp}SOAPSAMLXACMLPDP#{http://cxf.apache.org/jaxws/provider}invoke has thrown exception [...] Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/util/JAXBSource [...] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.util.JAXBSource from [Module "org.picketlink.common:main" from local module loader @6fbc18ca (finder: local module finder @25ffaf15 (roots: [...]/jboss-eap-6.3/modules,[...]/jboss-eap-6.3/modules/system/layers/base))] and [org.apache.cxf.phase.PhaseInterceptorChain] (http-localhost/127.0.0.1:8080-1) Interceptor for {urn:picketlink:identity-federation:sts}PicketLinkSTS#{http://cxf.apache.org/jaxws/provider}invoke has thrown exception [...] Caused by: java.lang.NoClassDefFoundError: javax/xml/ws/WebServiceException [...] Caused by: java.lang.ClassNotFoundException: javax.xml.ws.WebServiceException from [Module "org.picketlink.common:main" from local module loader @6fbc18ca (finder: local module finder @25ffaf15 (roots: [...]/jboss-eap-6.3/modules,[...]/jboss-eap-6.3/modules/system/layers/base))]
Pull Request: https://github.com/jbossas/jboss-eap/pull/1004
Upstream JIRA: https://issues.jboss.org/browse/WFLY-3065
Verified in 6.3.0.DR2