> I wired everything up, changing the bean id from attributeRepository to > adAttributeRepository. When I start Tomcat, I get an exception thrown > because of a No Such Bean exception.
As you noted there is a requirement that the name of the bean is exactly "attributeRepository". I believe you can satisfy your use case with http://developer.jasig.org/projects/person-directory/1.5.0-RC6/apidocs/org/jasig/services/persondir/support/MergingPersonAttributeDaoImpl.html. You'd name that one "attributeRepository," with the constituent repositories named something meaningful based on your environment. 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
