Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F0EBDEBE for ; Wed, 17 Oct 2012 17:16:03 +0000 (UTC) Received: (qmail 5059 invoked by uid 500); 17 Oct 2012 17:16:03 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 5022 invoked by uid 500); 17 Oct 2012 17:16:03 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 5012 invoked by uid 99); 17 Oct 2012 17:16:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 17:16:03 +0000 Date: Wed, 17 Oct 2012 17:16:03 +0000 (UTC) From: "Don Corley (JIRA)" To: issues@karaf.apache.org Message-ID: <686239807.58746.1350494163413.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (KARAF-1937) Cave broken in karaf 2.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Don Corley created KARAF-1937: --------------------------------- Summary: Cave broken in karaf 2.3.0 Key: KARAF-1937 URL: https://issues.apache.org/jira/browse/KARAF-1937 Project: Karaf Issue Type: Bug Components: cave-server Affects Versions: 3.0.0 Environment: All Reporter: Don Corley Karaf cave crashes in the current version of karaf 2.3.0: > features:addurl mvn:org.apache.karaf.cave/apache-karaf-cave/3.0.0-SNAPSHOT/xml/features > features:install cave-obr-server org.osgi.service.blueprint.container.ComponentDefinitionException: Unable to intialize bean cxf Fix: Just update the dependencies: ---start patch--- Index: pom.xml =================================================================== --- pom.xml (revision 1399329) +++ pom.xml (working copy) @@ -24,7 +24,7 @@ org.apache apache - 10 + 11 org.apache.karaf @@ -34,12 +34,12 @@ Apache Karaf :: Cave - 2.0.1 - 2.4.3 + 2.4 + 2.7.0 1.6.6 - 4.1.1 - 1.6.1 - 2.2.4 + 4.2.1 + 1.7.1 + 2.3.0 4.2.0 1.0 @@ -92,7 +92,7 @@ org.slf4j slf4j-api - 1.6.1 + 1.7.2 @@ -104,19 +104,19 @@ junit junit - 4.7 + 4.10 test org.slf4j slf4j-log4j12 - 1.6.1 + 1.7.2 test log4j log4j - 1.2.16 + 1.2.17 test ---end patch--- I love cave! Thanks, Don -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira