You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "chee sang (JIRA)" <ji...@apache.org> on 2011/04/02 04:53:05 UTC

[jira] [Created] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Camel 2.7.0 - unable to use sl4j 1.6.1
--------------------------------------

                 Key: CAMEL-3830
                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
             Project: Camel
          Issue Type: Bug
    Affects Versions: 2.7.0
         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
            Reporter: chee sang


previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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

[jira] [Commented] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015389#comment-13015389 ] 

Hadrian Zbarcea commented on CAMEL-3830:
----------------------------------------

As the number of dependencies can quickly explode once you take into account different versions of a dependency, which is next to impossible to test, we are a bit restrictive in Camel and make the assumption that future minor versions of a project will stay backwards compatible, but we don't necessarily assume that major versions will. In the slf4j case, for instance, we'll be able to work with a 1.5.12 and we'll assume that version backwards compatible, but not 1.6.x. So we may be a bit to conservative from that point of view.

That said, we'd identified other dependencies were we can relax this constraint a bit and we'll discuss releasing an early 2.7.1 supporting slf4j 1.6.x

> Camel 2.7.0 - unable to use sl4j 1.6.1
> --------------------------------------
>
>                 Key: CAMEL-3830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
>            Reporter: chee sang
>             Fix For: 2.8.0
>
>
> previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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

[jira] [Closed] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Posted by "Edstrom Johan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edstrom Johan closed CAMEL-3830.
--------------------------------


Closing this per comments from user.

> Camel 2.7.0 - unable to use sl4j 1.6.1
> --------------------------------------
>
>                 Key: CAMEL-3830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
>            Reporter: chee sang
>            Assignee: Edstrom Johan
>             Fix For: 2.7.1, 2.8.0
>
>
> previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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

[jira] [Commented] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017251#comment-13017251 ] 

Hadrian Zbarcea commented on CAMEL-3830:
----------------------------------------

Chee Sang, what binding are you using with slf4j. It's clear that you are using slf4j-api 1.6.x, but what binding are you using and more importantly what version? I suspect you are mixing versions. The old binding version may be a transitive dependency from camel, but you can (and should) replace it.

> Camel 2.7.0 - unable to use sl4j 1.6.1
> --------------------------------------
>
>                 Key: CAMEL-3830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
>            Reporter: chee sang
>             Fix For: 2.8.0
>
>
> previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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

[jira] [Updated] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hadrian Zbarcea updated CAMEL-3830:
-----------------------------------

    Fix Version/s: 2.7.1

> Camel 2.7.0 - unable to use sl4j 1.6.1
> --------------------------------------
>
>                 Key: CAMEL-3830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
>            Reporter: chee sang
>            Assignee: Claus Ibsen
>             Fix For: 2.7.1, 2.8.0
>
>
> previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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

[jira] [Commented] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Posted by "chee sang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018077#comment-13018077 ] 

chee sang commented on CAMEL-3830:
----------------------------------

after deep study into each jar files that I used in WEB-INF\lib & found that the issue is cause by activemq-all-5.5.0.jar instead of camel. I think this ticket can be close.

> Camel 2.7.0 - unable to use sl4j 1.6.1
> --------------------------------------
>
>                 Key: CAMEL-3830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
>            Reporter: chee sang
>            Assignee: Claus Ibsen
>             Fix For: 2.7.1, 2.8.0
>
>
> previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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

[jira] [Commented] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017348#comment-13017348 ] 

Claus Ibsen commented on CAMEL-3830:
------------------------------------

We should upgrade Camel to use the slf4j 1.6.x API as the other Apache products will migrate to that version: SMX, AMQ, Karaf etc.

> Camel 2.7.0 - unable to use sl4j 1.6.1
> --------------------------------------
>
>                 Key: CAMEL-3830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
>            Reporter: chee sang
>             Fix For: 2.8.0
>
>
> previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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

[jira] [Updated] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-3830:
-------------------------------

    Issue Type: New Feature  (was: Bug)

Camel supports sfl4j 1.5.x in Camel 2.7.
We may upgrade that to slf4j 1.6.x in Camel 2.8 as Apache Karaf will be able to support that version as well.


> Camel 2.7.0 - unable to use sl4j 1.6.1
> --------------------------------------
>
>                 Key: CAMEL-3830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
>            Reporter: chee sang
>             Fix For: 2.8.0
>
>
> previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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

[jira] [Updated] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-3830:
-------------------------------

    Issue Type: Improvement  (was: New Feature)

> Camel 2.7.0 - unable to use sl4j 1.6.1
> --------------------------------------
>
>                 Key: CAMEL-3830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
>            Reporter: chee sang
>             Fix For: 2.8.0
>
>
> previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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

[jira] [Commented] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Posted by "Dan Checkoway (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017413#comment-13017413 ] 

Dan Checkoway commented on CAMEL-3830:
--------------------------------------

FWIW, I've been using slf4j 1.6.1 with Camel since long before 2.7.0.  Works fine for me...

    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-jdk14</artifactId>
      <version>1.6.1</version>
      <scope>runtime</scope>
    </dependency>


> Camel 2.7.0 - unable to use sl4j 1.6.1
> --------------------------------------
>
>                 Key: CAMEL-3830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
>            Reporter: chee sang
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>
> previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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

[jira] [Assigned] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Posted by "Edstrom Johan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edstrom Johan reassigned CAMEL-3830:
------------------------------------

    Assignee: Edstrom Johan  (was: Claus Ibsen)

> Camel 2.7.0 - unable to use sl4j 1.6.1
> --------------------------------------
>
>                 Key: CAMEL-3830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
>            Reporter: chee sang
>            Assignee: Edstrom Johan
>             Fix For: 2.7.1, 2.8.0
>
>
> previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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

[jira] [Updated] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-3830:
-------------------------------

      Component/s: camel-core
    Fix Version/s: 2.8.0

> Camel 2.7.0 - unable to use sl4j 1.6.1
> --------------------------------------
>
>                 Key: CAMEL-3830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
>            Reporter: chee sang
>             Fix For: 2.8.0
>
>
> previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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

[jira] [Resolved] (CAMEL-3830) Camel 2.7.0 - unable to use sl4j 1.6.1

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3830.
--------------------------------

    Resolution: Fixed
      Assignee: Claus Ibsen

Upgraded to slf4j 1.6.1 on trunk

> Camel 2.7.0 - unable to use sl4j 1.6.1
> --------------------------------------
>
>                 Key: CAMEL-3830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3830
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: tomcat 7.0.11, windows 7 ultimate 64bit
>            Reporter: chee sang
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>
> previously using camel 2.6.0 with sl4j 1.6.1 & spring integration 2.0 without any issue. after compile & deployed with camel 2.7.0 using maven (by exclusion sl4j for camel in pom) & double check no old version of sl4j jar was deployed into WEB-INF\lib. when startup tomcat, give error "The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11]" and my app was unable to deploy successfully

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