You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Krzysztof Sobkowiak (JIRA)" <ji...@apache.org> on 2015/02/24 09:11:12 UTC

[jira] [Comment Edited] (SM-2433) Additional instance does not have the same functionality as root one

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

Krzysztof Sobkowiak edited comment on SM-2433 at 2/24/15 8:11 AM:
------------------------------------------------------------------

{{admin:create}} creates a new instance of Karaf. I'm not sure if it is currently possible to override the configuration files from the Karaf distribution used while creating the new instance.

You can try {{admin:clone}}. This will clone your root instance, so you should have the same features installed like in the root instance. While creating the clone you should re-define some ports. Please see {{admin:clone --help}} for configuration parameters. 


was (Author: sobkowiak):
{{admin:create}} creates a new instance of Karaf. I'm not sure if it is currently possible to override the configuration files fromn the Karaf distribution used while creating the new instance.

You can try {{admin:clone}}. This will clone your root instance, so you should have the same features installed like in the root instance. While creating the clone you should re-define some ports. Please see {{admin:clone --help}} for configuration parameters. 

> Additional instance does not have the same functionality as root one
> --------------------------------------------------------------------
>
>                 Key: SM-2433
>                 URL: https://issues.apache.org/jira/browse/SM-2433
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 5.4.0
>         Environment: SLES11SP3 x64
>            Reporter: Sergey Panov
>
> I created additional instance by admin:create new
> After log into new instance I've found that not all feature repositories available for it:
> {code}
> panov@new> features:listrepositories
> Repository
> org.ops4j.pax.web-3.1.2
> karaf-enterprise-2.4.1
> spring-2.4.1
> org.ops4j.pax.cdi-0.8.0
> karaf-2.4.1
> {code}
> the root contains the following:
> {code}
> panov@root> features:listrepositories
> Repository
> org.ops4j.pax.web-3.1.2
> karaf-enterprise-2.4.1
> activemq-5.10.0
> servicemix-features-5.4.0
> camel-2.14.1
> jclouds-1.8.0
> servicemix-internal-5.4.0
> spring-2.4.1
> servicemix-examples-5.4.0
> org.ops4j.pax.cdi-0.8.0
> karaf-2.4.1
> cxf-3.0.2
> activemq-core-5.10.0
> {code}
> So that I can't use at least camel and cxf features



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