summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules/section10/src/main/java/org/apache/tuscany/sca/something/impl/Section10Impl.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix to correctly remove nested dependent contributionsantelder2010-05-291-4/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949346 13f79535-47bb-0310-9956-ffa450edef68
* Update to use ValidationExceptionantelder2010-05-271-9/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948696 13f79535-47bb-0310-9956-ffa450edef68
* Move all use of NodeFactory out of section10 class and associated code cleanupantelder2010-05-241-18/+23
| | | | 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-241-22/+32
| | | | | | removes those depending on it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947572 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
* Start adding code for addDeploymentCompositeantelder2010-05-221-14/+27
| | | | 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
* Update with code to deploy composites, add getInstalledContributions and ↵antelder2010-05-221-129/+43
| | | | | | 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
* Remove comment about deployContribution/undeployContribution as you can do ↵antelder2010-05-211-0/+11
| | | | | | 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
* Update for Section10 interface updates and start to try to get it to work ↵antelder2010-05-211-82/+234
| | | | | | 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
* Add start of a basic impl using Node to install contributions. Not much ↵antelder2010-05-211-0/+191
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