[
https://issues.apache.org/jira/browse/KARAF-3409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210591#comment-17210591
]
Jean-Baptiste Onofré commented on KARAF-3409:
---------------------------------------------
We have another issue about that (reported by Harald). So it's certainly a
duplicate.
> 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
> Affects Versions: 3.0.2
> Reporter: Julius Kabugu
> Assignee: Jean-Baptiste Onofré
> Priority: Major
>
> 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
(v8.3.4#803005)