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
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues