| LocalXsdResolver is attempting resource loading by trying to load the resource via URL first, then falling back to attempting to load the resource from the same classloader. Those xsd files are included in the Hibernate ORM core jar so the priority should be given to the same classloader; this should have no effect other than a micro optimisation in bootstrap times. |