Uploaded image for project: 'JBoss Logging'
  1. JBoss Logging
  2. JBLOGGING-4

MDC class checks for NCDSupport at initialization (should check for MDCSupport)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.0.6.GA-spi
    • 2.0.5.GA-jboss-logging
    • jboss-logging-spi
    • None

      Seems like a copy-and-past error:

      MDCProvider m = null;
      if (NDCSupport.class.isAssignableFrom(Logger.pluginClass)) <== HERE
      {
      try

      { m = ((MDCSupport) Logger.pluginClass.newInstance()).getMDCProvider(); }

      catch (Throwable t)

      { // Eat }

      }

              dandread1@redhat.com Dimitrios Andreadis
              dandread1@redhat.com Dimitrios Andreadis
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: