summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-10Add a new module for a JMS binding resource factory that can be specific for ↵antelder7-0/+433
ActiveMQ git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044273 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09Restructure the handling of callback destination in ↵edwardsmj1-35/+48
CallbackDestinationInterceptor to deal with Async service invocation as well as true Callback interfaces - as in TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044038 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09Enable binding.jms to deal with the MessageID sent as part of an async ↵edwardsmj2-0/+28
service invocation - as described in TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044035 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09Provide necessary additional in the service endpoint for Async service ↵edwardsmj1-1/+10
support for all binding types, as under TUSCANY-3807 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044003 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09provide additional necessary information in the Service Endpoint for all ↵edwardsmj1-0/+9
binding types in support of async services, as under TUSCANY-3807 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043990 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09Cleaning the ResponseDispatchImpl to correct the model for capturing the ↵edwardsmj1-3/+0
async response location - as described under TUSCANY-3787 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043984 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09TUSCANY-3801 - Start adding an async dimension to the implementation ↵slaws12-10/+451
extension sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043914 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09TUSCANY-3801 - Make the async invoker creation signature more consistent ↵slaws5-16/+22
with the invoke creation signature git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043910 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09Exclude the recently added tests that we haven't brought up in tuscany yetantelder1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043886 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09Update to use NodeFactory.getInstance() instead of newInstance to see if ↵antelder1-2/+2
that fixes the port conflict some are seeing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043881 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Make http client dependency optionalrfeng5-20/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043781 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Update to latest OASIS XSDsrfeng35-1072/+1000
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043780 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08More tweaks for the OSGi MFrfeng8-8/+142
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043779 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Add customized MF to work around neethi osgi issuerfeng2-0/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043778 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Fix the OSGi depsrfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043777 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Explicitly set the httpcore versionrfeng1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043776 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Update MFs and jar versionsrfeng11-192/+67
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043775 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Move HttpClientFactory from common-http to host-httprfeng10-72/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043774 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Customize the surefire plugin trying to avoid out of heap spacerfeng6-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043773 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08More version changes and make sure HttpClient connections are releasedrfeng7-48/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043772 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Upgrade to Axis2 1.5.3, Axiom 1.2.10 and Abdera 1.1.1rfeng32-475/+510
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043771 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Add itest using an UnknownEndpointHandler. Also update tests to use port 8085antelder7-4/+205
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043467 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Update EndpointReferenceBinder with a plug point for an ↵antelder1-7/+28
UnknownEndpointHandler thats called when an endpoint isn't found in the registry. Don't know if this is the best approach yet but it gives something to try with itests too see how it works git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043464 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08TUSCANY-3801 - Separate off the asyncy response invocation interfaces from ↵slaws10-83/+44
the "process" methods I added as a convenience for sharing invoker implementation. Asl get rid of "throws" from Invocable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043447 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Start exploring way sof handling a pluggable approach of what to do when the ↵antelder1-0/+29
endpoint for a reference is not found in the endpoint registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043439 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08TUSCANY-3801 - Thinking about how to wrap the difference between native and ↵slaws1-0/+70
non-native async at the service end. Not actually used yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043436 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Add the sca binding mapper itest to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043374 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Update so the binding type is publicantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043372 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Add an itest for changing the sca binding protocol on a per service basisantelder8-0/+351
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043371 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Having sample actually pointing to base-runtime pomlresende1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043313 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Enabling transformer to avoid issues with rest binding and json wireFormatlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043312 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Fixing minor issue when running regular resolution path (side effect of ↵lresende1-11/+21
previous change) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043311 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Allowing more flexible resolution for the widget artifactlresende1-17/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043310 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07TUSCANY-3801 - add missing response interface slaws1-0/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043212 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07TUSCANY-3801 - missed files from previous check in. slaws5-19/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043211 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07Change method call to support older versions of XmlSchemabdaniel1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043206 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ↵slaws15-144/+222
async response handler so that the invokerAsyncResponse can have a void return type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042976 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06Modifying typo in the package name for the jsonrpc js proxy factory service ↵lresende1-1/+1
registration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042741 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06Adding new modules to web20 featurelresende1-7/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042740 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06Adding client javascript proxy support for rest binding integrated with ↵lresende1-0/+19
implementation widget git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042739 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06Removing duplicated HTTPContext class from binding-http and using the one ↵lresende5-57/+12
from common-http git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042738 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06Start updating the sca binding to be able to choose the binding type impl on ↵antelder4-45/+68
a per service basis instead of a single global choice git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042665 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06TUSCANY-3801 - move chain tail location code into the chain implementationslaws9-40/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042609 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06Fix error message. The details stay the same but the prefix "Test service ↵slaws1-1/+1
got an exception during execution" is removed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042563 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06Add RAT exclude for OO diagramsantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042543 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06Minor cleanuplresende1-49/+52
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042506 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03Modify test cases so that they aren't checking for an exact string. ↵bdaniel3-10/+97
Different parser implementations can return strings that are equivalent but different in some trivial way git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041915 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03correct importslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041875 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - only create a service to accept async responses if the ↵slaws1-3/+10
binding doesn't support asycn interactions natively git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041872 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - Update SCA binding to allow the invoker to exploit the new ↵slaws3-17/+62
async interceptor impl and add and async response invoker to push async response back from service to reference (this only works in the local case though). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041870 13f79535-47bb-0310-9956-ffa450edef68