You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2008/07/25 15:47:01 UTC

[jira] Created: (SMX4KNL-65) After copying or moving the kernel, it does not start in a very clean way anymore

After copying or moving the kernel, it does not start in a very clean way anymore
---------------------------------------------------------------------------------

                 Key: SMX4KNL-65
                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-65
             Project: ServiceMix Kernel
          Issue Type: Bug
            Reporter: Guillaume Nodet
             Fix For: 1.0.0


Lots of warnings are displayed in the console.
The reason is that the bundle locations contains hard-coded absolute locations of the system bundles, so if the [servicemix.home] directory is changed somehow, the bundles are not recognized anymore.
A fix is to use maven style locations for the system bundles, so that the root path is not included anymore.
The added benefit is that we can do SMX4KNL-61 at the same time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4KNL-65) After copying or moving the kernel, it does not start in a very clean way anymore

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4KNL-65.
------------------------------------

    Resolution: Fixed

Sending        trunk/assembly/src/main/descriptors/unix-bin.xml
Sending        trunk/assembly/src/main/descriptors/windows-bin.xml
Sending        trunk/assembly/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg
Sending        trunk/assembly/src/main/filtered-resources/etc/startup.properties
Sending        trunk/gshell/gshell-core/src/main/filtered-resources/org/apache/geronimo/gshell/spring/etc/startup.properties
Sending        trunk/gshell/gshell-core/src/main/resources/org/apache/geronimo/gshell/spring/etc/org.ops4j.pax.url.mvn.cfg
Sending        trunk/main/src/main/java/org/apache/servicemix/kernel/main/Main.java
Transmitting file data .......
Committed revision 679830.

> After copying or moving the kernel, it does not start in a very clean way anymore
> ---------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-65
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-65
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>             Fix For: 1.0.0
>
>
> Lots of warnings are displayed in the console.
> The reason is that the bundle locations contains hard-coded absolute locations of the system bundles, so if the [servicemix.home] directory is changed somehow, the bundles are not recognized anymore.
> A fix is to use maven style locations for the system bundles, so that the root path is not included anymore.
> The added benefit is that we can do SMX4KNL-61 at the same time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.