"matthew.hawthorne" <[EMAIL PROTECTED]> writes: > I'm not sure if this is it -- but ThreadLocals don't work inside of > app servers that use thread pooling.
that's news to me. care to clarify this? perhaps you mean that for a series of requests coming as part of a single session, the several requests aren't guaranteed to be serviced by the same thread. which is true, but a far cry from "ThreadLocals don't work inside app servers using thread pools". -- joe