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