Hi Cristiano,

The single blueprint bundle is a roll-up of the other blueprint
bundles. As such, it contains more than you need.  For basic blueprint
you just need blueprint.api and blueprint.core, I believe.  Install
and start them in equinox and then install and start your bundle that
uses blueprint and it should be processed (the install/start order of
these bundles is not important).

The following article gives a good overview of Blueprint, but is a
little out of date in terms of the build it uses.  The blueprint
specification hasn't changed since then, though.

http://www.ibm.com/developerworks/opensource/library/os-osgiblueprint/

You typically don't have to import any packages for blueprint because
you don't use it's APIs directly (you write blueprint XMLs).

Let us know if you have any problems.

Regards, Graham.

On 27 May 2011 22:02, Cristiano Gavião <[email protected]> wrote:
> Hi people,
>
> I'm trying to use aries blueprint on equinox to able to consume some service
> bundles. Those services I've built using org.osgi.compendium-4.2.0.jar and
> bnd.
>
> So, which jar should I use on my client bundle? Which package should I
> import ?
>
> blueprint.api
> blueprint
> blueprint.core
>
> Is there any config that I need to do ?
>
> thanks a lot
>
> Cristiano
>

Reply via email to