You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Harald Wellmann (JIRA)" <ji...@apache.org> on 2010/02/28 15:55:05 UTC

[jira] Updated: (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 ]

Harald Wellmann updated ROL-1853:
---------------------------------

    Attachment: DeactivateUser.patch

> 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.