summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2010-12-03TUSCANY-3801 - Update the invocation chain infrastructure, and the ↵slaws9-25/+251
enpoints/endpointreferences that call it, to allow async response messages to be processed backwards along the response part of the chain independently of the forward message processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041866 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - Move the SCA binding up to the new async provider interfaces. slaws2-3/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041863 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - add an async implementation provider interface to allow ↵slaws1-0/+65
provider to create async invokers for the forward and response call. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041861 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - add an async interceptor interface to chain can be navigated ↵slaws2-0/+114
backwards. Also add an implementation that can hold generic interceptor implementation that to date, for the forward chain, has been repeated in each interceptor. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041858 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - Add new provider interfaces that allow providers to indicate ↵slaws2-0/+96
whether they support async or not. May be merged into existing interfaces but kept separate for the time being so as not to upset existing providers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041855 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03just remove some blank linesslaws1-4/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041847 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - allow endpoints to report when they are configured for async ↵slaws3-2/+26
invocation. Correct comment on endpoint reference version of the operation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041845 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - update to match infrastructure changes to support native ↵slaws5-19/+66
async bindings (not committed yet) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041784 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03Disable web unit tests for nowantelder2-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041722 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03Clean up the getting started helloworld webapp. Update it to use a jsp to ↵antelder4-27/+82
invoke the component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041721 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03Add a top level pom to build it allantelder1-0/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041715 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02Update to support entering quoted strings conatining spacesantelder1-9/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041571 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02Get the eightball webapp runningantelder3-10/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041540 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02If WEB-INF/sca-contributions contains contributions then use it ↵antelder1-2/+19
automatically without requireing users define it in the web.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041529 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02Added manifest entries for missing package dependencies, for TUSCANY-3803edwardsmj1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041307 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02Added manifest entries for missing package dependencies, for TUSCANY-3803edwardsmj1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041306 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02Start bringing up eightball app in trunkantelder23-0/+1187
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041296 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01Make space for testing native as well as generic async support in bindingsslaws5-70/+100
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041090 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01Correct the implementation of the service to expect/produce elementsslaws1-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041088 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01Make it clear the this invoker is for handling async responses. slaws2-2/+70
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041080 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01Add tests dependency to see if that fixes the build problem on hudson solaris2antelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040950 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30delete the beta2 branch as i'd not seen raymonds mail when i made it and we ↵antelder6070-512151/+0
might as well wait till he's got his changes in before creating the beta2 branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040700 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Create branch for 2.0 beta2 releaseantelder6070-0/+512151
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040693 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040607 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Add code to process the async responseslaws4-13/+117
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040598 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Open up this utility so it can be used from the async implementation providerslaws1-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040594 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Rename all-distro profile to be hudson-deployantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040457 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Change to pom dependency so I don't have to keep building the base jar just ↵slaws1-1/+2
to test individual changes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040448 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Code now moved to deployerslaws1-53/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040446 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Just tidy layout of line. slaws1-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040445 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be ↵slaws18-129/+461
resolved then so that async response services can be established at that point. In a reliable situation the response service is then available as soon as reference is resolved and doesn't depend on the reference actually being used. Also start adding interfaces to allow the implementation provider to make an async invocation explicitly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040444 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Fix the passing in of an initial contribution url, and add the start of a ↵antelder1-4/+26
status command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040437 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30TUSCANY-3704 - Reset the artifact name in the monitor so that the correct ↵slaws2-1/+4
name is reported. Thanks for the patch Yang. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040436 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29Start of an sca binding impl that can use different delegate bindings for ↵antelder20-0/+1381
individual services and references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040062 13f79535-47bb-0310-9956-ffa450edef68
2010-11-28Change logging level to warning to reduce all the console messagesantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039849 13f79535-47bb-0310-9956-ffa450edef68
2010-11-27Try setting snapshot uniqueVersion to false to get at the deployed ↵antelder1-0/+1
distributions from the website git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039755 13f79535-47bb-0310-9956-ffa450edef68
2010-11-27Exclude xbean-reflect as it doesn't seem to be needed and the version of the ↵antelder1-0/+4
transitive dependency doesn't seem to exist in maven central git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039754 13f79535-47bb-0310-9956-ffa450edef68
2010-11-27Try having the Hudson distro profile build only the distributions and use ↵antelder1-3/+1
the previously punlished snapshots of other modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039649 13f79535-47bb-0310-9956-ffa450edef68
2010-11-27Update for API changes and rename 'status' command to be 'started' to match ↵antelder3-20/+20
the pattern the other commands use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039645 13f79535-47bb-0310-9956-ffa450edef68
2010-11-27Comment out the updateXxx methods for now as its not clear what they should ↵antelder5-76/+77
do, and rename getDeployedComposites and getInstalledContributions to make it clearer what they do git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039643 13f79535-47bb-0310-9956-ffa450edef68
2010-11-27Add samples to the all-dsitro profile so that the pre-built contributions ↵antelder1-0/+1
get included in the distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039636 13f79535-47bb-0310-9956-ffa450edef68
2010-11-25TUSCANY-3778: Use same code as 1.x so that wrapper is generated in correct ↵nash1-3/+4
namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039193 13f79535-47bb-0310-9956-ffa450edef68
2010-11-25Update Shell for API changesantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039078 13f79535-47bb-0310-9956-ffa450edef68
2010-11-25Update node2 api to more closely match the commands the Shell hasantelder5-31/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039077 13f79535-47bb-0310-9956-ffa450edef68
2010-11-25Add a build profile to build all thats necessary for the all distro as ↵antelder1-0/+17
quickly as possible, so no tests get run, intended mainly for Hudson to try to get some nightly builds published more often git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039071 13f79535-47bb-0310-9956-ffa450edef68
2010-11-25Fix to use a new List for the deployables as the List in the contribution ↵antelder1-1/+1
gets over written git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039044 13f79535-47bb-0310-9956-ffa450edef68