Re: Class loader madness and useless error reporting

2002-11-14 Thread Mike Spreitzer
Matthias, you asked how you can do the ClassLoader printing I suggested. It depends on who "you" are. Axis users can't do it; my suggestion is aimed at Axis implementors. I'm suggesting that Axis (and Tomcat) code should be alert for class-loading exceptions&errors and do us all the favor of

Re: Class loader madness and useless error reporting

2002-11-14 Thread Matthias Brunner
On Thursday 14 November 2002 16:02, Steve Loughran wrote: > Likely cause is the shared jar needs access to classes in > axis.jar, which is in the 'lower' classloader and hence invisible. > Move axis and needed jars up, perhaps Thanks, you are right. Did I mention that I loathe this class loading

Re: Class loader madness and useless error reporting

2002-11-14 Thread Steve Loughran
- Original Message - From: "Matthias Brunner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 05:43 Subject: Class loader madness and useless error reporting Hello, I do not know whether this is a bug in tomcat or axis or both (in fact, I do not even know i

Re: Class loader madness and useless error reporting

2002-11-14 Thread Matthias Brunner
On Thursday 14 November 2002 15:44, Mike Spreitzer wrote: > For exceptions like these, wouldn't it help if the contents of the > ClassLoader & ancestors were printed out? Try it: you'll find > they're all URLClassLoaders, and you can query them for the URLs > they contain. How do I achieve this?

Re: Class loader madness and useless error reporting

2002-11-14 Thread Mike Spreitzer
For exceptions like these, wouldn't it help if the contents of the ClassLoader & ancestors were printed out? Try it: you'll find they're all URLClassLoaders, and you can query them for the URLs they contain. Mike