Bug 1117803 - NPE in WSTrustClient
Summary: NPE in WSTrustClient
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Security
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER10
: EAP 6.3.0
Assignee: Anil Saldhana
QA Contact: Hynek Mlnarik
Russell Dickenson
URL:
Whiteboard:
Depends On: 1118283
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-09 12:25 UTC by Hynek Mlnarik
Modified: 2015-09-01 03:34 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 14:40:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.