isolation « Connection « JPA Q&A





1. hibernate.connection.isolation property value dosent work    forum.hibernate.org

We use hibernate.3.1.3 with DB2. We want to use the TRANSACTION_READ_UNCOMMITTED isolation level. We set the transaction isolation level as 1 in Hibernate.cfg.xml as below. org.hibernate.transaction.CMTTransactionFactory org.hibernate.transaction.WebSphereExtendedJTATransactionLookup org.hibernate.dialect.DB2Dialect 1 1 false true 1, false 0, yes 'Y', no 'N' ...

2. Hibernate 3.0.5 connection isolation and Websphere    forum.hibernate.org

Hello, Is anyone using Websphere and a datasource without database transactions? This is a typical situation with legacy iSeries database tables. On an iSeries system there is often a need to perform database updates without using transactions. The Hibernate property 0 appears to specify that database transaction isolation is "none" and that transactions will not be used. However, it appears ...

3. hibernate.connection.isolation ignored with connection pool    forum.hibernate.org

Hi all, I'm using Hibernate 3.01. We are migrating to SQL Server 2005 and would like to use the SNAPSHOT isolation level. Using hibernate.connection.isolation and hibernate.connection.url, it works great (tested with DataDirect and jTDS drivers - head revision as per 15.06.07) However, if I use hibernate.connection.isolation and hibernate.connection.datasource, the isolation level is ignored. I use Weblogic 8.1 sp6 connection pools. Have ...

4. hibernate.connection.isolation ignored with connection pool    forum.hibernate.org

Hi all, I'm using Hibernate 3.01. We are migrating to SQL Server 2005 and would like to use the SNAPSHOT isolation level. Using hibernate.connection.isolation and hibernate.connection.url, it works great (tested with DataDirect and jTDS drivers - head revision as per 15.06.07) However, if I use hibernate.connection.isolation and hibernate.connection.datasource, the isolation level is ignored. I use Weblogic 8.1 sp6 connection pools. Have ...