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: Roller Unassigned
Fix For: 5.0
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.