Dear All

Is there any way of setting the isolation level of a CMP entity bean to
TRANSACTION_SERIALIABLE?
We need to impose strict record locking in our application and I believe
this is the only way to do it.
I have tried :

ControlDescriptors              = {
                {
                        TransactionAttribute = TX_MANDATORY;
                };

                {
                        IsolationLevel = TRANSACTION_SERIALIZABLE;
                };

        };

in the Deployment Descriptor but it didn't work.

Regards,

Robert Hargreaves
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to