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 ([email protected])
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 ([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]