Oracle Derived Attributes

Peter Schober peter.schober at univie.ac.at
Mon Oct 10 07:19:34 BST 2011


* Chuck Kimber <chuck.kimber at usu.edu> [2011-10-10 06:01]:
>              <dc:QueryTemplate>
>                 <![CDATA[
>                         SELECT
> baninst1.z_shibboleth.f_oracle_username('$requestContext.principalName') AS
> BANNERUSERNAME
>                         FROM DUAL
>                 ]]>
>               </dc:QueryTemplate>
>               <!--
>               <Column columnName="BANNERUSERNAME" attributeID="bUser"
> type="String" />
>               -->
>     </resolver:DataConnector>

You're missing the xml namespace prefix on the Column element:

> Invalid content was found starting with element 'Column'. One of
> '{"urn:mace:shibboleth:2.0:resolver:dc":Column,
> "urn:mace:shibboleth:2.0:resolver:dc":ResultCache}' is expected.

-peter


More information about the users mailing list