Re: Disabling Optimistic Locking at Runtime

2005-09-08 Thread Colin Kilburn
Thanks Armin, that the remove/re-add field descriptor seems to work for me. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Disabling Optimistic Locking at Runtime

2005-09-07 Thread Armin Waibel
Hi Colin, Colin Kilburn wrote: Hello, I am using optimistic locking for a few classes/tables in my application. However, in certain circumstances when my application starts up, I want to disable optimistic locking for the lifetime of the application. I have tried to modify the repository

Disabling Optimistic Locking at Runtime

2005-09-07 Thread Colin Kilburn
Hello, I am using optimistic locking for a few classes/tables in my application. However, in certain circumstances when my application starts up, I want to disable optimistic locking for the lifetime of the application. I have tried to modify the repository metadata at runtime, but I stil