1. MessageSourceAccessor limitations (or, ThreadLocal locale?) forum.springsource.orgMessageSourceAccessor limitations (or, ThreadLocal locale?) I'm in the process of incorporating i18n features into our product, and was intrigued to see ApplicationObjectSupport and its built-in getMessageSourceAccessor() method. However, the utility of ... |
2. Memory Leak: SecurityContextImpl held in ThreadLocal forum.springsource.orgMemory Leak: SecurityContextImpl held in ThreadLocal I found a memory leak in my web-application, and I think its related to spring-security and/or spring-remoting. The web application is composed by a front-end ... |
3. ThreadLocal or InheritableThreadLocal forum.springsource.orgI have a cases in my application where I need to access the context information in a new thread. There is one related posting on this group that describes one way ... |
4. Can threadLocal bring the performance problem? forum.springsource.orgDears, When I use JDBC connection, the connection is bound by threadLocal. I wonder wether the request/response cycle holding of the connection will bring the formance problem. Especially in a large ... |
5. ThreadLocal & OpenSessionViewFilter forum.springsource.orgGuys, If someone if using OpenSessionViewFilter in a portal enviornment. What are the possibilities that the thread which is being the portlet is running in and the thread which is invoking ... |
6. Is there a standard way to put httprequest into threadlocal in WebRequestInterceptor forum.springsource.org |
7. ThreadLocal Values forum.springsource.orgThreadLocal Values Hello. I want to set a Thread Local variable via an AOP interceptor, but I don't know how to use Spring facilities for Thread Local variables. I tried to ... |
8. ThreadLocal in clustered environment forum.springsource.orgThreadLocal in clustered environment Anyone could tell me if the thread that Websphere uses to handle an http request is guaranteed to be the same as the one that will be ... |
9. how to deal with threadlocal forum.springsource.orgConsider such a scene, it wants set some variable into ThreadLocal in client, and then retrieve the variable from ThreadLocal in server. But when using SI http or rmi transport, some ... |
10. Installation: ThreadLocal forcefully removed forum.springsource.orgI have upgraded tomcat to 6.0.24 and I get the same error everytime I stop tomcat. No changes made to the app since I was using 6.0.20. The Spring version I ... |
11. Threadlocal not getting cleared on weblogic 11g forum.springsource.orgThreadlocal not getting cleared on weblogic 11g Hi All, I am creating thread local using ThreadlocalTargetSource. The application when deployed on weblogic application server, its observerved that the thread local variable ... |
12. TestContextManager: ContextCache should be in a ThreadLocal forum.springsource.orgTestContextManager: ContextCache should be in a ThreadLocal Hi everyone, How I stumbled upon a design-flaw in TestContextManager: Yesterday I switched my testcases from JUnit to TestNG. I have some long-running tests, ... |
13. How to clear SecurityContextImp from ThreadLocal forum.springsource.orgHow to clear SecurityContextImp from ThreadLocal Tomcat >=6.0.24 comes with a pre-configured "memory leak detection" listener that cleans up when an application is shutdown. Among others we're seeing: A web application ... |