Your syntax is slightly wrong I believe ...

ControlDescriptors = {
                {
                        IsolationLevel = TRANSACTION_READ_COMMITTED;
                        TransactionAttribute = TX_REQUIRED;
                };
        };

At 02:47 PM 24/01/00 +0000, Robert Hargreaves wrote:
>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".
> 
--
 An army marches as fast as its slowest stomach.
  Mr Grumpy - what are you on about?
    http://www.cyber4.org/members/grumpy/index.html

----
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