HHH-6668 Resource should not have heading / (hibernate.cfg.xml schema)
This commit is contained in:
parent
2a15694fa1
commit
e20a0e6a9f
|
@ -125,7 +125,7 @@ public class JaxbProcessor {
|
|||
|
||||
private Schema schema() {
|
||||
if ( schema == null ) {
|
||||
schema = resolveLocalSchema( "/org/hibernate/hibernate-configuration-4.0.xsd" );
|
||||
schema = resolveLocalSchema( "org/hibernate/hibernate-configuration-4.0.xsd" );
|
||||
}
|
||||
return schema;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue