summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/impl/NodeImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-12Update the registry to use a single class for all the installed contribution ...antelder1-4/+15
2011-05-11Update the registry to store info about a contributions deployables and expor...antelder1-2/+5
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder1-20/+36
2011-05-10Correctly close the xml writer to flush the streamantelder1-3/+5
2011-05-10Update the registry to support getting the QName and Composite, and use that ...antelder1-2/+2
2011-05-09Correct name typo and set attributes on the domain compositeantelder1-1/+3
2011-05-09Start looking at support for a Shell command to show the domain level composi...antelder1-5/+28
2011-03-06DO some clean up, move some things around and add a bit of javadocantelder1-1/+1
2011-03-04Update to use a map instead of a list to store the start composites to make t...antelder1-8/+3
2011-03-04Do some clean up, simplify dependencies, remove unused classes and folders, u...antelder1-16/+10
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder1-3/+3
2011-01-19No code change just organize importsantelder1-1/+1
2011-01-19Rename main class to TuscanyRuntimeantelder1-6/+6
2011-01-15Update getService to work with services on remote nodesantelder1-4/+131
2011-01-12Update to create a service proxy directly instead of using the sca client fac...antelder1-11/+27
2010-11-27Comment out the updateXxx methods for now as its not clear what they should d...antelder1-2/+2
2010-11-25Update node2 api to more closely match the commands the Shell hasantelder1-14/+13
2010-11-17Fix build breaks and MFsrfeng1-0/+4
2010-09-03Fix typo in method name. slaws1-1/+1
2010-08-02Change add/removeToDoamin method to have the contribution and composite uri a...antelder1-9/+10
2010-08-02Update for using a default contribution uri if none is specifiedantelder1-13/+35
2010-07-05Change getDeployedComposites to return the composite relative uri instead of ...antelder1-1/+1
2010-07-04Fix to return the correct deployed composite listantelder1-4/+6
2010-07-03Use IOHelper to create URI to avoid exceptionsantelder1-1/+1
2010-07-03Clean up factory instantiation, add a static helper to create simple nodes, a...antelder1-31/+42
2010-07-01Start cleaning up JavaDoc and changes coming to light while doing that: move ...antelder1-10/+13
2010-06-28Add a short form create methodantelder1-0/+13
2010-06-28Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder1-0/+306