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 <gn...@gmail.com> on 2007/12/05 11:26:26 UTC

FYI, using OBR on ServiceMix 4 Runtime

If you build and unpack the minimal distribution of the ServiceMix 4
runtime,
you can use OBR to download some bundles and try those.
A prebuilt runtime is available at:

http://people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/runtime/org.apache.servicemix.runtime.minimum/4.0-SNAPSHOT/org.apache.servicemix.runtime.minimum-4.0-SNAPSHOT.tar.gz

For example you can launch the following command:

   obr/start org.apache.servicemix.bundles.jaxb-impl camel-spring
camel-example-osgi

This will download, install and start the needed bndles to install the
camel-example-osgi example.
The need for the other targets will hopefully be removed later as we can add
bundle requirement so
that they will be transparently downloaded when needed.

-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: FYI, using OBR on ServiceMix 4 Runtime

Posted by James Strachan <ja...@gmail.com>.
On 05/12/2007, Guillaume Nodet <gn...@gmail.com> wrote:
> If you build and unpack the minimal distribution of the ServiceMix 4
> runtime,
> you can use OBR to download some bundles and try those.
> A prebuilt runtime is available at:
>
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/runtime/org.apache.servicemix.runtime.minimum/4.0-SNAPSHOT/org.apache.servicemix.runtime.minimum-4.0-SNAPSHOT.tar.gz
>
> For example you can launch the following command:
>
>    obr/start org.apache.servicemix.bundles.jaxb-impl camel-spring
> camel-example-osgi
>
> This will download, install and start the needed bndles to install the
> camel-example-osgi example.
> The need for the other targets will hopefully be removed later as we can add
> bundle requirement so
> that they will be transparently downloaded when needed.

Awesome stuff! :)

I've just updated the website a bit to reflect this...
http://cwiki.apache.org/SMX4/runtime.html

-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Re: FYI, using OBR on ServiceMix 4 Runtime

Posted by Guillaume Nodet <gn...@gmail.com>.
Unfortuantely, Eclipse uses a different xml format than OBR, so it would not
work.

On Dec 10, 2007 7:26 AM, Bozhong Lin <bo...@gmail.com> wrote:

> This is really cool.
>
> Just curious, can OBR tool take URL as update site input info like Eclipse
> update manager? This would be really convenient for installed software to
> update patches/releases.
>
> Cheers,
> Bo
>
> On Dec 5, 2007 6:26 PM, Guillaume Nodet <gn...@gmail.com> wrote:
>
> > If you build and unpack the minimal distribution of the ServiceMix 4
> > runtime,
> > you can use OBR to download some bundles and try those.
> > A prebuilt runtime is available at:
> >
> >
> >
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/runtime/org.apache.servicemix.runtime.minimum/4.0-SNAPSHOT/org.apache.servicemix.runtime.minimum-4.0-SNAPSHOT.tar.gz
> >
> > For example you can launch the following command:
> >
> >   obr/start org.apache.servicemix.bundles.jaxb-impl camel-spring
> > camel-example-osgi
> >
> > This will download, install and start the needed bndles to install the
> > camel-example-osgi example.
> > The need for the other targets will hopefully be removed later as we can
> > add
> > bundle requirement so
> > that they will be transparently downloaded when needed.
> >
> > --
> > Cheers,
> > Guillaume Nodet
> > ------------------------
> > Blog: http://gnodet.blogspot.com/
> >
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: FYI, using OBR on ServiceMix 4 Runtime

Posted by Bozhong Lin <bo...@gmail.com>.
This is really cool.

Just curious, can OBR tool take URL as update site input info like Eclipse
update manager? This would be really convenient for installed software to
update patches/releases.

Cheers,
Bo

On Dec 5, 2007 6:26 PM, Guillaume Nodet <gn...@gmail.com> wrote:

> If you build and unpack the minimal distribution of the ServiceMix 4
> runtime,
> you can use OBR to download some bundles and try those.
> A prebuilt runtime is available at:
>
>
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/runtime/org.apache.servicemix.runtime.minimum/4.0-SNAPSHOT/org.apache.servicemix.runtime.minimum-4.0-SNAPSHOT.tar.gz
>
> For example you can launch the following command:
>
>   obr/start org.apache.servicemix.bundles.jaxb-impl camel-spring
> camel-example-osgi
>
> This will download, install and start the needed bndles to install the
> camel-example-osgi example.
> The need for the other targets will hopefully be removed later as we can
> add
> bundle requirement so
> that they will be transparently downloaded when needed.
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
>

Re: FYI, using OBR on ServiceMix 4 Runtime

Posted by Guillaume Nodet <gn...@gmail.com>.
I have uploaded a few snapshots that are needed for everything to work
(mainly snapshot of external dependencies like pax-logging, felix plugin,
felix obr, etc...).  So if you plan to build it locally, make sure you clean
you download the latest snapshots.

On Dec 5, 2007 11:26 AM, Guillaume Nodet <gn...@gmail.com> wrote:

> If you build and unpack the minimal distribution of the ServiceMix 4
> runtime,
> you can use OBR to download some bundles and try those.
> A prebuilt runtime is available at:
>
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/runtime/org.apache.servicemix.runtime.minimum/4.0-SNAPSHOT/org.apache.servicemix.runtime.minimum-4.0-SNAPSHOT.tar.gz
>
> For example you can launch the following command:
>
>    obr/start org.apache.servicemix.bundles.jaxb-impl camel-spring
> camel-example-osgi
>
> This will download, install and start the needed bndles to install the
> camel-example-osgi example.
> The need for the other targets will hopefully be removed later as we can
> add bundle requirement so
> that they will be transparently downloaded when needed.
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/




-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/