[Fwd: Re: [orchestra] class Conversation and ThreadLocals]

2007-08-19 Thread simon
Forwarded Message From: simon [EMAIL PROTECTED] To: MyFaces Development dev@myfaces.apache.org Subject: Re: [orchestra] class Conversation and ThreadLocals Date: Sat, 11 Aug 2007 14:52:04 +0200 On Sat, 2007-08-11 at 13:28 +0200, Mario Ivankovits wrote: Hi! Class Conversation

[orchestra] class Conversation and ThreadLocals

2007-08-11 Thread simon
Hi, Class Conversation uses a thread-local variable to store the current conversation. Thread-locals are pretty tricky to manage in a container environment; they need to be cleared at the end of each request as the same thread will be reused by the container. Would storing this value in request

Re: [orchestra] class Conversation and ThreadLocals

2007-08-11 Thread Mario Ivankovits
Hi! Class Conversation uses a thread-local variable to store the current conversation. Thread-locals are pretty tricky to manage in a container environment; they need to be cleared at the end of each request as the same thread will be reused by the container. Would storing this value in