idpv3 first look
Jim Fox
fox at washington.edu
Wed Jul 2 14:05:06 EDT 2014
>
>> How do I specify multiple attribute filter files?
>
> Add resources as needed to conf/services.xml, similar to V2.
>
I tried adding an extra line in services.xml
<util:list id ="shibboleth.AttributeFilterResources">
<value>%{idp.home}/conf/attribute-filter.xml</value>
<value>%{idp.home}/conf/x-filter.xml</value>
<value>%{idp.home}/conf/property-placeholder.xml</value>
</util:list>
When I do that I get this in the process log:
--------------------------------------------------------------
11:03:45.236 - ERROR [net.shibboleth.idp.service.AbstractReloadableService:226] - Reload for shibboleth.AttributeFilterService failed: {}
net.shibboleth.idp.service.ServiceException: Reload produced too many ServiceableComponents
at net.shibboleth.idp.service.ReloadableSpringService.doReload(ReloadableSpringService.java:286) ~[idp-core-3.0.0-alpha1.jar:na]
at net.shibboleth.idp.service.AbstractReloadableService.reload(AbstractReloadableService.java:221) ~[idp-core-3.0.0-alpha1.jar:na]
at net.shibboleth.idp.service.AbstractReloadableService$ServiceReloadTask.run(AbstractReloadableService.java:300) [idp-core-3.0.0-alpha1.jar:na]
at java.util.TimerThread.mainLoop(Timer.java:555) [na:1.7.0_10]
at java.util.TimerThread.run(Timer.java:505) [na:1.7.0_10]
--------------------------------------------------------------
Jim
More information about the dev
mailing list