2 Replies Latest reply on Oct 6, 2011 9:37 AM by paul.robinson

    Does ModuleClassLoader have a debug mode?

    paul.robinson

      Hello,

       

      I'm trying to debug a classloader issue with the ModuleClassLoader. Essentially, I want to find out why the following returns false:

       

      class1.isAssignableFrom(class2)

       

      class1 should be assignable from class2, but for some reason it is not. class1 and class2 are associated with different ModuleClassLoaders. However, I should have the dependencies set up correctly for this to work.

       

      Is there a way that I can enable debug output from the ModuleClassLoader? Are there any docs with tips on how to debug these types of issues?

       

      Many thanks,

       

      Paul.