summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-osgi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use sca-config XML files for SCA binding/policy definitionsrfeng2009-10-2710-217/+387
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830339 13f79535-47bb-0310-9956-ffa450edef68
* Set the monitor to ValidatingXMLStreamReaderrfeng2009-10-211-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828119 13f79535-47bb-0310-9956-ffa450edef68
* Remove constrainingType as it is now not part of the OASIS SCA specsrfeng2009-10-201-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827835 13f79535-47bb-0310-9956-ffa450edef68
* Turn JavaClassVisitor to declarative services and remove the module activatorrfeng2009-10-203-20/+8
| | | | | | | Add a ServiceHelper utility to simplify the instantiation of declared services Refactor the module activator to receive ExtensionPointRegistry from constructor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826907 13f79535-47bb-0310-9956-ffa450edef68
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-1613-108/+105
| | | | | | | | Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods Change the processor/resolver/builder implementation classes to not cache the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the builder implementations into tuscany-builder modulerfeng2009-09-282-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819750 13f79535-47bb-0310-9956-ffa450edef68
* Feed the monitor through into model resolvers should they wish to use it.slaws2009-08-121-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803502 13f79535-47bb-0310-9956-ffa450edef68
* Generate a gateway bundle that aggregate split META-INF/services resourcesrfeng2009-07-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799510 13f79535-47bb-0310-9956-ffa450edef68
* Add the support for dynamic OSGi remote service import and export based on ↵rfeng2009-07-244-460/+59
| | | | | | | | OSGi properties Add two samples to demonstrate the OSGi property driven remote services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797580 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-2110-1220/+1220
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Change the name of OSGi remote service related propertiesrfeng2009-07-182-26/+138
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795280 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the OSGi discovery service into node-implementation-osgi rfeng2009-07-168-1/+620
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794553 13f79535-47bb-0310-9956-ffa450edef68
* Update to Equinox 3.5 to take advantage of the hook services APIrfeng2009-07-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794552 13f79535-47bb-0310-9956-ffa450edef68
* Add a QName as the type for binding/implementation and use it to compare ↵rfeng2009-06-232-12/+10
| | | | | | model types instead of class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787865 13f79535-47bb-0310-9956-ffa450edef68
* Add optional life cycle control for extension points (for example, RMI ↵rfeng2009-05-271-1/+2
| | | | | | extension point needs to unexport the registry) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778955 13f79535-47bb-0310-9956-ffa450edef68
* Tolerate the non-OSGi environmentrfeng2009-05-273-8/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778952 13f79535-47bb-0310-9956-ffa450edef68
* Merge interface-java-xml into interface-javaantelder2009-05-171-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775608 13f79535-47bb-0310-9956-ffa450edef68
* Allow the SCA composite for bundles can be packaged in an external bundle ↵rfeng2009-05-051-2/+45
| | | | | | and leave the original bundles as is git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772014 13f79535-47bb-0310-9956-ffa450edef68
* Add code to read the RFC 124 components file to build SCA componentTyperfeng2009-04-212-0/+235
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766927 13f79535-47bb-0310-9956-ffa450edef68
* Add code to read the OSGi DS component file to build SCA componentTyperfeng2009-04-212-0/+261
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766923 13f79535-47bb-0310-9956-ffa450edef68
* Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng2009-04-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
* Start to add the DefinitionsExtensionPointrfeng2009-04-131-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764574 13f79535-47bb-0310-9956-ffa450edef68
* Fix the Import-Package to add missing packagesrfeng2009-04-081-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763307 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to equinox 3.4.xrfeng2009-03-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758468 13f79535-47bb-0310-9956-ffa450edef68
* Add some code to hook with RFC 119 service description filerfeng2009-03-251-11/+49
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758343 13f79535-47bb-0310-9956-ffa450edef68
* Add coding to parse RFC-119 service-descriptions filerfeng2009-03-246-3/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757952 13f79535-47bb-0310-9956-ffa450edef68
* Use sca as the configuration typerfeng2009-03-231-6/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757505 13f79535-47bb-0310-9956-ffa450edef68
* Start to align with the OSGi property names defined by RFC 119rfeng2009-03-237-71/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757502 13f79535-47bb-0310-9956-ffa450edef68
* Add missing MANIFEST.MFrfeng2009-03-191-0/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756111 13f79535-47bb-0310-9956-ffa450edef68
* Fix the test dependency and add the "write"rfeng2009-03-183-18/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755769 13f79535-47bb-0310-9956-ffa450edef68
* Remove the service provider filerfeng2009-03-171-19/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755406 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the dependenciesrfeng2009-03-172-85/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755355 13f79535-47bb-0310-9956-ffa450edef68
* Remove the unused filesrfeng2009-03-164-272/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755048 13f79535-47bb-0310-9956-ffa450edef68
* Fix the wrong reference to BUNDLE_VERSION constantrfeng2009-03-161-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755041 13f79535-47bb-0310-9956-ffa450edef68
* Add the interfaces back to avoid error messages in processorrfeng2009-03-167-11/+174
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754928 13f79535-47bb-0310-9956-ffa450edef68
* Start to move the runtime pieces into a new implementation-osgi-runtime modulerfeng2009-03-1632-2448/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754921 13f79535-47bb-0310-9956-ffa450edef68
* Start to add code to listen on the bundles and create the SCA domain compositerfeng2009-03-125-4/+153
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753000 13f79535-47bb-0310-9956-ffa450edef68
* clean up the providerrfeng2009-03-122-54/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752935 13f79535-47bb-0310-9956-ffa450edef68
* Add/Fix some of the composite filesrfeng2009-03-126-13/+88
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752928 13f79535-47bb-0310-9956-ffa450edef68
* Fix the DS component xml filesrfeng2009-03-127-28/+95
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752766 13f79535-47bb-0310-9956-ffa450edef68
* Fix the component.xmlrfeng2009-03-113-11/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752698 13f79535-47bb-0310-9956-ffa450edef68
* Add OSGi DS filesrfeng2009-03-1114-16/+335
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752694 13f79535-47bb-0310-9956-ffa450edef68
* Implement the osgi services using the ServiceTrackerrfeng2009-03-114-33/+98
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752607 13f79535-47bb-0310-9956-ffa450edef68
* Add import/export for the test bundlesrfeng2009-03-115-17/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752364 13f79535-47bb-0310-9956-ffa450edef68
* Create test bundlesrfeng2009-03-1115-28/+162
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752324 13f79535-47bb-0310-9956-ffa450edef68
* Start to build the calculator and operations bundlesrfeng2009-03-1014-186/+321
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752310 13f79535-47bb-0310-9956-ffa450edef68
* Add calculator related interfacesrfeng2009-03-109-2/+283
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752205 13f79535-47bb-0310-9956-ffa450edef68
* Add the OSGiProperty processorrfeng2009-03-105-11/+139
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752196 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the test casesrfeng2009-03-104-71/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752166 13f79535-47bb-0310-9956-ffa450edef68
* Update the model namespacesrfeng2009-03-109-13/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752165 13f79535-47bb-0310-9956-ffa450edef68