0 Replies Latest reply on May 2, 2007 12:32 PM by starksm64

    JBAS-4380, jar conflict issue

    starksm64

      I spent most of yesterday trying to drill into this issue, and when I finally got into debugging the sun.misc.* URLClassLoader related stuff, the problem disappeared when I hooked up the current jrl source code as the bootclasspath. I can't tell exactly what release of the jdk this code corresponds to though. This code is wrapping our vfsfile urls in jar urls and creating tmp jar files for this, so its duplicating the work we are trying to do. I'm inclined to ignore this issue until the new non-URLClassLoader changes are in as we seem to be fighting with implementation detail assumptions made at the URLClassLoader layer.

      The vfs url handler needs to be changed anyway for these issues:
      http://jira.jboss.org/jira/browse/JBMICROCONT-156
      http://jira.jboss.org/jira/browse/JBMICROCONT-157

      Once that is done I'll revisit the URLClassLoader interaction to see if its more obvious why the view is getting out of sync.