Are we actually using the spring.schemas files?
Brent Putman
putmanb at georgetown.edu
Fri Jan 31 22:03:27 EST 2014
On 1/31/14 9:39 PM, Daniel Fisher wrote:
> Make sure that this isn't this problem:
> 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&view=markup#l118
Ah, could Scott's problem be that this code seems to be turning off
schema validation?:
// TODO why does validation need to be turned off?
definitionReader.setValidationMode(XmlBeanDefinitionReader.VALIDATION_NONE);
Perhaps that means that it doesn't even need to resolve the schemas and
so spring.schemas never gets used. 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. Just an idea.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20140131/01ca1d50/attachment.html
More information about the dev
mailing list