Thanks for your help. As a side note the jGroups jar that ships with PW is 2.5.0 Beta 1, we upgraded to 2.6.7 GA and everything still works as expected.

Thanks,

Saad

On Nov 21, 2008, at 5:04 PM, Saad Laassel wrote:

It looks like our locking problems went away (crossing fingers) after explicitly setting it to false. But man I can't figure out for the life of me why it would default to true...

ERXEC.DefaultFactory

                public boolean useSharedEditingContext() {
                        if (useSharedEditingContext == null) {
useSharedEditingContext = ERXProperties .booleanForKeyWithDefault ("er.extensions.ERXEC.useSharedEditingContext", true) ? Boolean.TRUE : Boolean.FALSE; log.debug("setting useSharedEditingContext to " + useSharedEditingContext);
                        }
                        return useSharedEditingContext.booleanValue();
                }

Thanks,

Saad

On Nov 21, 2008, at 4:54 PM, Mike Schrag wrote:

Actually it looks like it may be defaulting to true...brb let me test it...
it defaults to true ...

ms

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

This email sent to [EMAIL PROTECTED]

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

This email sent to [EMAIL PROTECTED]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
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