You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Vamsavardhana Reddy (JIRA)" <de...@geronimo.apache.org> on 2005/12/08 07:24:12 UTC

[jira] Updated: (GERONIMO-1250) Console Realm Create new user results in error and gives confusing error message.

     [ http://issues.apache.org/jira/browse/GERONIMO-1250?page=all ]

Vamsavardhana Reddy updated GERONIMO-1250:
------------------------------------------

        Summary: Console Realm Create new user results in error and gives confusing error message.  (was: Console Realm Create new user gives confusing error message.)
           type: Bug  (was: Improvement)
    Fix Version: 1.0

Even though the JIRA issue is created pointing to the inconsistent error message, the problem actually is a side effect of "unable to add new user".  I think this issue should be fixed in 1.0 since it affects the very basic functionality of adding users to the console realm.

> Console Realm Create new user results in error and gives confusing error message.
> ---------------------------------------------------------------------------------
>
>          Key: GERONIMO-1250
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1250
>      Project: Geronimo
>         Type: Bug
>   Components: console
>  Environment: All
>     Reporter: Rick McGuire
>     Assignee: Vamsavardhana Reddy
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: GERONIMO-1250-fixmessage.patch, GERONIMO-1250.patch
>
> The default "out-of-the-box" configuration uses the PropertiesLoginModule, which doesn't support adding additional userids and groups.  However, the Console Realm portlet supports Create New User and Create New Group as options.  If you try to create either a new group or user, you get an error that the "ERROR:  User already exists".  The user does not already exist, so the error doesn't really make sense.  This operation is failing because the PropertiesLoginModuleManager is throwing an exception because it doesn't support updates, not because this is a duplicate name.  The portlet is just catching all exceptions and reporting this as a duplicate name error.  It would be nice to make this a little more granular.

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