HHH-6668 Resource should not have heading / (hibernate.cfg.xml schema)

This commit is contained in:
Emmanuel Bernard 2011-09-20 18:51:14 +02:00
parent 2a15694fa1
commit e20a0e6a9f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}