You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Xilai Dai (JIRA)" <ji...@apache.org> on 2015/04/13 12:21:13 UTC

[jira] [Commented] (KARAF-3661) the blueprint: protocol is not supported anymore in 4.0.0 M2

    [ https://issues.apache.org/jira/browse/KARAF-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492238#comment-14492238 ] 

Xilai Dai commented on KARAF-3661:
----------------------------------

Does it make sense that make prerequisite="true" as default behaviour for the children <feature>? then the old feature.xml files working on karaf 2.x/3.x will also working on 4.0.0 without making changes.

> the blueprint: protocol 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
>            Assignee: Guillaume Nodet
>
> Given a simple feature.xml
> {code}
> <feature name='abc' version='1.0'>
>     <bundle>blueprint:mvn:org.abc.ee/ddd-fff/1.0.0/xml</bundle>
> </feature>
> {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.<init>(URL.java:592)[:1.7.0_51]
> 	at java.net.URL.<init>(URL.java:482)[:1.7.0_51]
> 	at java.net.URL.<init>(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)