Re: Confusing locking error
Re: Confusing locking error
- Subject: Re: Confusing locking error
- From: Mike Schrag <email@hidden>
- Date: Wed, 8 Oct 2008 12:33:59 -0400
Haven't looked what's really going on in the traces, but the
"normal" mistake on these pages is that you access something
(accessing also means localInstanceOf - you need to do that
differently, e.g. with passing in global ids) that doesn't belong to
your thread.
You can use ERXEOControlUtilities.convertEOtoGID(Object) and
convertGIDtoEO(Object) to objects into and out of a long response (or
any background thread) ... These are actually kind of handy methods --
you can give them deeply nested collections and they will recursively
convert objects to-from EO/GID all the way down.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden