Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-379

several FactoryFinder.class.getClassLoader() will return NULL when loaded by the bootstrap classloader.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.3, fuse-esb-7.1.0, M1
    • None
    • None
    • None
    • % %

      as we endorse several specs api now, FactoryFinder.class.getClassLoader() will return null by the bootstrap classloader. we need add fallback like
      if (classloader == null)

      { classloader = ClassLoader.getSystemClassLoader(); }

            yfang@redhat.com Freeman(Yue) Fang
            yfang@redhat.com Freeman(Yue) Fang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: