Bug 1064405

Summary: Missing dependencies of org.picketlink.common module
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Hynek Mlnarik <hmlnarik>
Component: PicketLinkAssignee: Peter Skopek <pskopek>
Status: CLOSED CURRENTRELEASE QA Contact: Hynek Mlnarik <hmlnarik>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.3.0CC: asaldhan, jcacek, kkhan, pslavice
Target Milestone: DR2   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-28 15:25:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Hynek Mlnarik 2014-02-12 14:32:57 UTC
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))]

Comment 1 Peter Skopek 2014-03-04 19:12:31 UTC
Pull Request: https://github.com/jbossas/jboss-eap/pull/1004

Comment 2 Peter Skopek 2014-03-04 19:13:59 UTC
Upstream JIRA: https://issues.jboss.org/browse/WFLY-3065

Comment 3 Hynek Mlnarik 2014-03-10 14:37:08 UTC
Verified in 6.3.0.DR2