[jboss-jira] [JBoss JIRA] Created: (JBID-222) NullPointerException when starting samlAuthenticationFilter in seam-sp sample application
Marcel Kolsteren (JIRA)
jira-events at lists.jboss.org
Sat Nov 21 09:37:29 EST 2009
NullPointerException when starting samlAuthenticationFilter in seam-sp sample application
-----------------------------------------------------------------------------------------
Key: JBID-222
URL: https://jira.jboss.org/jira/browse/JBID-222
Project: JBoss Identity
Issue Type: Bug
Affects Versions: IDENTITY-1.0.0.CR1
Reporter: Marcel Kolsteren
Assignee: Anil Saldhana
15:25:08,867 ERROR [[/seam-sp]] Exception starting filter Seam Filter
java.lang.NullPointerException
at org.picketlink.identity.seam.federation.SamlAuthenticationFilter.getPublicKeyOfIDP(SamlAuthenticationFilter.java:410)
at org.picketlink.identity.seam.federation.SamlAuthenticationFilter.init(SamlAuthenticationFilter.java:162)
at org.jboss.seam.servlet.SeamFilter.init(SeamFilter.java:97)
This is causes by the renaming of the namespace in which the samlAuthenticationFilter lives:
- In SamlAuthenticationFilter class: @Name("org.picketlink.identity.seam.federation.samlAuthenticationFilter")
- In the component.xml of the seam-sp sample app: name="org.picketlink.seam.federation.samlAuthenticationFilter"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list