summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a top level pom to build it allantelder2010-12-031-0/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041715 13f79535-47bb-0310-9956-ffa450edef68
* Update to support entering quoted strings conatining spacesantelder2010-12-021-9/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041571 13f79535-47bb-0310-9956-ffa450edef68
* Get the eightball webapp runningantelder2010-12-023-10/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041540 13f79535-47bb-0310-9956-ffa450edef68
* If WEB-INF/sca-contributions contains contributions then use it ↵antelder2010-12-021-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
* Added manifest entries for missing package dependencies, for TUSCANY-3803edwardsmj2010-12-021-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041307 13f79535-47bb-0310-9956-ffa450edef68
* Added manifest entries for missing package dependencies, for TUSCANY-3803edwardsmj2010-12-021-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041306 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing up eightball app in trunkantelder2010-12-0223-0/+1187
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041296 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 tests dependency to see if that fixes the build problem on hudson solaris2antelder2010-12-011-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040950 13f79535-47bb-0310-9956-ffa450edef68
* delete the beta2 branch as i'd not seen raymonds mail when i made it and we ↵antelder2010-11-306070-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
* Create branch for 2.0 beta2 releaseantelder2010-11-306070-0/+512151
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040693 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2010-11-301-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040607 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
* Rename all-distro profile to be hudson-deployantelder2010-11-301-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040457 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
* Code now moved to deployerslaws2010-11-301-53/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040446 13f79535-47bb-0310-9956-ffa450edef68
* Just tidy layout of line. slaws2010-11-301-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040445 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be ↵slaws2010-11-3018-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
* Fix the passing in of an initial contribution url, and add the start of a ↵antelder2010-11-301-4/+26
| | | | | | status command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040437 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3704 - Reset the artifact name in the monitor so that the correct ↵slaws2010-11-302-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
* Start of an sca binding impl that can use different delegate bindings for ↵antelder2010-11-2920-0/+1381
| | | | | | individual services and references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040062 13f79535-47bb-0310-9956-ffa450edef68
* Change logging level to warning to reduce all the console messagesantelder2010-11-281-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039849 13f79535-47bb-0310-9956-ffa450edef68
* Try setting snapshot uniqueVersion to false to get at the deployed ↵antelder2010-11-271-0/+1
| | | | | | distributions from the website git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039755 13f79535-47bb-0310-9956-ffa450edef68
* Exclude xbean-reflect as it doesn't seem to be needed and the version of the ↵antelder2010-11-271-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
* Try having the Hudson distro profile build only the distributions and use ↵antelder2010-11-271-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
* Update for API changes and rename 'status' command to be 'started' to match ↵antelder2010-11-273-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
* Comment out the updateXxx methods for now as its not clear what they should ↵antelder2010-11-275-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
* Add samples to the all-dsitro profile so that the pre-built contributions ↵antelder2010-11-271-0/+1
| | | | | | get included in the distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039636 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3778: Use same code as 1.x so that wrapper is generated in correct ↵nash2010-11-251-3/+4
| | | | | | namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039193 13f79535-47bb-0310-9956-ffa450edef68
* Update Shell for API changesantelder2010-11-251-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039078 13f79535-47bb-0310-9956-ffa450edef68
* Update node2 api to more closely match the commands the Shell hasantelder2010-11-255-31/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039077 13f79535-47bb-0310-9956-ffa450edef68
* Add a build profile to build all thats necessary for the all distro as ↵antelder2010-11-251-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
* Fix to use a new List for the deployables as the List in the contribution ↵antelder2010-11-251-1/+1
| | | | | | gets over written git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039044 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importantelder2010-11-251-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039042 13f79535-47bb-0310-9956-ffa450edef68
* Change to not inherrit getType from the http binding so that it returns the ↵antelder2010-11-251-0/+10
| | | | | | correct binding.jsonp type git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039041 13f79535-47bb-0310-9956-ffa450edef68
* Add a binding.local which is the parts of the current sca binding for doing ↵antelder2010-11-2416-0/+1099
| | | | | | local only invocations. This is part of a peice of work to restructure the sca binding into separately configurable and pluggable pieces in order to give more flexibility in sca binding invocations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038579 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3786 - add an operation so that the EPR can indicate whether it will ↵slaws2010-11-242-0/+18
| | | | | | do an async invocation or not. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038575 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
* Revert r1037660 which changed the scope from compile to provided. See ↵antelder2010-11-231-3/+3
| | | | | | TUSCANY-3760 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038093 13f79535-47bb-0310-9956-ffa450edef68
* Add some servlet dependencies to the eclipse pde featureantelder2010-11-231-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038092 13f79535-47bb-0310-9956-ffa450edef68
* Update to include binding URIs in the service outputantelder2010-11-231-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038091 13f79535-47bb-0310-9956-ffa450edef68
* Copy RC3 tag as final release tagslaws2010-11-235971-0/+504759
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038034 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