<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">On 5/7/15 5:13 PM, Daudt, Carl wrote:<br>
</div>
<blockquote
cite="mid:AD4968BCD10F62458458EF70EC6E6BF821BB5CD6@MAILDBSRV1.campus.tayloru.edu"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:"Lucida Console";
panose-1:2 11 6 9 4 5 4 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">I am attempting to configure a Data
Connector to an Oracle 12c Enterprise database. For now, I am
attempting to do this with an Application Managed connection
(although I understand that a Container Managed connection is
advised for Oracle). I am receiving the following error in
id-process.log:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:"Lucida
Console"">16:20:41.395 - ERROR
[edu.internet2.middleware.shibboleth.common.config.BaseService:188]
- Configuration was not loaded for
shibboleth.AttributeResolver service, error creating
components. The root cause of this error was:
org.xml.sax.SAXParseException: cvc-complex-type.2.4.b: The
content of element 'resolver:DataConnector' is not complete.
One of
'{"urn:mace:shibboleth:2.0:resolver:dc":QueryTemplate}' is
expected.</span></p>
</div>
</blockquote>
<br>
We can't see the broader XML context here, but if you don't have
that namespace declared with a prefix 'dc', in the scope of the
DataConnector element, that would be a problem.<br>
<br>
<blockquote
cite="mid:AD4968BCD10F62458458EF70EC6E6BF821BB5CD6@MAILDBSRV1.campus.tayloru.edu"
type="cite">
<div class="WordSection1">
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:"Lucida
Console""><o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">However, I have
‘xmlns="urn:mace:shibboleth:2.0:resolver:dc"’ set as a
parameter in my resolver:DataConnector configuration.</p>
</div>
</blockquote>
<br>
Right, but, you're declaring it as the default/empty prefix. Either
change this to be xmlns:dc="..." Or change the QueryTemplate,
Column, etc elements to remove the prefix. Either is ok.<br>
<br>
<br>
</body>
</html>