On Tue, Nov 30, 2010 at 10:34 AM, Kapetanakis Giannis <[email protected]> wrote: > Steve, would you mind sharing your working deployerConfigContext.xml > as I'm having trouble to get attributes back in the SAML response > (although they are retrieved from LDAP and allowed from service management) > > Trying to apply your proposal gave me an exception. > > regards, > > Giannis
I'm not able to share the deployerConfigContext.xml, but if the change introduced an exception, then there are really only a couple possible causes: - You don't have the p xml namespace defined - You don't have a bean named attributeRepository For the first, make sure you have the following in your <beans> tag: xmlns:p="http://www.springframework.org/schema/p" For the second, make sure that you have a bean with id attributeRepository and that there aren't any typos. If neither of these resolve the issue, send me the exception and I'll see what I can do. -Steve -- 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
