Re: Threadlocal problem

2010-02-02 Thread Malcolm Warren
Thanks for your very helpful answers. I shall gradually cut out reflectionToString: unfortunately I've used it quite a lot, because it was useful! Thanks again, Malcolm Warren Cyrille Le Clerc ha scritto: Hello, Your threadLocal variable is created by the reflectionToString feature of Jaka

Re: Threadlocal problem

2010-02-02 Thread Cyrille Le Clerc
Hello, Your threadLocal variable is created by the reflectionToString feature of Jakarta Commons Lang ToStringBuilder (1). This thread local variable seems to be used to prevent infinite recursion when ToStringBuilder traverse the objects. I didn't see yet a way (servlet filter, etc) to cleanup

Re: Threadlocal problem

2010-02-02 Thread Mark Thomas
On 02/02/2010 13:31, Malcolm Warren wrote: > SEVERE: A web application created a ThreadLocal with key of type > [org.apache.commons.lang.builder.ToStringStyle$1] (value > [org.apache.commons.lang.builder.tostringstyl...@66a37d72]) and a value > of type [java.util.HashSet] (value [[]]) but failed to

Threadlocal problem

2010-02-02 Thread Malcolm Warren
SEVERE: A web application created a ThreadLocal with key of type [org.apache.commons.lang.builder.ToStringStyle$1] (value [org.apache.commons.lang.builder.tostringstyl...@66a37d72]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped