summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/extensibility-osgi (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-09Update the test case with a resolvable bundlerfeng2-3/+3
2008-09-08Simplified a bit the service discovery implementation. Some code cleanup in n...jsdelfino1-4/+0
2008-09-03Make a few fields non-static to ServiceDiscoveryrfeng3-11/+32
2008-09-01Fixed scope of the dependency on the Felix org.osgi.core module, changed it t...jsdelfino1-0/+1
2008-08-13Added missing @Override annotation to methods that override methods from thei...mcombellack1-0/+1
2008-08-08Support to start OSGi from a list of jar filesrfeng1-1/+5
2008-08-08Use ServiceDiscovery in node2-api to find SCANode2Factory subclassesrfeng1-3/+8
2008-08-01Add getBundleContext()rfeng1-0/+4
2008-07-31Add an OSgi bundle activator to set the OSGiServiceDiscoverer to ServiceDisco...rfeng3-1/+47
2008-07-21Add more comments and some minor clean uprfeng1-0/+6
2008-07-21Fix the a set of classloading related issues such as ClassNotFoundException, ...rfeng1-0/+78
2008-07-18Start to add an OSGi-based runtime for implementation.node. It installs tusca...rfeng2-6/+5
2008-07-16Keep the felix instance for stoprfeng1-1/+1
2008-07-11Add the first instance only optimization backrfeng2-3/+14
2008-07-10Fixes for itest/osgi-tuscanyrsivaram1-2/+2
2008-07-08Make the ServiceDiscovery pluggable and add support for OSGi-based service di...rfeng6-0/+632