Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1170A4B6B for ; Sun, 29 May 2011 09:50:41 +0000 (UTC) Received: (qmail 48695 invoked by uid 500); 29 May 2011 09:50:40 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 48652 invoked by uid 500); 29 May 2011 09:50:40 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 48644 invoked by uid 99); 29 May 2011 09:50:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 May 2011 09:50:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of claus.ibsen@gmail.com designates 209.85.160.45 as permitted sender) Received: from [209.85.160.45] (HELO mail-pw0-f45.google.com) (209.85.160.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 May 2011 09:50:34 +0000 Received: by pwi6 with SMTP id 6so1524914pwi.32 for ; Sun, 29 May 2011 02:50:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=hgOgX3n8696GsaVtG7lUs+rH/jXoywmlEZ77+FRKOIQ=; b=asjV4WtMk6NL7bQlE8jXwhuylriK9kS3E5aFojw8/flOmqmtkz5K8Hjai5ZCjg33FG YNDmb5m2TSjdQZ13NydFbSYuV2aM5MQ9II2wbb1bVthF02l48SKl0zOZt62baK4GI2/a b77P9fSH9PD3OaFeyExXbfMTFEpQevh1yHLMc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=U+Rp4oto/onpcYHEQDxqDfx+t4SZPWMyu5tqwarBykPiIbiCb1L7Dc+uEsKhrE6I+t SA82bY+uJ/7f6s8eQH/ELM0HdiRdypHYcxKENWdbps2hMX9jevSinA2ckCZJBmKOAOx+ 805+yGMmW1cJMZ2aKYzNEuLG4v5GnhRW6cmoE= Received: by 10.68.24.40 with SMTP id r8mr1442092pbf.161.1306662613206; Sun, 29 May 2011 02:50:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.55.33 with HTTP; Sun, 29 May 2011 02:49:53 -0700 (PDT) From: Claus Ibsen Date: Sun, 29 May 2011 11:49:53 +0200 Message-ID: Subject: Test issue with camel-itest-karaf due slf4j constraint To: dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi We have an issue when running the tests in camel-itest-karaf. It outputs a constraint issue with slf4j and whatnot It could be due the new karaf command for Camel may cause a problem. But nevertheless any osgi diggers may wanna help out and take a look. To reproduce run mvn clean install from the tests/camel-itest-karaf directory [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.servicemix.bundles.jaxb-impl] org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.camel.camel-core [38]: Unable to resolve 38.0: missing requirement [38.0] package; (&(package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0))) at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3404) at org.apache.felix.framework.Felix.startBundle(Felix.java:1714) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1143) at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264) at java.lang.Thread.run(Thread.java:680) org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.camel.karaf.camel-karaf-commands [39]: Unable to resolve 39.0: missing requirement [39.0] package; (&(package=jline.console.completer)(version>=2.5.0)(!(version>=3.0.0))) at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3404) at org.apache.felix.framework.Felix.startBundle(Felix.java:1714) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1143) at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264) at java.lang.Thread.run(Thread.java:680) org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.camel.camel-spring [42]: Unable to resolve 42.0: missing requirement [42.0] package; (&(package=org.apache.camel)(version>=2.8.0)(!(version>=2.8.1))) [caused by: Unable to resolve 38.0: missing requirement [38.0] package; (&(package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))] at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3404) at org.apache.felix.framework.Felix.startBundle(Felix.java:1714) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1143) at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264) at java.lang.Thread.run(Thread.java:680) org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.camel.camel-jms [46]: Unable to resolve 46.0: missing requirement [46.0] package; (&(package=org.apache.camel)(version>=2.8.0)(!(version>=2.9.0))) [caused by: Unable to resolve 38.0: missing requirement [38.0] package; (&(package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))] at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3404) at org.apache.felix.framework.Felix.startBundle(Felix.java:1714) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1143) at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264) at java.lang.Thread.run(Thread.java:680) -- Claus Ibsen ----------------- FuseSource Email: cibsen@fusesource.com Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/