Re: Enable EC Unlocker Error

2008-08-05 Thread Guido Neitzer
You were missing the property er.extensions.ERXApplication.useEditingContextUnlocker=true This is why that single catch all property exists ... cug On 05.08.2008, at 16:28, Gustavo Pizano wrote: Hello all I Have the following error still, Im doing the following: public AddEdit(WOContext cont

Enable EC Unlocker Error

2008-08-05 Thread Gustavo Pizano
Hello all I Have the following error still, Im doing the following: public AddEdit(WOContext context) { super(context); myEditingContext = new ERXEC(); myEditingContext.setCoalesceAutoLocks(false); //myEditingContext.unlock(); } if I comment the line