summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-osgi-runtime/src/main/java/org/apache/tuscany/sca/implementation/osgi/runtime/OSGiImplementationProvider.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-201-267/+0
* Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng2009-11-131-8/+9
* Only stop the bundle if it is started by the providerrfeng2009-11-021-6/+13
* Resolve interfaces from the remote endpoints (tribes based discovery is now w...rfeng2009-10-311-4/+15
* Propagate osgi properties for OSGi remote services rfeng2009-10-301-8/+25
* Ignore IllegalStateException for service unregister()rfeng2009-10-291-2/+1
* Handle service unregistration gracefullyrfeng2009-10-291-1/+6
* Use ServiceFactory to create service proxies based on the interface classes f...rfeng2009-07-311-28/+37
* Change the name of OSGi remote service related propertiesrfeng2009-07-181-31/+34
* Refactor the OSGi discovery service into node-implementation-osgi rfeng2009-07-161-11/+76
* Only stop the bundle when it is activerfeng2009-05-271-1/+1
* Allow the SCA composite for bundles can be packaged in an external bundle and...rfeng2009-05-051-7/+24
* Start to align with the OSGi property names defined by RFC 119rfeng2009-03-231-4/+7
* Bring up the binding.rmi to connect two OSGi bundlesrfeng2009-03-171-3/+4
* Start to populate SCA proxies into the OSGi registry for referencesrfeng2009-03-171-767/+46
* Add a module for Implementation-osgi runtimerfeng2009-03-161-0/+850