summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-25TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ...slaws3-9/+32
2010-08-24Put back some code to use the InterfaceContractMapper to match interfaces, as...jsdelfino1-0/+4
2010-08-19Remove commented codeslaws2-15/+1
2010-08-18JCA_9013 Throw an IllegalArgumentException when getProperty() is called with ...bdaniel1-3/+2
2010-08-18TUSCANY-3653 - Read JAXWS annotations in Java interfaces (JAXWSJavaIntefacePr...slaws3-28/+66
2010-08-05Throw IllegalArgumentExceptions on various ComponentContext methods to fix JC...bdaniel1-3/+17
2010-08-05Throw an IllegalArgumentException if createSelfReference is called with a bus...bdaniel1-1/+6
2010-08-03implement interface contract compatibility checking -- allows oasis JCA_9008_...kelvingoodson1-26/+60
2010-07-29TUSCANY-3639 - ensure that the service wire is created at the same time as th...slaws1-0/+6
2010-07-27improve pd info for interface contract mapping and fix up failing ASM tests d...kelvingoodson1-0/+14
2010-07-26Check constrained types for the qualifiable parent of a qualified intentbdaniel1-1/+5
2010-07-23Remove constrained intents from endpoint references at runtime binding timebdaniel1-3/+37
2010-07-22missing file from commit 966324kelvingoodson1-11/+10
2010-07-16Fix the regression caused by r963624 for overloaded local methodsrfeng1-3/+12
2010-07-16communicate differences in interfaces wrt @Remotable annotationkelvingoodson1-1/+1
2010-07-13Fixes to set the callback interface based on the interface constructed when t...slaws2-4/+9
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws4-3/+160
2010-07-11Changes and additions to core in support of Client-side and Server-side async...edwardsmj8-71/+519
2010-07-05Initial version of async client endpoint for async response messages for Phas...edwardsmj2-15/+335
2010-07-05Adding Classes to handle asynchronous responses as part of Phase II of TUSCAN...edwardsmj3-0/+254
2010-07-05Little bit of tidying. No function change.slaws1-24/+21
2010-07-03Add license headerantelder1-0/+18
2010-06-29Client side asynchronous support - extending the async client invokers to ful...edwardsmj2-4/+239
2010-06-18Handle the receipt of messageID data from a wsa:MessageID header in an incomi...edwardsmj1-0/+14
2010-06-18Check for message context being null to prevent NPE when these methods are ca...slaws1-3/+30
2010-06-17Add a flag to the binding builder to indicate that generated data should be r...slaws2-3/+5
2010-06-17improve variable nameslaws1-14/+14
2010-06-17TUSCANY-3593 - Create an endpoint on the fly at the point a reference target ...slaws1-17/+84
2010-06-14Add a little bit more structure to message header storage to generally avoid ...slaws3-6/+7
2010-06-05Setting svn:eol-style for java and xml filesrfeng3-207/+207
2010-06-01Remove obsolute methodsrfeng1-10/+0
2010-05-23Add missing log message to match the addEndpoint methodantelder1-0/+1
2010-05-17Make sure callback endpoints are createdrfeng6-19/+79
2010-04-29TUSCANY-3543 - Return first available binding when creating selfReference wit...lresende1-2/+9
2010-04-27mark additional classes as extension spi according to use indicated binding-w...kelvingoodson1-0/+1
2010-04-23mark classes as extension spi according to use indicated by implementation-ja...kelvingoodson18-0/+19
2010-04-15Add new RuntimeProperties implantelder2-0/+56
2010-04-08correct commentslaws1-3/+3
2010-04-08TUSCANY-3529 - update binding matching to turn on code that looks at binding ...slaws1-12/+21
2010-04-08Update for latest oasis api codeantelder1-2/+2
2010-03-16Update the endpoint registry to use the new Endpoint matches methodantelder1-1/+1
2010-03-14Improve the IP address binding to be based on the host from the urirfeng4-16/+14
2010-03-11TUSCANY-3483 - ensure that policies defined in the implementation are applied...slaws1-2/+15
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