I just finished an Advanced Jboss training class last week, and during a disccussion on classloaders, the following idea occurred to me.
When the classloader encounters a Java class which has already been loaded, it just ignores it. This can cause problems when there is more than one version of a class among diferent archives.
Why not have