Posted By:
Alex_McManus
Posted On:
Friday, November 10, 2000 06:10 AM
Is there any way to read values from an entity bean without locking it for the rest of the transaction (e.g. read-only transactions)? We have a key-value map bean which deadlocks during some concurrent reads. Isolation levels seem to affect the database only, and we need to work within a transaction.