<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 15, 2016 at 9:25 AM, 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:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">> It looks as if two different methods of creating static data connectors are<br>
> described.  The first, just a standard description in attribute-resolver.xml; the<br>
> second uses the springResources or springResourcesRef attributes.  Is one<br>
> method preferred over the other?<br>
<br>
</span>Using Spring syntax is orthogonal, it has nothing to do with which particular connector(s) you're using, and can be used to instantiate any types of connectors or other objects used in the resolver.</blockquote><div><br></div><div>With that in mind, is there any reason that you can see why the attributes bncSchoolName and bncSchoolNumber would not be released using the following in attribute-resolver.xml and provided that I was releasing these attributes to the appropriate entityID in attribute-filter.xml:</div><div><br></div><div>    <resolver:DataConnector id="staticAttributes" xsi:type="dc:Static"></div><div>        <dc:Attribute id="concurStatic"></div><div>            <dc:Value>traveler</dc:Value></div><div>        </dc:Attribute></div><div>        <!--</div><div>        <dc:Attribute id="eduPersonAffiliation"></div><div>            <dc:Value>member</dc:Value></div><div>        </dc:Attribute></div><div>        --></div><div>        <dc:Attribute id="eduPersonEntitlement"></div><div>            <dc:Value>urn:example.org:entitlement:entitlement1</dc:Value></div><div>            <dc:Value>urn:mace:dir:entitlement:common-lib-terms</dc:Value></div><div>        </dc:Attribute></div><div><br></div><div>        <dc:Attribute id="bncSchoolName"></div><div>            <dc:Value>Bucknell University</dc:Value></div><div>        </dc:Attribute></div><div><br></div><div>        <dc:Attribute id="bncSchoolNumber"></div><div>            <dc:Value>123</dc:Value></div><div>        </dc:Attribute></div><div>    </resolver:DataConnector> </div><div><br></div><div>Thanks,</div><div>Mike</div><div><br></div><div><br></div></div></div></div>