activationConditionRef problem

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 9 06:55:07 EDT 2015


> I updated the entity ID used in the example to be my test sp:
>
>    <bean id="ExampleOrgPredicate"
>        parent="shibboleth.Conditions.RelyingPartyId" 
>        c:_0="https://shib-sp-test.www.umich.edu/shibboleth"/>

I've reproduce your behaviour.  I'm still trying to bottom out the issue (which is to do with Springs automagical type conversion).  Meantime this should work for you:

<bean id="ExampleOrgPredicate" parent="shibboleth.Conditions.RelyingPartyId">
  <constructor-arg>
    <util:list id="foo">
      <value>https://shib-sp-test.www.umich.edu/shibboleth</value>
    </util:list>
  </constructor-arg>
</bean>

I'll take the technical discussion to the dev list.

/Rod



More information about the users mailing list