<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 1/31/14 9:39 PM, Daniel Fisher
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAFC6YwQjMmHAAHJdJdmNjHc1XnORc8K1dv7wdVTikJVBOfEs2g@mail.gmail.com"
      type="cite">
      <pre wrap="">
</pre>
      <pre wrap="">
Make sure that this isn't this problem:
<a class="moz-txt-link-freetext" href="http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/AbstractDataConnectorParser.java?revision=5007&amp;view=markup#l118">http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/AbstractDataConnectorParser.java?revision=5007&amp;view=markup#l118</a></pre>
    </blockquote>
    <br>
    Ah, could Scott's problem be that this code seems to be turning off
    schema validation?:<br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <tt>// TODO why does validation need to be turned off?</tt><tt><br>
    </tt><tt>definitionReader.setValidationMode(XmlBeanDefinitionReader.VALIDATION_NONE);</tt><tt><br>
    </tt><br>
    <br>
    Perhaps that means that it doesn't even need to resolve the schemas
    and so spring.schemas never gets used.&nbsp; The namespace handler
    registration via spring.handlers might be all that is needed in that
    case for the basic parsing of the custom beans to work.&nbsp; Just an
    idea.<br>
  </body>
</html>