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

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

    XMLWordPrintable

Details

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

    Description

      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 }

      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: