[seam-issues] [JBoss JIRA] Created: (SEAMSECURITY-94) NoResultException when attempting to log with an unknown username

Richard Barabe (JIRA) jira-events at lists.jboss.org
Tue Sep 6 10:40:26 EDT 2011


NoResultException when attempting to log with an unknown username
-----------------------------------------------------------------

                 Key: SEAMSECURITY-94
                 URL: https://issues.jboss.org/browse/SEAMSECURITY-94
             Project: Seam Security
          Issue Type: Bug
         Environment: Ubuntu glassfish 3.1 firefox
            Reporter: Richard Barabe
            Priority: Minor


Using JPA persistence store.
A NoResultException is thrown when attempting to log in with an unknown username.
query log :
{quote}
295 Query     /*  */ select identityob0_.id as id14_, identityob0_.name as name14_ from IdentityObjectType identityob0_ where identityob0_.name='USER' limit 2
                  295 Query     /*  */ select identityob0_.id as id8_, identityob0_.name as name8_, identityob0_.IDENTITY_OBJECT_TYPE_ID as IDENTITY3_8_ from IdentityObject identityob0_ where identityob0_.name='unknownUserName' and identityob0_.IDENTITY_OBJECT_TYPE_ID=1 limit 2
{quote}
see the forum thread [here|http://seamframework.org/Community/SeamsecurityNoResultExceptionWhileLoggingWithUsernameThatDoesntExists].

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list