summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-12Remove the allNodes static as its not used by anythingantelder1-9/+1
2011-05-12Refactor away the use of the InstalledContribution classantelder1-13/+13
2011-05-12Remove unused importantelder1-1/+0
2011-05-12Update the registry to use a single class for all the installed contribution ...antelder3-6/+18
2011-05-11Update the registry to store info about a contributions deployables and expor...antelder2-2/+5
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder3-22/+39
2011-05-10Update testcase to also test the AsString methodantelder1-0/+4
2011-05-10Correctly close the xml writer to flush the streamantelder1-3/+5
2011-05-10Finish the hazelcast registry composite serialization to share the composites...antelder1-2/+11
2011-05-10Update the registry to support getting the QName and Composite, and use that ...antelder1-2/+2
2011-05-09Add a testcase for teh domain compositeantelder1-0/+49
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...antelder2-5/+31
2011-05-07Update to use the factory to create the endpoint registryantelder1-2/+2
2011-05-07Remove old TODO commentantelder1-1/+0
2011-05-07Update to support setting the domain uri in the runComposite methodantelder2-13/+10
2011-03-06DO some clean up, move some things around and add a bit of javadocantelder4-21/+43
2011-03-04Update to use a map instead of a list to store the start composites to make t...antelder2-21/+13
2011-03-04Add a simple test timing node start/stop timesantelder1-0/+74
2011-03-04Do some clean up, simplify dependencies, remove unused classes and folders, u...antelder10-635/+86
2011-02-08More quiet logging changes, update use of properties to not interfere with re...antelder1-2/+0
2011-01-20Partially fix TUSCANY-3675 to get some distributed domain functions working a...antelder1-4/+2
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder9-9/+23
2011-01-19No code change just organize importsantelder7-21/+1
2011-01-19Fix runComposite with shared runtime instance and update testcaseantelder2-3/+32
2011-01-19Rename main class to TuscanyRuntimeantelder6-46/+67
2011-01-15Update getService to work with services on remote nodesantelder2-4/+180
2011-01-15Make test interface remotable so it can be used to test distributed opsantelder1-0/+3
2011-01-12Update to create a service proxy directly instead of using the sca client fac...antelder10-36/+81
2010-11-27Comment out the updateXxx methods for now as its not clear what they should d...antelder5-76/+77
2010-11-25Update node2 api to more closely match the commands the Shell hasantelder5-31/+30
2010-11-25Fix to use a new List for the deployables as the List in the contribution get...antelder1-1/+1
2010-11-17Fix build breaks and MFsrfeng1-0/+4
2010-10-25Remove CompositeContext threadlocal thats might be causeing a storage leak as...antelder1-2/+0
2010-09-29Update to use all the contribution attributes, rename the test to use the cor...antelder2-238/+1
2010-09-29Update to use all the contribution attributes, rename the test to use the cor...antelder1-3/+9
2010-09-29Add a createNodeFromXML method that can create and configure a node from an x...antelder4-0/+356
2010-09-03Fix typo in method name. slaws5-11/+19
2010-08-08Avoid NPE when no dependent contributions are usedantelder1-2/+4
2010-08-03Change createStandaloneNode to be named newStandaloneNodeantelder2-5/+5
2010-08-03@Ignore a test which depends on the jar produced by itest/T3558 which isn't i...slaws1-0/+2
2010-08-02Change add/removeToDoamin method to have the contribution and composite uri a...antelder4-20/+17
2010-08-02Remove the @IGnore from a test of a contribution which was using the data api...antelder1-6/+2
2010-08-02Update for using a default contribution uri if none is specifiedantelder1-13/+35
2010-08-02Add a createStandaloneNode method which creates a Node running a composite ou...antelder1-34/+26
2010-08-02Update all the install methods to return the uri of the installed contributio...antelder1-3/+5
2010-07-06Update to configure the registry from the domainURIantelder1-2/+13
2010-07-05Change getDeployedComposites to return the composite relative uri instead of ...antelder3-6/+6
2010-07-04Fix to return the correct deployed composite listantelder1-4/+6
2010-07-03Include getter for domain name on Node interfaceantelder1-0/+2