Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-1327

Tapestry IOC depends on SLF4J 1.5.6 which is not compatible with Hibernate 3.6 (which depends on 1.6.1)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.2
    • 5.2.3
    • tapestry-core
    • None

    Description

      If i use SLF4J 1.6.1 i get the following exception on startup:

      java.lang.NoSuchMethodError: org.slf4j.impl.StaticLoggerBinder.getSingleton()Lorg/slf4j/impl/StaticLoggerBinder;
      at org.slf4j.LoggerFactory.bind(LoggerFactory.java:121)
      at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:111)
      at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:268)
      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:241)
      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:254)
      at org.apache.tapestry5.TapestryFilter.<init>(TapestryFilter.java:55)

      This is important because for example hibernate 3.6 uses this version of SLF4.

      Attachments

        Activity

          People

            Unassigned Unassigned
            hpalma Hugo Palma
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: