summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/extensibility/src/main/java/org/apache/tuscany (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-2020-3978/+0
* Minor formattinglresende2009-11-151-4/+1
* Various corrects to files headers resulting from the 2.0-M4-RC2 reviewslaws2009-11-041-0/+16
* Fix the MF to trigger initialization of ServiceDiscoveryrfeng2009-10-291-1/+1
* Refactor the TCCL processing to ClassLoaderContextrfeng2009-10-294-130/+299
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-286-34/+66
* Add a utility for JDK proxy based lazy instantiationrfeng2009-10-241-0/+85
* Turn JavaClassVisitor to declarative services and remove the module activatorrfeng2009-10-206-142/+203
* Add PolicyBuilder to the builder extension pointrfeng2009-10-121-0/+28
* Add location to toString() of ServiceDeclarationrfeng2009-10-121-1/+2
* Add a commentrfeng2009-10-091-0/+2
* Refactor the runtime build logic into EndpointReferenceBinderrfeng2009-10-093-0/+1486
* Add a method to ServiceDiscovery to set context classloader for service provi...rfeng2009-08-091-0/+122
* Allow the utility to be a concrete classrfeng2009-08-071-1/+6
* Allow the creation of utility by class without registrationrfeng2009-08-071-3/+13
* Use the extensibility-equinox module to dynamically imports public packages a...rfeng2009-07-313-0/+13
* Enhance the service discovery by testing the typesrfeng2009-07-314-44/+330
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-211-36/+36
* Add getUtility by key to UtilityExtensionPointrfeng2009-07-152-34/+48
* Add a QName as the type for binding/implementation and use it to compare mode...rfeng2009-06-231-0/+14
* Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are no...rfeng2009-06-181-0/+1
* Add a LifeCycleListener interface so that extension points or extension can b...rfeng2009-06-177-30/+140
* Allow the use of configured attributes for ModuleActivator and Utilityrfeng2009-06-102-29/+53
* Create the runtime version of Endpoint2 for serializationrfeng2009-06-101-1/+1
* Add optional life cycle control for extension points (for example, RMI extens...rfeng2009-05-272-6/+35
* Refactoring a few methods on the ServiceDiscoverrfeng2009-05-207-60/+94
* Change the NodeFactoryImpl to be capable of hosting multiple instances of SCA...rfeng2009-05-191-9/+39
* Add a method to create new instances of a utilityrfeng2009-03-182-46/+62
* Correct a missleading commentslaws2009-03-101-1/+1
* Make sure the TCCL is not set to nullrfeng2009-03-061-1/+3
* A more complete fix for TUSCANY-2869rfeng2009-02-241-9/+29
* TUSCANY-2869: work around the Saxon xpath jar meta-inf/services problemantelder2009-02-241-2/+9
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-201-1/+1
* Made class final as the only constructor has private modifiermcombellack2008-12-051-1/+1
* Removed unused importsmcombellack2008-11-271-1/+0
* Added missing @Override annotation on methods that override a method declarat...mcombellack2008-11-261-0/+1
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-1913-0/+1364
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-1911-1206/+0
* Use bundle.getResources to discover servicesrfeng2008-09-091-1/+1
* Fixes to get the Equinox integration working. Use the parent classloader inst...jsdelfino2008-09-091-0/+18
* Simplified a bit the service discovery implementation. Some code cleanup in n...jsdelfino2008-09-083-77/+18
* Make a few fields non-static to ServiceDiscoveryrfeng2008-09-031-5/+16
* Port DefaultSCADomain to use SCA Node implrfeng2008-08-152-5/+41
* TUSCANY-2539 Turn of jar caching for URLconnection and port service discovery...slaws2008-08-151-0/+8
* Support to start OSGi from a list of jar filesrfeng2008-08-082-6/+19
* Fix typo in the classnamerfeng2008-08-082-8/+8
* Use ServiceDiscovery in node2-api to find SCANode2Factory subclassesrfeng2008-08-081-6/+22
* Add the first instance only optimization backrfeng2008-07-113-61/+25
* Make the ServiceDiscovery pluggable and add support for OSGi-based service di...rfeng2008-07-084-296/+366
* Fixes for itest/osgi-tuscany and Felix versionsrsivaram2008-07-031-3/+3