> Error creating bean with name 'authenticationManager' defined in
> ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot
> create inner bean
> 'org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver#46cb46cb'
> of type
[org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver]
Looks like we use the Stub DAO as a default:
/** Repository of principal attributes to be retrieved */
@NotNull
private IPersonAttributeDao attributeRepository = new
StubPersonAttributeDao(new HashMap<String, List<Object>>());
So that at least explains why commenting out your attributeRepository
bean doesn't help matters. I'm still at a loss to explain the CNFE
since CAS depends on that component in its vanilla form, and the
dependency you added is the same one used by 3.4.10. Anyone have some
insight on this?
M
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user