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 2016/01/27 17:49:39 UTC

[jira] [Commented] (KARAF-3409) KARAF 3.0.2: Deploying bundles using the file: handler takes a long time via features xml

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

Jean-Baptiste Onofré commented on KARAF-3409:
---------------------------------------------

Let me try to reproduce and take a thread dump. AFAIR, we changed something about that, so it could be fixed.

> KARAF 3.0.2: Deploying bundles using the file: handler takes a long time via features xml
> -----------------------------------------------------------------------------------------
>
>                 Key: KARAF-3409
>                 URL: https://issues.apache.org/jira/browse/KARAF-3409
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core, karaf-feature, karaf-osgi
>    Affects Versions: 3.0.2
>            Reporter: Julius Kabugu
>            Assignee: Jean-Baptiste Onofré
>
> Tried to deploy an application using the following features XML:
> {code}
> <features name="my-features" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
>   <feature name="my" version="develop-SNAPSHOT" install="auto">
>     <bundle start-level="80" start="true" dependency="true">file:dependencies/commons-jexl-2.1.1.jar</bundle>
>     <bundle start-level="80" start="true" dependency="true">file:dependencies/org.apache.servicemix.bundles.junit-4.11_1.jar</bundle>
>     <bundle start-level="80" start="true" dependency="true">file:dependencies/org.apache.servicemix.bundles.javax-inject-1_2.jar</bundle>
>   </feature>
> </features>
> {code}
> Each bundle takes about a minute to turn into installed state.
> When you change the handler to mvn: and point to the maven artifact, it goes much faster.



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