summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/extensibility-osgi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the test case with a resolvable bundlerfeng2008-09-092-3/+3
* Simplified a bit the service discovery implementation. Some code cleanup in n...jsdelfino2008-09-081-4/+0
* Make a few fields non-static to ServiceDiscoveryrfeng2008-09-033-11/+32
* Fixed scope of the dependency on the Felix org.osgi.core module, changed it t...jsdelfino2008-09-011-0/+1
* Added missing @Override annotation to methods that override methods from thei...mcombellack2008-08-131-0/+1
* Support to start OSGi from a list of jar filesrfeng2008-08-081-1/+5
* Use ServiceDiscovery in node2-api to find SCANode2Factory subclassesrfeng2008-08-081-3/+8
* Add getBundleContext()rfeng2008-08-011-0/+4
* Add an OSgi bundle activator to set the OSGiServiceDiscoverer to ServiceDisco...rfeng2008-07-313-1/+47
* Add more comments and some minor clean uprfeng2008-07-211-0/+6
* Fix the a set of classloading related issues such as ClassNotFoundException, ...rfeng2008-07-211-0/+78
* Start to add an OSGi-based runtime for implementation.node. It installs tusca...rfeng2008-07-182-6/+5
* Keep the felix instance for stoprfeng2008-07-161-1/+1
* Add the first instance only optimization backrfeng2008-07-112-3/+14
* Fixes for itest/osgi-tuscanyrsivaram2008-07-101-2/+2
* Make the ServiceDiscovery pluggable and add support for OSGi-based service di...rfeng2008-07-086-0/+632