| Subject | Re: NPE in setTransactionIsolation(READ_UNCOMMITED) | 
|---|---|
| Author | Roman Rokytskyy | 
| Post date | 2002-12-05T18:27:31Z | 
> JDBC 3.0 specificationYou are right. I will fix this bug.
> If a driver does not support the transactionIsolation level
> specified in an invocation to setTransactionIsolation, it is
> allowed to substitute a higher, more restrictive transaction
> isolation level. If a driver is unable to substitute a higher
> transaction level, it throws a SQLException (jdbc3.0 10.2.1)
>
> You can also set the level to read_commited inside the
> setTransactionIsolation method.
Roman