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 D5145175F3 for ; Mon, 13 Apr 2015 07:50:10 +0000 (UTC) Received: (qmail 1053 invoked by uid 500); 13 Apr 2015 07:49:12 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 1023 invoked by uid 500); 13 Apr 2015 07:49:12 -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 1010 invoked by uid 99); 13 Apr 2015 07:49:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2015 07:49:12 +0000 Date: Mon, 13 Apr 2015 07:49:12 +0000 (UTC) From: "Guillaume Nodet (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-3661) the blueprint: protocal is not supported anymore in 4.0.0 M2 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-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492045#comment-14492045 ] Guillaume Nodet commented on KARAF-3661: ---------------------------------------- How do you install your feature ? If you add it to the boot features list, you need to use the multi-stage boot syntax: {code} featuresBoot = (aries-blueprint,deployer,...),abc {code} > the blueprint: protocal is not supported anymore in 4.0.0 M2 > ------------------------------------------------------------ > > Key: KARAF-3661 > URL: https://issues.apache.org/jira/browse/KARAF-3661 > Project: Karaf > Issue Type: Bug > Components: karaf-feature > Affects Versions: 4.0.0.M2 > Reporter: Xilai Dai > > Given a simple feature.xml > {code} > > blueprint:mvn:org.abc.ee/ddd-fff/1.0.0/xml > > {code} > then will got MalformedURLException when install this feature into karaf 4.0.0 M2. > {code} > Caused by: java.net.MalformedURLException: unknown protocol: blueprint > at java.net.URL.(URL.java:592)[:1.7.0_51] > at java.net.URL.(URL.java:482)[:1.7.0_51] > at java.net.URL.(URL.java:431)[:1.7.0_51] > at org.apache.karaf.features.internal.download.impl.SimpleDownloadTask.downloadBlueprintOrSpring(SimpleDownloadTask.java:110)[6:org.apache.karaf.features.core:4.0.0.SNAPSHOT] > at org.apache.karaf.features.internal.download.impl.SimpleDownloadTask.download(SimpleDownloadTask.java:53)[6:org.apache.karaf.features.core:4.0.0.SNAPSHOT] > at org.apache.karaf.features.internal.download.impl.AbstractRetryableDownloadTask.run(AbstractRetryableDownloadTask.java:58)[6:org.apache.karaf.features.core:4.0.0.SNAPSHOT] > ... 7 more > {code} > It works well on 2.3.x. -- This message was sent by Atlassian JIRA (v6.3.4#6332)