Hi Vincent,

The feature file is a XML file describing the bundle(s) to be installed.
Each feature corresponds to a group of bundles or reference to another
feature. If you don't have access to internet, you need to have local copy
(in maven repository, folders, ...) of the bundles = jar. These jars can be
installed without using features command but this one in osgi shell

install -s file:///folder/where/the/jar/is

or if you have a maven local repo

install -s mvn:org.apache.camel/camel-core/2.0-SNAPSHOT

Regards,

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com


On Thu, Jun 25, 2009 at 11:57 AM, TheWinch <
[email protected]> wrote:

>
> Hello all,
>
> Excuse me if my question seems silly but I'm starting with SMX4.
>
> I have a (Linux) server with SMX4.0.0, bnut it has no access to the
> Internet. How can I install new features ? If I type for example
> features/install cxf-osgi, it will fail because maven cannot access
> Internet.
>
> By the way, what is the difference between features and bundles ? I have
> read the doc in Karaf web site but it did not help me much.
>
> Thanks !
> --
> View this message in context:
> http://www.nabble.com/SMX4---installing-features-without-internet-access---tp24200345p24200345.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>

Reply via email to