VIKAS BALI commented on Bug HHH-7855

I tried with just hibernate 4.1.6.FINAL, no spring with following code, it fails as well :

Configuration conf = new Configuration();
conf.configure("hibernate-cfg.xml");

ServiceRegistryBuilder srb = new ServiceRegistryBuilder().applySettings(conf.getProperties());

SessionFactory sf = conf.buildSessionFactory(srb.buildServiceRegistry());

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira