<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 7:54 PM, Brent Putman wrote:<br>
    </div>
    <blockquote cite="mid:52EC45DC.50602@georgetown.edu" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
      <blockquote cite="mid:CF11730B.48AE3%25cantor.2@osu.edu"
        type="cite">
        <pre wrap="">I recall that we used to be manipulating the Spring loader such that we
were mis-using the schema mappings file but it didn't matter, but I don't
think we're using a custom DocumentLoader in V3. So I'm a little confused,
something isn't working as it's meant to.
</pre>
      </blockquote>
      <br>
      I haven't been tracking this stuff in v3. Are we still using some
      of Chad's Spring helper code from v2?&nbsp; If so, perhaps the problem
      lies therein, in that it is somewhere inconsistent with how one is
      supposed to do things (as opposed to how v2 did it).<br>
    </blockquote>
    <br>
    <br>
    FYI, I changed my little hello world custom bean test to use the
    SpringSupport class from idp-core like so:<br>
    <br>
    <tt>ArrayList&lt;Resource&gt; configResources = new
      ArrayList&lt;&gt;();</tt><tt><br>
    </tt><tt>configResources.add(new
      ClassPathResource("brent/spring/customContext1.xml"));</tt><tt><br>
    </tt><tt>GenericApplicationContext context =
      SpringSupport.newContext("BrentContext", configResources, null);</tt><br>
    <br>
    <br>
    and it still works fine.<br>
    <br>
    I can't immediately see that we're doing anything more than that,
    but some of you guys are much more familiar with our v3 Spring
    loading code than I am.<br>
    <br>
    <br>
  </body>
</html>