summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Move all use of NodeFactory out of section10 class and associated code cleanupantelder2010-05-246-101/+183
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947583 13f79535-47bb-0310-9956-ffa450edef68
* Handle dependent contribution relationships so removing a contribution also ↵antelder2010-05-243-31/+42
| | | | | | removes those depending on it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947572 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up commentsantelder2010-05-231-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947388 13f79535-47bb-0310-9956-ffa450edef68
* Updateto use getLocationAsURL from common module, add some todo's and delete ↵antelder2010-05-231-18/+4
| | | | | | some blank lines git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947387 13f79535-47bb-0310-9956-ffa450edef68
* Keep track of the default deployablesantelder2010-05-231-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947386 13f79535-47bb-0310-9956-ffa450edef68
* Start adding code for addDeploymentCompositeantelder2010-05-222-21/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947265 13f79535-47bb-0310-9956-ffa450edef68
* Remove now unused methodantelder2010-05-221-21/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947258 13f79535-47bb-0310-9956-ffa450edef68
* Remove class committed by accidentantelder2010-05-221-168/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947256 13f79535-47bb-0310-9956-ffa450edef68
* Uncomment test annotationantelder2010-05-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947254 13f79535-47bb-0310-9956-ffa450edef68
* Update with code to deploy composites, add getInstalledContributions and ↵antelder2010-05-227-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
* Fix typo in method signatureantelder2010-05-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947079 13f79535-47bb-0310-9956-ffa450edef68
* Remove comment about deployContribution/undeployContribution as you can do ↵antelder2010-05-212-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
* Remove comment about stop/startComponent as you'd have to do the entire ↵antelder2010-05-211-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
* Add TODO about if in could just be using o.a.t.contibution.Contributionantelder2010-05-211-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947035 13f79535-47bb-0310-9956-ffa450edef68
* Update for Section10 interface updates and start to try to get it to work ↵antelder2010-05-213-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
* Remove the methods that aren't necessary from whats in the spec, change ↵antelder2010-05-211-29/+36
| | | | | | getSCAClientFactory to be just getService git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947029 13f79535-47bb-0310-9956-ffa450edef68
* Add start of a basic impl using Node to install contributions. Not much ↵antelder2010-05-218-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
* Add a getSCACLientFactory methodantelder2010-05-202-3/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946603 13f79535-47bb-0310-9956-ffa450edef68
* Experiment with whats required of the various things described in section 10 ↵antelder2010-05-203-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
* Port to tuscany 2.xrfeng2010-04-249-96/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937561 13f79535-47bb-0310-9956-ffa450edef68
* All the ServletHost impl class to receive attributes and add a testrfeng2010-04-053-22/+104
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930949 13f79535-47bb-0310-9956-ffa450edef68
* Bring up host-tomcat for 2.x based on the Embedded class from Tomcatrfeng2010-04-055-279/+191
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930925 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x contribslresende2009-11-121622-0/+153049
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835178 13f79535-47bb-0310-9956-ffa450edef68