summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-24Handle dependent contribution relationships so removing a contribution also ↵antelder3-31/+42
removes those depending on it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947572 13f79535-47bb-0310-9956-ffa450edef68
2010-05-23Tidy up commentsantelder1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947388 13f79535-47bb-0310-9956-ffa450edef68
2010-05-23Updateto use getLocationAsURL from common module, add some todo's and delete ↵antelder1-18/+4
some blank lines git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947387 13f79535-47bb-0310-9956-ffa450edef68
2010-05-23Keep track of the default deployablesantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947386 13f79535-47bb-0310-9956-ffa450edef68
2010-05-23Add missing log message to match the addEndpoint methodantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947384 13f79535-47bb-0310-9956-ffa450edef68
2010-05-23Add a getLocationAsURL helper methodantelder1-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947383 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Start adding code for addDeploymentCompositeantelder2-21/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947265 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Remove now unused methodantelder1-21/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947258 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Remove class committed by accidentantelder1-168/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947256 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Uncomment test annotationantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947254 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Update with code to deploy composites, add getInstalledContributions and ↵antelder7-162/+491
getDeployedComposites. Refactor code to have a separate DeployedComposite class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947252 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Popluate the callback endpoints for endpoint referencesrfeng1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947190 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Fix the serverity for warningsrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947189 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Remove the workaroundrfeng1-9/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947188 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Add a workaround to support callback endpoint over WSrfeng1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947187 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Fix typo in method signatureantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947079 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3563 tweak the base README to reference the generic launcher readmeskelvingoodson1-5/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947062 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3563 first stab at a generic README for command line invocationkelvingoodson1-4/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947058 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Remove comment about deployContribution/undeployContribution as you can do ↵antelder2-9/+13
that with the existing methods and add getDeployedCompostes/getInstalledContributions to make that easier git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947047 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Remove comment about stop/startComponent as you'd have to do the entire ↵antelder1-8/+0
composite and addToDomainLevelComposite/removeFromDomainLevelComposite exist for that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947044 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Add TODO about if in could just be using o.a.t.contibution.Contributionantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947035 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Update for Section10 interface updates and start to try to get it to work ↵antelder3-112/+317
more as the spec describes so without nodes and to have installed contributions and deploying/undeploying composites. (The tests getService methods no longer work as the scaclient factory impl expects Nodes to have been created) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947031 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Remove the methods that aren't necessary from whats in the spec, change ↵antelder1-29/+36
getSCAClientFactory to be just getService git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947029 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3565/TUSCANY-3566 change dependencies in order to exclude the ↵slaws2-3/+31
web-javascript-dojo module which is automatically exposing resource on port 8080. Investigating to see if this causes the problems with the binding-rmi samples on linux. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947021 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3563 beginning to establish the pattern for the new style samples' ↵kelvingoodson2-86/+19
READMEs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947001 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3563 add some prose to top level README - more clarification to comekelvingoodson1-2/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946972 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Add start of a basic impl using Node to install contributions. Not much ↵antelder8-3/+335
works yet but the helloworld type testcase does run git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946913 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20Correct presentation of the OASIS licenseslaws3-1/+63
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946692 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20Add some simple code to allow the embedded launcher to keep the SCA app ↵slaws2-5/+41
running so that it can be called by the stand-alone launcher. Not enabled yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946630 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20Few minor updates to my notesslaws1-6/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946629 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20Add a simple stand-alone application that calls a calculator service via the ↵slaws3-0/+160
SCAClient API. Should be usable with any of the calculator based contributions started via any of the launchers. Won't work just yet as the launchers don't keep the application running. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946628 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20Add a getSCACLientFactory methodantelder2-3/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946603 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20Experiment with whats required of the various things described in section 10 ↵antelder3-0/+321
of the Assembly spec. No clear idea what if anything would ever happen with this which is why its in contrib just looking at what the spec talks about and how or if its possible with Tuscany git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946595 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19fix reference to sample now sample contribution has movedslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946197 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Add itest for TUSCANY-3558. Don't know if we'll keep this itest as it is or ↵antelder5-0/+117
at all but have it here for now while the JIRA is investigated. The testcase is running fine for me as it is here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946194 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Correct some typosslaws3-6/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946157 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19OSGi run seems to be hanging at the end so disable for nowslaws1-2/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946156 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19renamed as contribution-implementation-java-calculator. will shortly be in a ↵slaws18-1094/+0
sub-directory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946119 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Moved to binding-sca sub-directoryslaws19-803/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946118 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Move binding-sca sample contributions into an extension specific sub-directoryslaws24-5/+858
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946117 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Target correct sample directoryslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946116 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Make pom names consistentslaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946115 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Switch over to using jar contribution for binding-sca-calculator and have ↵slaws2-11/+5
the itest/distro test exercise it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946102 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19update distro itests to match sample changesslaws9-25/+246
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946078 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19update distro to match sample changesslaws1-6/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946077 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Remove excludes for tests that are passing nowantelder1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946076 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Update to match sample contribution changesslaws5-21/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946070 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Samples moved into the binding-rmi extension directoryslaws35-2328/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946069 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Make module name consistent with other calculator contributions. From ↵slaws19-3/+783
previous discussion we're probably going to move into a sub-directory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946067 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19no longer requiredslaws3-196/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946065 13f79535-47bb-0310-9956-ffa450edef68