Details
Description
to validate the xml at runtime using jaxb, the schema needs to be provided to the jaxbcontext but spring schema resolution through spring.schemas does not work. Simplest approach is to embed the dependent schemas and pull them from the containing jar via getResource
This avoids a roundtrip to the net at runtime.