RE: problems with class loader on different web applications

2011-04-26 Thread Michal Singer
יל 2011 16:36 To: Tomcat Users List Subject: RE: problems with class loader on different web applications > From: Michal Singer [mailto:michal.sin...@expand.com] > Subject: RE: problems with class loader on different web applications > This version was tested thoroughly Apparently not,

RE: problems with class loader on different web applications

2011-04-26 Thread Caldarale, Charles R
> From: Michal Singer [mailto:michal.sin...@expand.com] > Subject: RE: problems with class loader on different web applications > This version was tested thoroughly Apparently not, or you wouldn't be reporting a problem. > I prefer not to upgrade the tomcat since the upgra

RE: problems with class loader on different web applications

2011-04-26 Thread Michal Singer
: problems with class loader on different web applications The problem is that some of the classes are loaded with the right class loader and some with the wrong (if it is a new class - it is loaded Correctly, if it is a class received from AMQ onMessage callback, a wrong class loader is used). And

RE: problems with class loader on different web applications

2011-04-26 Thread Michal Singer
I need to in the code, it returns false, and this causes problems. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: ג 26 אפריל 2011 15:40 To: Tomcat Users List Subject: RE: problems with class loader on different web applications > From: Mic

RE: problems with class loader on different web applications

2011-04-26 Thread Caldarale, Charles R
> From: Michal Singer [mailto:michal.sin...@expand.com] > Subject: problems with class loader on different web applications > Hi, I am using tomcat 6.0.18. Move up - that's almost three years old, and lots of fixes have gone in since then. > The Thread.currentThread.getContex

problems with class loader on different web applications

2011-04-26 Thread Michal Singer
Hi, I am using tomcat 6.0.18. I am running a multi process environment, where the client and server processes communicate through ActiveMQ. Client is on top of tomcat 6.0.18, server is on top of Spring 2.5.6. I am using 2 web application contexts in tomcat. I am implementing on the client si