summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-08Switch binder interface over to throwing exceptions rather than returning boo...slaws2-14/+13
2010-03-08Correct audit statement in failure caseslaws1-1/+1
2010-03-04Add matching algorithm narativeslaws1-3/+12
2010-03-03Avoiding calling createInterceptor multiple timeslresende1-2/+3
2010-03-03TUSCANY-3480 revert this workaround as this in not the root cause of the prob...slaws1-3/+1
2010-03-02Add the ability to map binding.sca to any bindings in the runtime by configur...rfeng3-12/+34
2010-03-02TUSCANY-3480, temporarily don't fail on unmatched intentsantelder1-1/+3
2010-03-01Check that intents are properly satisfied, particularly in the qualified inte...slaws1-1/+30
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference statu...rfeng4-21/+17
2010-02-25Add the check for local-by-reference, local-by-value and remote invocations f...rfeng3-4/+16
2010-02-20TUSCANY-3468 - Fixing NPE when contracts are not available (e.g in implementa...lresende1-17/+19
2010-02-19Make the maxThreads a configurable property of WorkSchedulerrfeng4-7/+14
2010-02-19Align the interfaceContractMapper to the specrfeng3-41/+5
2010-02-19Fix for TUSCANY-3466rfeng1-19/+65
2010-02-12Enable addition of policies to binding chainsslaws2-18/+9
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng1-71/+80
2010-02-08Use a dummy invocation chain to avoid NPE on ConcurrentHashMaprfeng1-1/+10
2010-02-05Add a serialVersionUIDantelder1-0/+1
2010-02-04Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) replace...slaws2-2/+6
2010-02-03Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng2-2/+37
2010-02-01Fix a couple of typos in commentsslaws1-2/+2
2010-01-29Defer the initialization of the chains at later stage to make sure the endpoi...rfeng1-3/+6
2010-01-29Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng5-298/+56
2010-01-28Change the tuscanyClient scheme to pbe all lower case so it works with the to...antelder1-3/+3
2010-01-28Some more temporary hardcoding in the default registry factory, will be remov...antelder1-4/+10
2010-01-25Some tidying of error handling and add ability to print out reason match fail...slaws2-87/+84
2010-01-25Update the matching algorithm to take account of the binding configuration on...slaws1-70/+198
2010-01-25Get the correct registry even when the client doesn't use the full uriantelder1-0/+6
2010-01-23Fix the node tests by using a consistent domain name everywhere and using Nod...antelder1-1/+3
2010-01-21Workaround to JavaCAA oTest regressions JCA_8007_TestCase and JCA_8011_TestCaselresende1-7/+39
2010-01-20Start of making the Tuscany sca client impl work for both local or remote nod...antelder1-1/+1
2010-01-20Update to the latest version of OSGi Remote Service Adminrfeng1-1/+3
2010-01-19Expose system definitions from the deployerrfeng1-2/+6
2010-01-18Add policy matching algorithm. Still a couple of TODOs here. Also there is no...slaws1-83/+63
2010-01-15Fix to make OTEST JCA_2005 work again. This is an @EagerInit scenario and out...slaws1-7/+18
2010-01-14Remove unused line of code and correct commentslaws1-4/+4
2010-01-10TUSCANY-3417 TUSCANY-3417 consolidate enpointreference/endpoint matching code...slaws2-121/+186
2010-01-08Change the Registry factory to not use the full config uri when its the tusca...antelder1-1/+6
2010-01-04Test against null target endpointslaws1-1/+2
2009-12-11TUSCANY-3392 first set of code changes to move the endpoint matching into one...slaws1-11/+167
2009-12-11Correct spelling mistake and increase repeat count.slaws1-1/+1
2009-12-07Split method into two to aid with subclass implsantelder1-8/+14
2009-12-06Avoid NPE when sourec interface hasn't yet by introspectedantelder1-0/+9
2009-12-05Keep the remote flagrfeng1-0/+2
2009-12-01Remove the export of impl packagerfeng1-3/+1
2009-11-26Use IllegalArgumentException instead of ServiceRuntimeException to fix JCA_9001antelder1-1/+1
2009-11-23Get the interface from the endpoint when it is nullrfeng1-6/+7
2009-11-20Moving 2.x trunklresende102-0/+10878