[jbossseam-issues] [JBoss JIRA] Resolved: (JBSEAM-4466) Remeber me at login

Binesh Gummadi (JIRA) jira-events at lists.jboss.org
Thu Nov 12 16:09:05 EST 2009


     [ https://jira.jboss.org/jira/browse/JBSEAM-4466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Binesh Gummadi resolved JBSEAM-4466.
------------------------------------

    Resolution: Done


Misconfiguration of JPA Store. Followed instructions from Seam Reference : 15.3.5.1. Token-based Remember-me Authentication 

Thanks.

> Remeber me at login
> -------------------
>
>                 Key: JBSEAM-4466
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4466
>             Project: Seam
>          Issue Type: Bug
>    Affects Versions: 2.2.0.GA
>         Environment: JBoss 4.2.2
>            Reporter: Binesh Gummadi
>            Priority: Minor
>
> Remember me doesn't work as expected. Added the following to components.xml
> <security:rememberMe enabled="true" mode="autoLogin" cookie-max-age="604800"/>
> Error happens in line 385
> tokenStore.createToken(identity.getPrincipal().getName(), value);
> tokenStore is null.
> Tokenstore is created in line 202 if the autologin is enabled.
> tokenStore = (TokenStore) Component.getInstance(JpaTokenStore.class, true);

-- 
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 seam-issues mailing list