You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2015/05/15 22:01:00 UTC

[jira] [Assigned] (KARAF-3730) Unnecessary delays when installing feature with file: or http: URLs

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

Jean-Baptiste Onofré reassigned KARAF-3730:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré

> Unnecessary delays when installing feature with file: or http: URLs
> -------------------------------------------------------------------
>
>                 Key: KARAF-3730
>                 URL: https://issues.apache.org/jira/browse/KARAF-3730
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 3.0.2
>            Reporter: Harald Wellmann
>            Assignee: Jean-Baptiste Onofré
>
> When installing a feature with a {{file:}} URL, there is a 30 s delay.
> E.g. using the following feature and installing it via {{feature:install}}.
> {code}
> <?xml version="1.0" encoding="UTF-8"?>
> <features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0" name="test-dependencies">
> <feature name="commons-lang3">
> <bundle>file:/home/hwellmann/.m2/repository/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar</bundle>
> </feature>
> </features>
> {code}
> Using the same URL with bundle
> {noformat}
> karaf@root> bundle:install file:/home/hwellmann/.m2/repository/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
> {noformat}
> See also:
> * https://ops4j1.jira.com/browse/PAXEXAM-716
> * http://karaf.922171.n3.nabble.com/30-sec-delay-when-installing-features-using-file-or-http-protocols-td4031572.html
> There is no point in waiting for an {{URLStreamHandlerService}} for the built-in {{file:}} or {{http:}} protocols, as such handler services do not exist. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)