Re: ThreadLocal bug

2004-09-21 Thread Joseph Dane
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

Re: ThreadLocal bug

2004-09-21 Thread matthew.hawthorne
Joseph Dane wrote: 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

ThreadLocal bug

2004-09-17 Thread Marco Mistroni
Hello, I have seen in apache buglist a bug regarding ThreadLocal I am using threadLocal in one of the classes used by my webservice...(I am Using Hibernate in my webservice) Can anyone tell me what that bug was about? As a matter of fact my code that uses ThreadLocal does not work.

Re: ThreadLocal bug

2004-09-17 Thread matthew.hawthorne
Marco Mistroni wrote: Hello, I have seen in apache buglist a bug regarding ThreadLocal I am using threadLocal in one of the classes used by my webservice...(I am Using Hibernate in my webservice) Can anyone tell me what that bug was about? As a matter of fact my code that uses ThreadLocal does