<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 15, 2015 at 4:27 PM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I imagine that's back to breaking because of the second constructor (i.e. it's setting up a condition of "false"). You should still specify the argument name (candidates IIRC?) to make sure it's picking the right one. </blockquote></div><br>Yup.  It worked when I specified the constructor:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra"><bean parent="shibboleth.Conditions.RelyingPartyId"></div><div class="gmail_extra">    <constructor-arg name="candidates"></div><div class="gmail_extra">        <bean parent="shibboleth.CommaDelimStringArray" c:_0="#{ '%{idp.friend.services}'.trim() }" /></div><div class="gmail_extra">    </constructor-arg></div><div class="gmail_extra"></bean></div><div><br></div></div></div>