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 AE0AF17A01 for ; Thu, 15 Jan 2015 21:50:36 +0000 (UTC) Received: (qmail 43658 invoked by uid 500); 15 Jan 2015 21:50:38 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 43569 invoked by uid 500); 15 Jan 2015 21:50:38 -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 43257 invoked by uid 99); 15 Jan 2015 21:50:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2015 21:50:38 +0000 Date: Thu, 15 Jan 2015 21:50:38 +0000 (UTC) From: "Krzysztof Sobkowiak (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-3448) Unable to deploy spring-dm file into the deploy directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14279345#comment-14279345 ] Krzysztof Sobkowiak commented on KARAF-3448: -------------------------------------------- *Workaround*: please install the Spring Deployer bundle manually: {code} osgi:install -s mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/2.4.1 {code} > Unable to deploy spring-dm file into the deploy directory > --------------------------------------------------------- > > Key: KARAF-3448 > URL: https://issues.apache.org/jira/browse/KARAF-3448 > Project: Karaf > Issue Type: Bug > Affects Versions: 2.4.1 > Reporter: Krzysztof Sobkowiak > > It's not possible to deploy any spring-dm based file (e.g. camel route) into the {{deploy}} directory. It's caused by missing {{org.apache.karaf.deployer.spring}} bundle. Karaf 2.3.x and 3.0.x start the bundle in {{startup.properties}}, Karaf 4.0.x starts it together with {{spring}} feature. > In Karaf 2.4.x it's defined as conditional bundle in the {{deployer}} feature. But when the {{deployer}} feature is installed the {{spring}} feature is usually not installed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)