Hi,
What happens if the classes registered in a JDOImplHelper are unloaded or if an attempt to GC the classloader? Later on the same class loaded by a second classloader, third, forth and so on? Is there a memory leak here since the classloader will not be garbage collect the classes as we have a strong references to the classes? Regards, Erik Bengtson
