summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-impl-osgi/src/main/java/org (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Import/Export Referencerfeng2009-11-1115-206/+465
* Various corrects to files headers resulting from the 2.0-M4-RC2 reviewslaws2009-11-048-0/+120
* Resolve interfaces from the remote endpoints (tribes based discovery is now w...rfeng2009-10-315-158/+193
* Propagate osgi properties for OSGi remote services rfeng2009-10-307-8/+61
* Add synchronization against listeners and check if it is removedrfeng2009-10-291-76/+93
* Ignore IllegalStateException for service unregister()rfeng2009-10-294-5/+25
* Add more checks for the stop() methodrfeng2009-10-294-47/+64
* Add null checkrfeng2009-10-291-0/+4
* Add missing filerfeng2009-10-291-0/+88
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-284-88/+44
* Use sca-config XML files for SCA binding/policy definitionsrfeng2009-10-278-225/+242
* Refactor the deployment-related code from NodeFactoryImpl into a Deployer uti...rfeng2009-10-211-1/+3
* Refactor the OSGi remote services implementation and improve the notificationsrfeng2009-10-1823-222/+374
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-1618-1488/+1632
* Refactor the runtime build logic into EndpointReferenceBinderrfeng2009-10-091-6/+6
* Update RemoteAdmin APIsrfeng2009-09-159-1293/+1325
* Remove the need to extend EndpointDescriptionrfeng2009-09-027-164/+77
* Update the osgi remote service admin interfaces/classesrfeng2009-08-1813-773/+1623
* A few renames of the classesrfeng2009-08-136-23/+23
* Fix issues around XMLStreamWriter based on the isRepairingNamespaces property...rfeng2009-08-121-87/+0
* Feed the monitor through into model resolvers should they wish to use it.slaws2009-08-121-4/+4
* Release resources when the OSGi runtime is shutdown to remove the needs of sh...rfeng2009-07-311-3/+7
* Move the OSGi service importer/exporterrfeng2009-07-243-35/+5
* Add the support for dynamic OSGi remote service import and export based on OS...rfeng2009-07-2434-1349/+3151
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-2115-1648/+1648
* Change the name of OSGi remote service related propertiesrfeng2009-07-181-2/+13
* Refactor the OSGi discovery service into node-implementation-osgi rfeng2009-07-1616-1/+1654
* Remove unused classesrfeng2009-07-151-40/+0
* Check the existence of OSGI-INF/sca/bundle.composite for SCA bundlesrfeng2009-06-231-3/+18
* Add a LifeCycleListener interface so that extension points or extension can b...rfeng2009-06-171-1/+1
* Fix URI double-escaping issuerfeng2009-06-101-0/+4
* Expose the setting of schema validation to subclassesrfeng2009-05-281-0/+6
* Add optional life cycle control for extension points (for example, RMI extens...rfeng2009-05-271-0/+1
* Refactoring a few methods on the ServiceDiscoverrfeng2009-05-201-0/+6
* Change the NodeFactoryImpl to be capable of hosting multiple instances of SCA...rfeng2009-05-193-707/+113
* Push down some of the createNode() methods to NodeFactory and only require th...rfeng2009-05-151-8/+35
* Start to integrate the node configuration with NodeImplrfeng2009-05-141-2/+4
* TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder2009-05-121-1/+1
* Change the test case to use an external SCA bundle to control the RFC119rfeng2009-05-041-0/+2
* Merge r767683 from 1.x branchrfeng2009-04-221-17/+8
* Update the node-impl to use DefinitionsExtensionPoint to load definitionsrfeng2009-04-151-5/+8
* Start to add the DefinitionsExtensionPointrfeng2009-04-131-0/+4
* Register ExtensionPointRegistry as an OSGi service and BundleContext as a uti...rfeng2009-03-272-8/+26
* Add a flag to control if schema validation should be enabledrfeng2009-03-261-17/+26
* Minor clean uprfeng2009-03-211-19/+10
* Allow mutliple bundle nodes to share the same registryrfeng2009-03-184-255/+275
* Update the test caserfeng2009-03-171-0/+40
* Add missing composites and use SCA-Composite headerrfeng2009-03-163-4/+15
* Start to hook up the osgi-based noderfeng2009-03-162-0/+196
* Add an OSGi-based node implementation for dynamicityrfeng2009-03-162-0/+724