[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-8661) ModeShape Tools' SLF4J LoggerFactoryBinder Implementation Not Found On Classpath

Dan Florian (JIRA) jira-events at lists.jboss.org
Fri Apr 1 07:48:37 EDT 2011


ModeShape Tools' SLF4J LoggerFactoryBinder Implementation Not Found On Classpath
--------------------------------------------------------------------------------

                 Key: JBIDE-8661
                 URL: https://issues.jboss.org/browse/JBIDE-8661
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: modeshape
    Affects Versions: 3.2.0.Final
            Reporter: Dan Florian
            Assignee: Dan Florian
             Fix For: 3.2.1


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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list