You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Ceki Gulcu (JIRA)" <ji...@apache.org> on 2010/10/27 19:06:23 UTC

[jira] Commented: (TAP5-1327) Doesn't support SLF4 1.6.1

    [ https://issues.apache.org/jira/browse/TAP5-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925459#action_12925459 ] 

Ceki Gulcu commented on TAP5-1327:
----------------------------------

The explanation at http://slf4j.org/manual.html#libraries might be pertinent. In particular:

   As of SLF4J version 1.6.0, if no binding is found on the class path, then slf4j-api will default to a no-operation implementation discarding all log requests.

> Doesn't support SLF4 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.