I'm getting a crash in the following code:
public boolean is_unassigned () {
// editingContext ().refaultObject (this);
log.info ("is_unassigned " + this.groups ());
boolean result = true;
java.util.Enumeration e = groups ().objectEnumerator
The only other possibility is that you are misusing EOF by violating
one of these:
http://en.wikibooks.org/wiki/Programming:WebObjects/EOF/Using_EOF/
The_EOF_Commandments
Chuck
On Mar 25, 2007, at 1:42 PM, Steven Mark McCraw wrote:
Ok, I have spent several hours making sure that I lock all
Ok, I have spent several hours making sure that I lock all of my
editing contexts (except the session's default EC), and I have
enabled all of the project wonder stuff that helps prevent deadlocks,
and I'm still getting the exact same behavior. Here's what I'm doing:
I moved the nested edi