On 5 June 2011 20:31, Jacek Laskowski <[email protected]> wrote: > On Fri, Jun 3, 2011 at 4:36 PM, Jeremy Hughes <[email protected]> wrote: > >> Just to confirm, are you saying that... > > I'm making my first steps with Blueprint and after some digging I > wrote an article Enterprise OSGi runtime setup with Apache Aries > Blueprint [1] to support my point. I was able to run the Blueprint > Sample module/bundle with the single, all-in-one bundle - > org.apache.aries.blueprint_0.3.2.SNAPSHOT. When I switched to > blueprint.api and blueprint.core, the latter couldn't run since the > package was not found. Am I doing something inappropriate(ly)?
The core bundle has this import package: org.osgi.service.blueprint;version="[1.0.0,2.0.0)". The api bundle exports the package but at version 0.0.0 (which is the bug). It works for the 'uber' bundle because everything is in the one bundle, and there is no import or export for this package. Please would you open a JIRA bug for this. Thank you. > > [1] > http://www.jaceklaskowski.pl/wiki/Enterprise_OSGi_runtime_setup_with_Apache_Aries_Blueprint > > Jacek > > -- > Jacek Laskowski > Java EE, functional languages and IBM WebSphere - http://blog.japila.pl > Warszawa JUG conference = Confitura (formerly Javarsovia) :: > http://confitura.pl >
