Re: detached object cannot be persisted exception again

2008-06-09 Thread Arun
Sorry I was away. I will surely try this. On 6/5/08, Martin <[EMAIL PROTECTED]> wrote: > > Arun- > > did you disable the optimistic_lock code..? > // OPTIMISTIC LOCK MODE (dont use this as this causes OptimisticLockMode > Exceptions) > // Attribute olNode = node.attribute( "optimistic-lock" ); >

Re: detached object cannot be persisted exception again

2008-06-05 Thread Martin
Arun- did you disable the optimistic_lock code..? // OPTIMISTIC LOCK MODE (dont use this as this causes OptimisticLockMode Exceptions) // Attribute olNode = node.attribute( "optimistic-lock" ); //return Versioning.OPTIMISTIC_LOCK_VERSION; // entity.setOptimisticLockMode( getOptimisticLockMode