Error while using metadata aggregator v0.9.*

Lukas Hämmerle lukas.haemmerle at switch.ch
Tue May 24 08:23:21 EDT 2016


On 24.05.16 14:09, Lukas Hämmerle wrote:
> So, it seems Example 2 and 3 on the MDA web page [1]
> net.shibboleth.utilities.java.support.httpclient.HttpResource don't seem
> to work with 0.9.1.
> 
> This makes things hard for new users (and old users like me). It would
> be good if at least Example 2 and 3 would be kept in a working state...
> 
> Without working examples MDA I suspect that people won't use MDA because
> it's so much harder to configure it compared to pyFF.

After much guesswork and reading
https://wiki.shibboleth.net/confluence/display/MA1/ReleaseNotes I
finally got example 2 working with these changes:


16c16
<             <bean
class="net.shibboleth.utilities.java.support.httpclient.HttpResource">
---
>             <bean class="net.shibboleth.ext.spring.resource.HTTPResource">
28,29c28,29
<                 <property name="certificateFile">
<                     <bean id="ukCertFile" class="java.io.File">
---
>                 <property name="resource">
>                     <bean id="ukCertFile"
class="org.springframework.core.io.FileSystemResource">


Best Regards
Lukas


-- 
SWITCH
Lukas Hämmerle, Central Solutions
GÉANT Project Task Leader of
"eduGAIN Service Development - Research and Service Providers"
Werdstrasse 2, P.O. Box, 8021 Zurich, Switzerland
phone +41 44 268 15 05, direct +41 44 268 15 64
lukas.haemmerle at switch.ch, http://www.switch.ch


More information about the users mailing list