summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core-spi/src/main/java/org/apache/tuscany (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-2057-3767/+0
* Rename the methods on RuntimeEndpoint/RuntimeEndpointReference rfeng2009-11-184-11/+24
* Rationalize the interfaceContracts on Endpoint/EndpointReferencerfeng2009-11-171-7/+2
* Tidy up the endpoint/endpoint reference serialization/deseralizationrfeng2009-11-171-0/+2
* Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng2009-11-1316-454/+188
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-283-3/+3
* Consider rankings for provider extensionsantelder2009-10-261-1/+1
* Change some extension code to be declarative instead of being registered usin...rfeng2009-10-181-7/+71
* Refactor the runtime build logic into EndpointReferenceBinderrfeng2009-10-094-4/+103
* Further refactor the CompositeContext to be the place to hold information abo...rfeng2009-10-051-34/+14
* Make CompositeActivator a stateless utility by using CompositeContext to hold...rfeng2009-10-024-165/+9
* Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng2009-09-256-0/+477
* Merge WireFomratprovider changes from1.x to 2.x to fix errors in JMS bindingantelder2009-09-111-5/+8
* Add methods used by the JMS binding to the core-spi moduleantelder2009-09-112-0/+18
* Start to refactor invocation chains into Endpoint/EndpointReferencerfeng2009-09-032-0/+208
* Add interface for a way to pass configuration aroundantelder2009-08-281-0/+26
* Update to add a method to check if a wire target is out of date compared to t...antelder2009-08-281-0/+2
* Remove conversation ID from reference parameters. Not required for OASISslaws2009-07-221-12/+0
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-214-294/+294
* Remove unused classesrfeng2009-07-154-191/+0
* TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder2009-07-111-3/+1
* Add the jdk logging into the itest-policiesrfeng2009-07-091-0/+20
* Refactor the PolicyProviderFactory to take Endpoint and EndpointReferencerfeng2009-07-087-59/+208
* TUSCANY-3101 pass EndpointReference and Endpoint in to binding providers rath...slaws2009-06-192-25/+13
* Add a LifeCycleListener interface so that extension points or extension can b...rfeng2009-06-171-18/+13
* Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...rfeng2009-06-121-47/+19
* TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws2009-06-117-35/+35
* TUSCANY-3082 TUSCANY-3090 - Remove references to the old EndpointReference an...slaws2009-06-114-103/+21
* Move EndpointRegistry from assembly to core-spirfeng2009-06-082-0/+94
* TUSCANY-3081 - Enable the local endpoint registry implementation in the endpo...slaws2009-06-081-3/+3
* Refactoring a few methods on the ServiceDiscoverrfeng2009-05-203-5/+5
* Remove the old Endpoint support. It has been replaced by Endpoint2/EndpointRe...slaws2009-03-205-355/+1
* Switch over to new endpoint reference/endpoint model. These are the changes r...slaws2009-03-192-0/+23
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-204-9/+10
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2009-01-283-5/+5
* Fixed generics raw type compiler warningsmcombellack2008-12-092-12/+12
* Further cleanup for ComponentContext, CompositeContextrfeng2008-12-052-4/+1
* Removed redundant public modifier from interfacemcombellack2008-12-041-1/+1
* Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng2008-12-042-1/+7
* Fixed generics raw type compiler warningsmcombellack2008-12-031-2/+2
* Cleaned up compile time warning messages regarding unneccsary use of @Suppres...mcombellack2008-11-271-4/+0
* Removed unused importsmcombellack2008-11-274-7/+0
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-1911-11/+484
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-1945-0/+3236
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-1965-4411/+0
* Tidy wire format support (move model into binding-jms and rename default to t...slaws2008-11-092-0/+22
* Add a reference side example of the Request Response Binding in JMSslaws2008-11-033-2/+75
* Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws2008-10-234-55/+155
* Start to add InvocationChain for bindingsrfeng2008-10-222-0/+16
* Experimental request response binding support. Just implemented for jms servi...slaws2008-10-216-0/+270