summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core-spi/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng16-454/+188
2009-10-29Update to end all service provider files with a new lineantelder4-0/+4
2009-10-28Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng3-3/+3
2009-10-26Consider rankings for provider extensionsantelder1-1/+1
2009-10-18Change some extension code to be declarative instead of being registered usin...rfeng1-7/+71
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng4-4/+103
2009-10-05Further refactor the CompositeContext to be the place to hold information abo...rfeng1-34/+14
2009-10-02Make CompositeActivator a stateless utility by using CompositeContext to hold...rfeng4-165/+9
2009-09-25Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng6-0/+477
2009-09-11Merge WireFomratprovider changes from1.x to 2.x to fix errors in JMS bindingantelder1-5/+8
2009-09-11Add methods used by the JMS binding to the core-spi moduleantelder2-0/+18
2009-09-03Start to refactor invocation chains into Endpoint/EndpointReferencerfeng2-0/+208
2009-08-28Add interface for a way to pass configuration aroundantelder1-0/+26
2009-08-28Update to add a method to check if a wire target is out of date compared to t...antelder1-0/+2
2009-07-22Remove conversation ID from reference parameters. Not required for OASISslaws1-12/+0
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng4-294/+294
2009-07-15Remove unused classesrfeng5-210/+0
2009-07-11TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder1-3/+1
2009-07-09Add the jdk logging into the itest-policiesrfeng1-0/+20
2009-07-08Refactor the PolicyProviderFactory to take Endpoint and EndpointReferencerfeng7-59/+208
2009-06-19TUSCANY-3101 pass EndpointReference and Endpoint in to binding providers rath...slaws2-25/+13
2009-06-17Add a LifeCycleListener interface so that extension points or extension can b...rfeng1-18/+13
2009-06-12Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...rfeng1-47/+19
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws7-35/+35
2009-06-11TUSCANY-3082 TUSCANY-3090 - Remove references to the old EndpointReference an...slaws4-103/+21
2009-06-08Move EndpointRegistry from assembly to core-spirfeng2-0/+94
2009-06-08TUSCANY-3081 - Enable the local endpoint registry implementation in the endpo...slaws1-3/+3
2009-05-20Refactoring a few methods on the ServiceDiscoverrfeng3-5/+5
2009-03-20Remove the old Endpoint support. It has been replaced by Endpoint2/EndpointRe...slaws5-355/+1
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes r...slaws2-0/+23
2009-02-20Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng4-9/+10
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack3-5/+5
2008-12-09Fixed generics raw type compiler warningsmcombellack2-12/+12
2008-12-05Further cleanup for ComponentContext, CompositeContextrfeng2-4/+1
2008-12-04Removed redundant public modifier from interfacemcombellack1-1/+1
2008-12-04Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng2-1/+7
2008-12-03Fixed generics raw type compiler warningsmcombellack1-2/+2
2008-11-27Cleaned up compile time warning messages regarding unneccsary use of @Suppres...mcombellack1-4/+0
2008-11-27Removed unused importsmcombellack4-7/+0
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende11-11/+484
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende50-0/+3327
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende70-4502/+0
2008-11-09Tidy wire format support (move model into binding-jms and rename default to t...slaws2-0/+22
2008-11-03Add a reference side example of the Request Response Binding in JMSslaws3-2/+75
2008-10-23Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws4-55/+155
2008-10-22Start to add InvocationChain for bindingsrfeng2-0/+16
2008-10-21Experimental request response binding support. Just implemented for jms servi...slaws6-0/+270
2008-09-24Fix comment and remove obsolete importsslaws1-1/+1
2008-09-24Change message getHeaders() operation to return a list, remove the QoS contex...slaws1-11/+2
2008-09-15More work exploring the policy extension model by implementing a token based ...slaws1-1/+2