<p>Hi</p>
<p>I am trying to create an custom extension of the Ldaploginmodule however I am having issues loading it in shibboleth.<br>
I have followed the guide in the wiki and loaded the project template in eclipse, made the modifications and build it without errors.</p>
<p>I can confirm that the xsd can be found inside the jar under META-INF/schema/filename.xsd however when I add both the namespace/prefix and the xsd path in the schemaLocation part of the handler.xml conf file (in the form of &quot;classpath:schema/filename.xsd&quot;), I get the error that it cannot find the xsd file.</p>

<p>Is there something special one needs to do to get the xsd in classpath? It feels to me that it should be enough to have the jar in the lib directory and the xsd properly placed inside the jar file, no?</p>