You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/10/28 00:44:19 UTC

[jira] Updated: (TAP5-1327) Tapestry IOC depends on SLF4J 1.5.6 which is not compatible with Hibernate 3.6 (which depends on 1.6.1)

     [ https://issues.apache.org/jira/browse/TAP5-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1327:
---------------------------------------

    Summary: Tapestry IOC depends on SLF4J 1.5.6 which is not compatible with Hibernate 3.6 (which depends on 1.6.1)  (was: Doesn't support SLF4 1.6.1)

> Tapestry IOC depends on SLF4J 1.5.6 which is not compatible with Hibernate 3.6 (which depends on 1.6.1)
> -------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1327
>                 URL: https://issues.apache.org/jira/browse/TAP5-1327
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2
>            Reporter: Hugo Palma
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.