I have different hibernate session factories on different machines for accessing single db instance and it is creating havoc(gives stale data/throws Nullpointer Exception) between sessions. Is there any way to solve this or I can have only one hibernate session factory for one database instance.
I have different hibernate session factories on different machines for accessing single db instance
Share
After poking inside Finally got solution, The Culprit was storage engine InnoDB.