Re: Unlocking thread not owner deadlock from an Ajax Updating Container

2008-12-21 Thread Paul Stringer
1) autolocking flags are good 2) the finger definitely seems to keep ending up at using an SEC I'm going to rework and get rid of traces of the SEC and see if it goes away. Paul S I'm pretty sure I have nothing else happening in any of my own self created threads. I've disabled concurrent

Re: Unlocking thread not owner deadlock from an Ajax Updating Container

2008-12-18 Thread Mike Schrag
I'm pretty sure I have nothing else happening in any of my own self created threads. I've disabled concurrent request handling. EditingContexts are created from ERXEC.newEditingContext() with one tied to each user session . I'm not using defaultEditingContext() and have ERXECs autolocking t

Unlocking thread not owner deadlock from an Ajax Updating Container

2008-12-18 Thread Paul Stringer
Hi all, I'm encountering a deadlock situation when using an Ajax Update container which triggers the exception and stacktrace below. I'm wondering if it's been encountered before and if someone could point to where I might be going wrong and possible causes. It appears to come fairly consis