summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/extensibility/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-29Update to end all service provider files with a new lineantelder3-0/+3
2009-10-29Refactor the TCCL processing to ClassLoaderContextrfeng4-130/+299
2009-10-28Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng7-35/+68
2009-10-24Add a utility for JDK proxy based lazy instantiationrfeng6-6/+250
2009-10-20Turn JavaClassVisitor to declarative services and remove the module activatorrfeng6-142/+203
2009-10-12Add PolicyBuilder to the builder extension pointrfeng1-0/+28
2009-10-12Add location to toString() of ServiceDeclarationrfeng1-1/+2
2009-10-09Add a commentrfeng1-0/+2
2009-10-09Add a test case to validate the LDAP filterrfeng2-2/+21
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng3-0/+1486
2009-08-09Add a method to ServiceDiscovery to set context classloader for service provi...rfeng1-0/+122
2009-08-07Allow the utility to be a concrete classrfeng2-1/+12
2009-08-07Allow the creation of utility by class without registrationrfeng1-3/+13
2009-07-31Use the extensibility-equinox module to dynamically imports public packages a...rfeng3-0/+13
2009-07-31Enhance the service discovery by testing the typesrfeng10-44/+543
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2-147/+147
2009-07-15Add getUtility by key to UtilityExtensionPointrfeng3-34/+159
2009-06-23Add a QName as the type for binding/implementation and use it to compare mode...rfeng1-0/+14
2009-06-18Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are no...rfeng1-0/+1
2009-06-17Add a LifeCycleListener interface so that extension points or extension can b...rfeng7-30/+140
2009-06-10Allow the use of configured attributes for ModuleActivator and Utilityrfeng2-29/+53
2009-06-10Create the runtime version of Endpoint2 for serializationrfeng1-1/+1
2009-05-27Add optional life cycle control for extension points (for example, RMI extens...rfeng2-6/+35
2009-05-20Refactoring a few methods on the ServiceDiscoverrfeng8-70/+104
2009-05-19Change the NodeFactoryImpl to be capable of hosting multiple instances of SCA...rfeng1-9/+39
2009-03-18Add a method to create new instances of a utilityrfeng2-46/+62
2009-03-10Correct a missleading commentslaws1-1/+1
2009-03-06Make sure the TCCL is not set to nullrfeng1-1/+3
2009-02-24A more complete fix for TUSCANY-2869rfeng2-9/+39
2009-02-24TUSCANY-2869: work around the Saxon xpath jar meta-inf/services problemantelder1-2/+9
2009-02-20Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng1-1/+1
2008-12-09Adjust the package names and move test cases aroundrfeng1-0/+58
2008-12-05Made class final as the only constructor has private modifiermcombellack1-1/+1
2008-12-03Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style impor...mcombellack1-2/+1
2008-11-27Removed unused importsmcombellack1-1/+0
2008-11-26Added missing @Override annotation on methods that override a method declarat...mcombellack1-0/+1
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende17-0/+1490
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende14-1314/+0
2008-09-09Use bundle.getResources to discover servicesrfeng1-1/+1
2008-09-09Fixes to get the Equinox integration working. Use the parent classloader inst...jsdelfino1-0/+18
2008-09-08Simplified a bit the service discovery implementation. Some code cleanup in n...jsdelfino4-80/+21
2008-09-03Make a few fields non-static to ServiceDiscoveryrfeng1-5/+16
2008-08-15Port DefaultSCADomain to use SCA Node implrfeng2-5/+41
2008-08-15TUSCANY-2539 Turn of jar caching for URLconnection and port service discovery...slaws1-0/+8
2008-08-08Support to start OSGi from a list of jar filesrfeng2-6/+19
2008-08-08Fix typo in the classnamerfeng3-10/+10
2008-08-08Use ServiceDiscovery in node2-api to find SCANode2Factory subclassesrfeng1-6/+22
2008-07-11Add the first instance only optimization backrfeng4-63/+38
2008-07-08Make the ServiceDiscovery pluggable and add support for OSGi-based service di...rfeng5-296/+427
2008-07-03Fixes for itest/osgi-tuscany and Felix versionsrsivaram1-3/+3