Re: Enable EC Unlocker Error
Re: Enable EC Unlocker Error
- Subject: Re: Enable EC Unlocker Error
- From: Guido Neitzer <email@hidden>
- Date: Tue, 5 Aug 2008 16:35:17 -0600
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 context) {
super(context);
myEditingContext = new ERXEC();
myEditingContext.setCoalesceAutoLocks(false);
//myEditingContext.unlock();
}
if I comment the line
myEditingContext.setCoalesceAutoLocks(false); then I get the
follwoing error when trying to accessing the Page of the AddEddit
component.
Error:
java.lang.IllegalStateException: You must enable the EC unlocker if
you want to coalesce autolocks.
Reason:
You must enable the EC unlocker if you want to coalesce autolocks.
I already put all what Lachlan Deck told me to put in the properties
file, and still im getting the error when commenting the above line.
so what can I do?..
wati let me try something....
ok it did work doing what Guido Neitzer said usign the
er.extensions.ERXEC.safeLocking=true
Regards
Gus
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
--
http://www.event-s.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden