summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-2098-10511/+0
* Use binding name to look up servicesrfeng2009-11-201-47/+55
* Rename getInterfaceContract() of Endpoint/EndpointReferencerfeng2009-11-193-8/+7
* Enhance the PolicyBuilder interface to provide ability to validate and build rfeng2009-11-192-3/+4
* Rename the methods on RuntimeEndpoint/RuntimeEndpointReference rfeng2009-11-184-149/+154
* Rationalize the interfaceContracts on Endpoint/EndpointReferencerfeng2009-11-174-44/+11
* Remove code that's no longer requiredslaws2009-11-171-1/+0
* Tidy up the endpoint/endpoint reference serialization/deseralizationrfeng2009-11-173-65/+137
* Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng2009-11-1327-2091/+1380
* Remove some of the commented out code that resulted from moving over to the E...slaws2009-11-134-396/+5
* Merge the performance fixes from 1.xrfeng2009-11-112-13/+25
* Propagate osgi properties for OSGi remote services rfeng2009-10-301-20/+19
* Update to end all service provider files with a new lineantelder2009-10-2913-5/+13
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-285-17/+35
* Add example of runtime support for handling JAXWS async client APIsantelder2009-10-233-1/+190
* Catch any exception during starting of a component and rethrow as ServiceUnav...antelder2009-10-191-2/+7
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-163-15/+21
* Fix JCA9001 testcase by not wrapping runtime exceptions in a ServiceRuntimExc...antelder2009-10-151-0/+3
* Add PolicyBuilder to the builder extension pointrfeng2009-10-121-1/+1
* Refactor the runtime build logic into EndpointReferenceBinderrfeng2009-10-099-166/+300
* Fix NPE due to typo in if testantelder2009-10-071-1/+1
* Update to get some of the JMS exception tests working by updating to match 1....antelder2009-10-071-1/+1
* Further refactor the CompositeContext to be the place to hold information abo...rfeng2009-10-053-3/+32
* Make CompositeActivator a stateless utility by using CompositeContext to hold...rfeng2009-10-027-934/+446
* Refactor tuscany-endpoint module into tuscany-corerfeng2009-09-295-0/+625
* TUSCANY-3280 - Removing support for obsolet scopes as in latest JAVACAA 1.1 d...lresende2009-09-257-246/+4
* Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng2009-09-2523-621/+60
* Correct the algorithm for selecting callback bindings to match what the old b...slaws2009-09-221-1/+3
* Remove the need of subclassing Proxy and JXM so that Tuscany can run on Googl...rfeng2009-09-183-81/+75
* Rename CompositeBuilderExtensionPoint to BuilderExtensionPointrfeng2009-09-141-3/+3
* Enhance the CompositeBuilderExtensionPoint to include binding/implementation ...rfeng2009-09-141-5/+12
* Add methods used by the JMS binding to the core moduleantelder2009-09-115-2/+24
* Update to add a method to check if a wire target is out of date compared to t...antelder2009-08-282-45/+20
* More fixes to get invocations working when a node is restartedantelder2009-08-271-1/+16
* Add policy matching to the endpoint builder and prepare for problems to be ra...slaws2009-08-272-2/+14
* Initial update to handle nodes being restarted. Similar changes needed in man...antelder2009-08-271-11/+32
* During rebuild also reset the status of the endpoint reference so it gets reb...antelder2009-08-271-0/+2
* Throw exception if scope container isn't running (need to do similar for all ...antelder2009-08-271-2/+4
* Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws2009-08-082-3/+71
* Make sure the Endpoints and EndpointReferences are released rfeng2009-07-301-1/+2
* TUSCANY-3187 - add the service wire to the leaf service rather than the servi...slaws2009-07-301-1/+5
* Remove the default contents of he thread message context just in case that th...slaws2009-07-281-2/+10
* Add a test to avoid expensive reset of the CompositeActivatorrfeng2009-07-241-2/+2
* Remove conversation ID from reference parameters. Not required for OASISslaws2009-07-222-23/+2
* Make the not yet matched status sounds a little less terminal. Just because i...slaws2009-07-221-1/+1
* TUSCANY-3138 fix up callbacks now that the system relies solely on the Servic...slaws2009-07-229-21/+187
* TUSCANY-3138 first tranche of changes to serialize service references in the ...slaws2009-07-2111-381/+201
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-217-496/+496
* TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder2009-07-1116-331/+68
* Refactor the PolicyProviderFactory to take Endpoint and EndpointReferencerfeng2009-07-088-165/+66