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

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

I'm not able to reproduce your problem.

What I did is to create a blueprint XML containing a Camel route. I installed 
this blueprint using:

{code}
bundle:install -s blueprint:file:/path/to/route.xml
{code}

I installed a couple of features (feature:install camel-stream, feature:install 
webconsole): the blueprint container and the Camel route are not restarted.

Let me try with Karaf 4.0.0 (I tried on 4.0.2-SNAPSHOT).

> An installed blueprint.xml has always been updated and restarted when install 
> another unrelated feature
> -------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-3918
>                 URL: https://issues.apache.org/jira/browse/KARAF-3918
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 4.0.0
>         Environment: Java 7
>            Reporter: Xilai Dai
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 4.0.2
>
>
> There is an installed blueprint.xml. (by install -s 
> blueprint:mvn:org.abc/my-project/1.0-SNAPSHOT/xml, or deploy this 
> blueprint.xml into deploy folder).
> then, if you do feature:install xxxx, to install some other feature (no 
> dependencies to the blueprint.xml above), the installed blueprint.xml will 
> always be updated and restarted, that's not expected behavious.
> After checking with org.apache.karaf.features.internal.service.Deployer 
> class, I found that the old checksum will only be calculated in case of url 
> start with "jar:" (Line 1159), so in case of the url start with "blueprint:", 
> the new checksum will never equal with old checksum, then it will be put into 
> deployment.toUpdate Map.
> The Deployer class should be fixed for "blueprint:" deployment.



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

Reply via email to