I’ve built apps in the past where in order to test things, I’ve had to manually issue SQL to the database and then try to read these changes via Hibernate. The problem is that an error is always thrown when I try to do this. I have a theory that EhCache is the culprit, but I’m not sure. Is there a setting I can enable to prevent things from getting messed up when being accessed from multiple applications?
Share
Disable your second level cache when testing