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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/lists%40event-s.net

This email sent to [EMAIL PROTECTED]

--
http://www.event-s.net

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to