[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3067) Identity Management: JPAIdentityStore remember-me feature isn't working

Leonid Maslov (JIRA) jira-events at lists.jboss.org
Tue Jun 3 21:39:20 EDT 2008


Identity Management: JPAIdentityStore remember-me feature isn't working
-----------------------------------------------------------------------

                 Key: JBSEAM-3067
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-3067
             Project: Seam
          Issue Type: Bug
          Components: Security
    Affects Versions: 2.1.0.A1
         Environment: Win Xp, SP-3
            Reporter: Leonid Maslov
            Priority: Minor


    <identity-management:jpa-identity-store 
		name="identityStore"
		account-class="xxx.xxx.members.MemberAccount"/>
	<drools:rule-base name="securityRules">
		<drools:rule-files>
			<value>/security.drl</value>
		</drools:rule-files>
	</drools:rule-base>
    <security:identity remember-me="true"/>		

1) Does not work for remember-me case.
2)   replacing the last string with <security:identity remember-me="true" authenticate-method="#{identityManager.authenticate}"/>
 doesn't work at all - fails with exception about LoginContext method invocation
3) reverting to non identity-management  solves the problem 

PS> (Sorry, I haven't any investigations about @Observer rememberMe and so on.. at the moment) 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list