You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Dave Johnson (JIRA)" <ji...@apache.org> on 2010/03/01 03:41:06 UTC

[jira] Resolved: (ROL-1853) Editing a user in the user administration page causes an exception

     [ https://issues.apache.org/jira/browse/ROL-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Johnson resolved ROL-1853.
-------------------------------

    Resolution: Fixed

Author: snoopdave
Date: Mon Mar  1 02:37:20 2010
New Revision: 917358

URL: http://svn.apache.org/viewvc?rev=917358&view=rev
Log:
Fixes "Editing a user in the user administration page causes an exception"
https://issues.apache.org/jira/browse/ROL-1853

Thanks for the report Chris and thanks for the patch Harald.

> Editing a user in the user administration page causes an exception
> ------------------------------------------------------------------
>
>                 Key: ROL-1853
>                 URL: https://issues.apache.org/jira/browse/ROL-1853
>             Project: Roller
>          Issue Type: Bug
>    Affects Versions: 5.0
>         Environment: jboss-4.2.3, mysql, ubuntu 9.10
>            Reporter: Christopher Blasnik
>            Assignee: David Johnson
>             Fix For: 5.0
>
>         Attachments: DeactivateUser.patch
>
>
> Editing an existing user and then saving OR cancelling the action causes the following message:
> Unexpected Exception
> Status Code 	500
> Message 	No bean named 'userCache' is defined
> Type 	
> Exception 	Roller has encountered and logged an unexpected exception.
> Where userCache seems to be configured (and currently uncommented) in security.xml:
> <bean id="ldapAuthProvider" class="org.springframework.security.providers.ldap.LdapAuthenticationProvider">
>         <constructor-arg>
>             <bean class="org.springframework.security.providers.ldap.authenticator.BindAuthenticator">
>                 <constructor-arg ref="initialDirContextFactory"/>
>                 <property name="userSearch" ref="ldapUserSearch"/>
>             </bean>
>         </constructor-arg>
>         <constructor-arg ref="jdbcAuthoritiesPopulator"/>
>         <property name="userCache" ref="userCache"/>
>     </bean>    

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.