Mysterious Cache Problem

Hi Petrus,

the problem is solved but honestly don’t know exactly why. The solution was to introduce c3p0 as connection pool in my application, and everything was solved magically. So an unsufficient connection management problema might have caused the error, not allowing transactions to finish somehow, and not allowing other transactions to read fresh data.

Hope not to see this problem ever again. Was exhausting.

Regards,

Carlos.