Can I have two different versions of the same class loaded with different ClassLoaders in a way that they don't collide with each other?
Is the class pool classloader specific or system wide? If the class is first loaded in classloader A and then then gets loaded in classloader B does B get a fresh class definition or the cached definition of classloader A.
I'm not quite familiar with classloader issues do this might sound like foobar to all classloader senseis.
- Janne
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
