The following tests fails due to "No more data to read from socket". When changing the tests to use LockMode.READ instead of LockMode.UPGRADE they both works fine. It's still not clear where the problem is, but it looks its in the database, as the same test works fine with a different database (Oracle 11g R1 RAC), using the same code and the same JDBC driver. It may be an issue with the way its configured in the QA Lab.
I'll mark it as "Affects Release Notes", as it may be an issue with the database itself, not with the configuration in the lab.
Tests affected:
org.hibernate.test.legacy.ParentChildTest.testComplexCriteria
org.hibernate.test.legacy.FooBarTest.testQueryLockMode
- blocks
-
JBPAPP-3591 Certify against Oracle 11g R2 (and RAC for EAP 5.0)
- Resolved