summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core/src/main/java/org/apache (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-20Moving 2.x trunklresende71-8923/+0
2009-11-20Use binding name to look up servicesrfeng1-47/+55
2009-11-19Rename getInterfaceContract() of Endpoint/EndpointReferencerfeng3-8/+7
2009-11-19Enhance the PolicyBuilder interface to provide ability to validate and build rfeng2-3/+4
2009-11-18Rename the methods on RuntimeEndpoint/RuntimeEndpointReference rfeng4-149/+154
2009-11-17Rationalize the interfaceContracts on Endpoint/EndpointReferencerfeng4-44/+11
2009-11-17Remove code that's no longer requiredslaws1-1/+0
2009-11-17Tidy up the endpoint/endpoint reference serialization/deseralizationrfeng3-65/+137
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng27-2091/+1380
2009-11-13Remove some of the commented out code that resulted from moving over to the E...slaws4-396/+5
2009-11-11Merge the performance fixes from 1.xrfeng2-13/+25
2009-10-30Propagate osgi properties for OSGi remote services rfeng1-20/+19
2009-10-28Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng4-15/+32
2009-10-23Add example of runtime support for handling JAXWS async client APIsantelder3-1/+190
2009-10-19Catch any exception during starting of a component and rethrow as ServiceUnav...antelder1-2/+7
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng3-15/+21
2009-10-15Fix JCA9001 testcase by not wrapping runtime exceptions in a ServiceRuntimExc...antelder1-0/+3
2009-10-12Add PolicyBuilder to the builder extension pointrfeng1-1/+1
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng6-164/+264
2009-10-07Fix NPE due to typo in if testantelder1-1/+1
2009-10-07Update to get some of the JMS exception tests working by updating to match 1....antelder1-1/+1
2009-10-05Further refactor the CompositeContext to be the place to hold information abo...rfeng3-3/+32
2009-10-02Make CompositeActivator a stateless utility by using CompositeContext to hold...rfeng7-934/+446
2009-09-29Refactor tuscany-endpoint module into tuscany-corerfeng2-0/+567
2009-09-25TUSCANY-3280 - Removing support for obsolet scopes as in latest JAVACAA 1.1 d...lresende7-246/+4
2009-09-25Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng20-603/+60
2009-09-22Correct the algorithm for selecting callback bindings to match what the old b...slaws1-1/+3
2009-09-18Remove the need of subclassing Proxy and JXM so that Tuscany can run on Googl...rfeng3-81/+75
2009-09-14Rename CompositeBuilderExtensionPoint to BuilderExtensionPointrfeng1-3/+3
2009-09-14Enhance the CompositeBuilderExtensionPoint to include binding/implementation ...rfeng1-5/+12
2009-09-11Add methods used by the JMS binding to the core moduleantelder5-2/+24
2009-08-28Update to add a method to check if a wire target is out of date compared to t...antelder2-45/+20
2009-08-27More fixes to get invocations working when a node is restartedantelder1-1/+16
2009-08-27Add policy matching to the endpoint builder and prepare for problems to be ra...slaws2-2/+14
2009-08-27Initial update to handle nodes being restarted. Similar changes needed in man...antelder1-11/+32
2009-08-27During rebuild also reset the status of the endpoint reference so it gets reb...antelder1-0/+2
2009-08-27Throw exception if scope container isn't running (need to do similar for all ...antelder1-2/+4
2009-08-08Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws2-3/+71
2009-07-30Make sure the Endpoints and EndpointReferences are released rfeng1-1/+2
2009-07-30TUSCANY-3187 - add the service wire to the leaf service rather than the servi...slaws1-1/+5
2009-07-28Remove the default contents of he thread message context just in case that th...slaws1-2/+10
2009-07-24Add a test to avoid expensive reset of the CompositeActivatorrfeng1-2/+2
2009-07-22Remove conversation ID from reference parameters. Not required for OASISslaws2-23/+2
2009-07-22Make the not yet matched status sounds a little less terminal. Just because i...slaws1-1/+1
2009-07-22TUSCANY-3138 fix up callbacks now that the system relies solely on the Servic...slaws9-21/+187
2009-07-21TUSCANY-3138 first tranche of changes to serialize service references in the ...slaws11-381/+201
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng7-496/+496
2009-07-11TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder16-331/+68
2009-07-08Refactor the PolicyProviderFactory to take Endpoint and EndpointReferencerfeng5-26/+66
2009-07-06Remove AutomaticBinding and replace it with a flag in the Contract model to i...rfeng2-2/+2