| Hi priyaGachchinamat, and sorry about the delay, I just took a look at the test you provided (attached to this ticket), and I don't get the error you mentioned, just a failing assertion. Does the error you mentioned happen in the testcase you provided? Or did you start some other work? By the way, the testcase you provided creates a session on its own, which could be a reason why the assertion fails. You should use the openSession() method provided by the superclass to get a Hibernate ORM Session, and override the configure method to add your custom configuration options. Feel free to attach the current state of your test case (as a ZIP) or to publish it on a Git repository if you want us to take a look. Thanks, Yoann |