Re: [JBoss-user] ClassLoader Issue(Again :-)

2003-07-21 Thread Muraly R
Hi Kevin, Thanks for the reply. In fact in logs if you see the actaul reference is itself printed. 1. [JobGetPollerData] ClassLoader = [EMAIL PROTECTED] url="" Files/CSCOpx/MDC/jboss/server/default/tmp/deploy/server/default/deploy/qpm.jar/28.qpm.jar ,addedOrder=27} 2. ClassLoader for

[JBoss-user] ClassLoader Issue(Again :-)

2003-07-20 Thread Muraly R
HI Gurus, I have a problem with the classloader and I am not able to understand the exact cause of the ERROR. Please find the error output from the server logs attached. Here the Class JobGetPollerData tries to Access a 'protected' method from TimerManager and the exception is thrown. As

Re: [JBoss-user] ClassLoader Issue(Again :-)

2003-07-20 Thread Kevin Duffey
Hey, finally one I can answer. You are incorrect in that it is the same loader. You are seeing the classloader class name, not the actual instance ref. I believe every bean, etc is loaded by its own instance of a UnifiedClassLoader. What you need to do is print out the reference and see that they