Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-8661

ModeShape Tools' SLF4J LoggerFactoryBinder Implementation Not Found On Classpath

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.2.1.M1
    • 3.2.0.Final
    • modeshape
    • None
    • Hide
      Refactored ModeShape Tools' LoggerFactoryBinder implementation to the correct package and now SLF4J logging is working from the ModeShape client jar. Since Eclipse logging doesn't have "trace" logging, "trace" logging is directed to Eclipse's "info" logging.
      Show
      Refactored ModeShape Tools' LoggerFactoryBinder implementation to the correct package and now SLF4J logging is working from the ModeShape client jar. Since Eclipse logging doesn't have "trace" logging, "trace" logging is directed to Eclipse's "info" logging.

      With ModeShape 2.5.0.Beta1, the ModeShape jar no longer contains an implementation of LoggerFactoryBinder. This change in the MS jar revealed the MS Tools LoggerFactoryBinder implementation (which directs logging to the Eclipse logger) was not being found. This is because the MS Tools implementation was not in the correct package. SLF4J requires instances of LoggerFactoryBinder be in the "org.slf4j.impl" package. Need to repackage the MS Tools' impl.

            dflorian@redhat.com Daniel Florian (Inactive)
            dflorian@redhat.com Daniel Florian (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: