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

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

     [ https://issues.apache.org/jira/browse/KARAF-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet reassigned KARAF-3661:
--------------------------------------

    Assignee: Guillaume Nodet

> 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
>            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)