summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle the receipt of messageID data from a wsa:MessageID header in an incomi...edwardsmj2010-06-181-0/+14
* Check for message context being null to prevent NPE when these methods are ca...slaws2010-06-181-3/+30
* Add a flag to the binding builder to indicate that generated data should be r...slaws2010-06-172-3/+5
* improve variable nameslaws2010-06-171-14/+14
* TUSCANY-3593 - Create an endpoint on the fly at the point a reference target ...slaws2010-06-171-17/+84
* Add a little bit more structure to message header storage to generally avoid ...slaws2010-06-143-6/+7
* Setting svn:eol-style for java and xml filesrfeng2010-06-053-207/+207
* Remove obsolute methodsrfeng2010-06-011-10/+0
* Add missing log message to match the addEndpoint methodantelder2010-05-231-0/+1
* Make sure callback endpoints are createdrfeng2010-05-176-19/+79
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
* TUSCANY-3543 - Return first available binding when creating selfReference wit...lresende2010-04-291-2/+9
* mark additional classes as extension spi according to use indicated binding-w...kelvingoodson2010-04-271-0/+1
* mark classes as extension spi according to use indicated by implementation-ja...kelvingoodson2010-04-2318-0/+19
* Add new RuntimeProperties implantelder2010-04-152-0/+56
* correct commentslaws2010-04-081-3/+3
* TUSCANY-3529 - update binding matching to turn on code that looks at binding ...slaws2010-04-082-12/+22
* Update for latest oasis api codeantelder2010-04-081-2/+2
* Update the endpoint registry to use the new Endpoint matches methodantelder2010-03-161-1/+1
* Improve the IP address binding to be based on the host from the urirfeng2010-03-144-16/+14
* TUSCANY-3483 - ensure that policies defined in the implementation are applied...slaws2010-03-111-2/+15
* Switch binder interface over to throwing exceptions rather than returning boo...slaws2010-03-082-14/+13
* Correct audit statement in failure caseslaws2010-03-081-1/+1
* Add matching algorithm narativeslaws2010-03-041-3/+12
* Avoiding calling createInterceptor multiple timeslresende2010-03-031-2/+3
* TUSCANY-3480 revert this workaround as this in not the root cause of the prob...slaws2010-03-031-3/+1
* Add the ability to map binding.sca to any bindings in the runtime by configur...rfeng2010-03-023-12/+34
* TUSCANY-3480, temporarily don't fail on unmatched intentsantelder2010-03-021-1/+3
* Check that intents are properly satisfied, particularly in the qualified inte...slaws2010-03-011-1/+30
* Clean up the remote flag for endpoint and change the endpoint reference statu...rfeng2010-02-264-21/+17
* Add the check for local-by-reference, local-by-value and remote invocations f...rfeng2010-02-253-4/+16
* TUSCANY-3468 - Fixing NPE when contracts are not available (e.g in implementa...lresende2010-02-201-17/+19
* Make the maxThreads a configurable property of WorkSchedulerrfeng2010-02-194-7/+14
* Align the interfaceContractMapper to the specrfeng2010-02-193-41/+5
* Fix for TUSCANY-3466rfeng2010-02-191-19/+65
* Enable addition of policies to binding chainsslaws2010-02-122-18/+9
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-091-71/+80
* Use a dummy invocation chain to avoid NPE on ConcurrentHashMaprfeng2010-02-081-1/+10
* Add a serialVersionUIDantelder2010-02-051-0/+1
* Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) replace...slaws2010-02-042-2/+6
* Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng2010-02-032-2/+37
* Fix a couple of typos in commentsslaws2010-02-011-2/+2
* Defer the initialization of the chains at later stage to make sure the endpoi...rfeng2010-01-291-3/+6
* Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng2010-01-295-298/+56
* Change the tuscanyClient scheme to pbe all lower case so it works with the to...antelder2010-01-281-3/+3
* Some more temporary hardcoding in the default registry factory, will be remov...antelder2010-01-281-4/+10
* Some tidying of error handling and add ability to print out reason match fail...slaws2010-01-252-87/+84
* Update the matching algorithm to take account of the binding configuration on...slaws2010-01-251-70/+198
* Get the correct registry even when the client doesn't use the full uriantelder2010-01-251-0/+6
* Fix the node tests by using a consistent domain name everywhere and using Nod...antelder2010-01-231-1/+3