[
https://issues.apache.org/jira/browse/KARAF-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492358#comment-14492358
]
Christian Schneider edited comment on KARAF-3661 at 4/13/15 12:56 PM:
----------------------------------------------------------------------
[~gnt] Would adding a requirement for the blueprint extender also work?
Even without the requirement. If the the blueprint feature is installed after
the user bunde. Shouldnt it still pick it up?
was (Author: [email protected]):
[~gnt] Would adding a requirement for the blueprint extender also work?
> 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)