> From: Matthew Kerle [mailto:[EMAIL PROTECTED] > So what this is saying is that the *names* of the classes are > the same, > but the actual classes are different. this is crazy...
I suspect the two classes are being loaded by different classloaders - a common and entertaining* problem in Tomcat and other servlet containers. You can find out by asking each for its classloader and comparing. - Peter * Depending on whether you're watching someone else try to solve the problem, or having to wade through it yourself. Best of luck! --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]