Re: OSGi (Blueprint) fragment and host bundle notification

2011-09-07 Thread Mark Nuttall
Hi Matt, A web search for osgi bundle tracker fragment yields this article: http://java.dzone.com/articles/osgi-junit-test-extender-using. This uses a BundleTrackerCustomizer, bundleTracker = new BundleTracker(context, Bundle.RESOLVED, testExtender); bundleTracker.open(); Which then tests to see

RE: OSGi (Blueprint) fragment and host bundle notification

2011-09-07 Thread Timothy Ward
. Regards, Tim From: mnutt...@apache.org Date: Wed, 7 Sep 2011 08:54:57 +0100 Subject: Re: OSGi (Blueprint) fragment and host bundle notification To: user@aries.apache.org Hi Matt, A web search for osgi bundle tracker fragment yields this article: http://java.dzone.com/articles/osgi-junit-test