I think we should even upgrade to the latest snapshot of felix. The reason is that the blueprint API depends on OSGi Core 4.2 for the ServiceException. Currently, I have hacked the api to remove this dependency, but we'll have to switch to the correct api at some point anyway.
On Wed, May 20, 2009 at 18:11, <[email protected]> wrote: > Author: dwoods > Date: Wed May 20 16:11:01 2009 > New Revision: 776749 > > URL: http://svn.apache.org/viewvc?rev=776749&view=rev > Log: > updated versions to latest Felix 1.8.0 > > Modified: > geronimo/sandbox/blueprint/README > > Modified: geronimo/sandbox/blueprint/README > URL: > http://svn.apache.org/viewvc/geronimo/sandbox/blueprint/README?rev=776749&r1=776748&r2=776749&view=diff > ============================================================================== > --- geronimo/sandbox/blueprint/README (original) > +++ geronimo/sandbox/blueprint/README Wed May 20 16:11:01 2009 > @@ -1,8 +1,8 @@ > Installing and running the blueprint-sample bundle: > --------------------------------------------------- > -0) Download Felix (v1.6.0 used at the time of this writing): > +0) Download Felix (v1.8.0 used at the time of this writing): > > - http://www.apache.org/dist/felix/felix-1.6.0.tar.gz > + http://www.apache.org/dist/felix/felix-1.8.0.tar.gz > > 1) Start Felix under Java SE 5: > > @@ -20,8 +20,8 @@ > > 4) Build the blueprint project and install the extender and sample bundles: > > - a) install > file://<m2_repo>/org/apache/geronimo/blueprint-bundle/1.0.0-SNAPSHOT/blueprint-bundle-1.0.0-SNAPSHOT.jar > - b) install > file://<m2_repo>/org/apache/geronimo/blueprint-sample/1.0.0-SNAPSHOT/blueprint-sample-1.0.0-SNAPSHOT.jar > + a) install > file:///<m2_repo>/org/apache/geronimo/blueprint-bundle/1.0.0-SNAPSHOT/blueprint-bundle-1.0.0-SNAPSHOT.jar > + b) install > file:///<m2_repo>/org/apache/geronimo/blueprint-sample/1.0.0-SNAPSHOT/blueprint-sample-1.0.0-SNAPSHOT.jar > > 5) Start the extender and sample bundles: > > @@ -35,7 +35,7 @@ > > a) install http://www.apache.org/dist/felix/org.osgi.compendium-1.2.0.jar > b) install > http://www.apache.org/dist/felix/org.apache.felix.http.jetty-1.0.0.jar > - c) install > http://www.apache.org/dist/felix/org.apache.felix.webconsole-1.2.8.jar > + c) install > http://www.apache.org/dist/felix/org.apache.felix.webconsole-1.2.10.jar > > 2) Start the web console: > > > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
