79821555

Date: 2025-11-16 15:39:09
Score: 0.5
Natty:
Report link

That is an issue with the WAS LRU cache, disable it where it corresponds (not Hibernate)

Resources → JDBC → Data sources → [your datasource] → Connection pool properties → Statement cache size

If you analyze the stack trace the issue goes out of hibernate after having done it's job, not because Hibernate needs to do something on JDBC.

Reasons:
  • No code block (0.5):
Posted by: Raul Lapeira Herrero