[hibernate-commits] Hibernate SVN: r15217 - core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/dialect.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Sep 25 17:57:13 EDT 2008


Author: gbadner
Date: 2008-09-25 17:57:12 -0400 (Thu, 25 Sep 2008)
New Revision: 15217

Modified:
   core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/dialect/DB2Dialect.java
Log:
JBPAPP-940 HHH-3496 : DB2 hanging on JPALockTest and CMTTest


Modified: core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/dialect/DB2Dialect.java
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/dialect/DB2Dialect.java	2008-09-25 21:38:19 UTC (rev 15216)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/dialect/DB2Dialect.java	2008-09-25 21:57:12 UTC (rev 15217)
@@ -373,5 +373,9 @@
 	
 	public boolean supportsLobValueChangePropogation() {
 		return false;
- 	}
+	}
+
+	public boolean doesReadCommittedCauseWritersToBlockReaders() {
+		return true;
+	}
 }




More information about the hibernate-commits mailing list