Bug 1117803

Summary: NPE in WSTrustClient
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Hynek Mlnarik <hmlnarik>
Component: SecurityAssignee: Anil Saldhana <asaldhan>
Status: CLOSED CURRENTRELEASE QA Contact: Hynek Mlnarik <hmlnarik>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.3.0CC: anmiller, kkhan, nziakova, olukas, pskopek, pslavice
Target Milestone: ER10Keywords: Regression
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-08-06 14:40:33 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:
Bug Depends On: 1118283    
Bug Blocks:    

Description Hynek Mlnarik 2014-07-09 12:25:33 UTC
The following exception is thrown in EAP 6.3.0.ER9, not seen in 6.3.0.ER8:

java.lang.NullPointerException
	at org.picketlink.identity.federation.api.wstrust.WSTrustClient.<init>(WSTrustClient.java:89)
	at org.picketlink.identity.federation.api.wstrust.WSTrustClient.<init>(WSTrustClient.java:69)
	at org.picketlink.test.trust.tests.TrustTestsBase.getAssertionFromSTS(TrustTestsBase.java:74)
        [...]

The following related testcases in PicketLink integration testsuite started to fail due to this exception:
* POJOWSAuthorizationAS7TestCase
* PicketLinkSTSIntegrationUnitTestCase
* STSWSClientAS7TestCase

This issue is also manifested in picketlink-sts EAP quickstart.

Comment 2 Kabir Khan 2014-07-10 22:30:39 UTC
fixed by upgrade https://bugzilla.redhat.com/show_bug.cgi?id=1118283

Comment 3 Ondrej Lukas 2014-07-17 12:06:43 UTC
Verified in EAP 6.3.0.ER10.