Please can anybody throw some light on my problem as described in details in previous post.
Type: Posts; User: ChandraSGD; Keyword(s):
Please can anybody throw some light on my problem as described in details in previous post.
I am using SQL 2K Server SP3.
I have tried with commenting the property defaultTransactionIsolation in Spring XML, but with no result. The transactions are still being rolled back.
When I...
With defaultAutoCommit=false and defaultTransactionIsolation=TRANSACTION_SERIALIZABLE none of my transactions are being committed. All DB updates are being rolled back without any trace in any of the...
I am facing the reverse effect while using the almost identical configuration as posted by stevecnz using DataSourceTransactionManager.
With defaultAutoCommit=false and...