I\'m getting a bizarre Hibernate exception that I can\'t explain. It\'s telling me that I\'m using 2nd level cache, but no where in hibernate.cfg.xml do I specify a
hibernate.cfg.xml
Using the following line fixed it :
But the Hibernate message is probably a warning that we should use second level cache?