summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/unreleased (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* TUSCANY-3801 - Make the async invoker creation signature more consistent ↵slaws2010-12-092-9/+4
| | | | | | with the invoke creation signature git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043910 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from ↵slaws2010-12-082-6/+4
| | | | | | 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
* TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ↵slaws2010-12-074-15/+29
| | | | | | 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
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042609 13f79535-47bb-0310-9956-ffa450edef68
* correct importslaws2010-12-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041875 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - update to match infrastructure changes to support native ↵slaws2010-12-035-19/+66
| | | | | | async bindings (not committed yet) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041784 13f79535-47bb-0310-9956-ffa450edef68
* Make space for testing native as well as generic async support in bindingsslaws2010-12-015-70/+100
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041090 13f79535-47bb-0310-9956-ffa450edef68
* Correct the implementation of the service to expect/produce elementsslaws2010-12-011-3/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041088 13f79535-47bb-0310-9956-ffa450edef68
* Make it clear the this invoker is for handling async responses. slaws2010-12-012-2/+70
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041080 13f79535-47bb-0310-9956-ffa450edef68
* Add code to process the async responseslaws2010-11-304-13/+117
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040598 13f79535-47bb-0310-9956-ffa450edef68
* Open up this utility so it can be used from the async implementation providerslaws2010-11-301-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040594 13f79535-47bb-0310-9956-ffa450edef68
* Change to pom dependency so I don't have to keep building the base jar just ↵slaws2010-11-301-1/+2
| | | | | | to test individual changes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040448 13f79535-47bb-0310-9956-ffa450edef68
* Changes to move toward supporting async operation in the sample ↵slaws2010-11-246-5/+42
| | | | | | implementation. Won't compile until I get the infrastructure changes checked in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038570 13f79535-47bb-0310-9956-ffa450edef68
* Correct System.outs to match the class namesslaws2010-11-242-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038568 13f79535-47bb-0310-9956-ffa450edef68
* Add a callback operation to the reference component implementationslaws2010-11-241-3/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038567 13f79535-47bb-0310-9956-ffa450edef68
* Correct sample async operation nameslaws2010-11-242-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038553 13f79535-47bb-0310-9956-ffa450edef68
* Add a definitions.xml file for the implementationslaws2010-11-221-0/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037725 13f79535-47bb-0310-9956-ffa450edef68
* Convert the service to have a WSDL interfaceslaws2010-11-221-6/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037724 13f79535-47bb-0310-9956-ffa450edef68
* Add the asyncInvocation intent to the WSDL interfaceslaws2010-11-221-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037712 13f79535-47bb-0310-9956-ffa450edef68
* Change reference to have a WSDL described interfaceslaws2010-11-221-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037711 13f79535-47bb-0310-9956-ffa450edef68
* Turn off all tests cases other than the async one I'm interested in. slaws2010-11-225-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037699 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3783 - Start working up a test case to drive the async ↵slaws2010-11-2223-1/+1132
| | | | | | infrastructure improvements git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037692 13f79535-47bb-0310-9956-ffa450edef68
* change artifact name and add ignoresslaws2010-11-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036916 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3783 - a copy of samples\extending-tuscany\implementation-sample to ↵slaws2010-11-1933-0/+2405
| | | | | | help work out what the split between Java specific and infrastructure aspects of asynchronous operation are git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036878 13f79535-47bb-0310-9956-ffa450edef68
* Start to get rid of shades and replace with the aggregate jars. This moves ↵antelder2010-10-141-53/+53
| | | | | | the shades/base and base-nodep out of shades and into distribution/aggregates and updates to use those. The remaining ones in shades i think can probably just be deleted but i'll do that in separate steps. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022443 13f79535-47bb-0310-9956-ffa450edef68
* Rename trunk/contrib to trunk/unreleasedantelder2010-10-0696-0/+8336
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004981 13f79535-47bb-0310-9956-ffa450edef68