RE: current thread's class loader is changed during onMessage of

2011-04-26 Thread Michal Singer
onMessage is called, It does: runningThread = Thread.currentThread(); And there I see that the runningThread has a wrong class loader already. -Original Message- From: Michal Singer Sent: ג 26 אפריל 2011 10:24 To: users@activemq.apache.org Subject: current thread's class loader is changed d

current thread's class loader is changed during onMessage of

2011-04-26 Thread Michal Singer
Hi, I have a problem which will reproduce on AMQ 5.2.0 as well as 5.5.0 and I assume on every version. 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 w