This post originated from an RSS feed registered with Java Buzz
by Vik David.
Original Post: WebSphere Troubles: stopServer and ThreadLocal
Feed Title: The Fair And Biased Blog
Feed URL: http://blog.vikdavid.com/index.rdf
Feed Description: On Software Development and related program activities ...
We're using WebSphere 5.1 (WAS) on our project, which means I'm always looking for workarounds for WAS quirks. To stay on top of things with WebSphere, I've been reading a couple of blogs. One of them is Billy Newport, who just blogged about a problem with ThreadLocal variables in WebSphere: Depending on the version of WebSphere, we may or may not clear thread local when a thread is returned to the pool. Now, _we_ haven't written any code that uses ThreadLocal's, but one of our JARs may be using them. ...