Uploaded image for project: 'JBoss Modules'
  1. JBoss Modules
  2. MODULES-10

Endless wait with custom ModuleLoader

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Beta2
    • None
    • None
    • None

      This code runs into an endless wait if #1 is not done

      final Module module = findModule(identifier);
      if (module == null)

      { final ModuleNotFoundException e = new ModuleNotFoundException(identifier.toString()); log.moduleLoadFailed(identifier, e); throw e; }

      #1 newFuture.setModule(module);
      log.moduleLoaded(identifier);
      return module;

            dlloyd@redhat.com David Lloyd
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: