| Commit message (Expand) | Author | Age | Files | Lines |
* | DO some clean up, move some things around and add a bit of javadoc | antelder | 2011-03-06 | 4 | -21/+43 |
* | Update to use a map instead of a list to store the start composites to make t... | antelder | 2011-03-04 | 2 | -21/+13 |
* | Add a simple test timing node start/stop times | antelder | 2011-03-04 | 1 | -0/+74 |
* | Do some clean up, simplify dependencies, remove unused classes and folders, u... | antelder | 2011-03-04 | 10 | -635/+86 |
* | More quiet logging changes, update use of properties to not interfere with re... | antelder | 2011-02-08 | 1 | -2/+0 |
* | Partially fix TUSCANY-3675 to get some distributed domain functions working a... | antelder | 2011-01-20 | 1 | -4/+2 |
* | Fix split package by renaming packages, for now to org.apache.tuscany.sca to ... | antelder | 2011-01-20 | 9 | -9/+23 |
* | No code change just organize imports | antelder | 2011-01-19 | 7 | -21/+1 |
* | Fix runComposite with shared runtime instance and update testcase | antelder | 2011-01-19 | 2 | -3/+32 |
* | Rename main class to TuscanyRuntime | antelder | 2011-01-19 | 6 | -46/+67 |
* | Update getService to work with services on remote nodes | antelder | 2011-01-15 | 2 | -4/+180 |
* | Make test interface remotable so it can be used to test distributed ops | antelder | 2011-01-15 | 1 | -0/+3 |
* | Update to create a service proxy directly instead of using the sca client fac... | antelder | 2011-01-12 | 10 | -36/+81 |
* | Comment out the updateXxx methods for now as its not clear what they should d... | antelder | 2010-11-27 | 5 | -76/+77 |
* | Update node2 api to more closely match the commands the Shell has | antelder | 2010-11-25 | 5 | -31/+30 |
* | Fix to use a new List for the deployables as the List in the contribution get... | antelder | 2010-11-25 | 1 | -1/+1 |
* | Fix build breaks and MFs | rfeng | 2010-11-17 | 1 | -0/+4 |
* | Remove CompositeContext threadlocal thats might be causeing a storage leak as... | antelder | 2010-10-25 | 1 | -2/+0 |
* | Update to use all the contribution attributes, rename the test to use the cor... | antelder | 2010-09-29 | 2 | -238/+1 |
* | Update to use all the contribution attributes, rename the test to use the cor... | antelder | 2010-09-29 | 1 | -3/+9 |
* | Add a createNodeFromXML method that can create and configure a node from an x... | antelder | 2010-09-29 | 4 | -0/+356 |
* | Fix typo in method name. | slaws | 2010-09-03 | 5 | -11/+19 |
* | Avoid NPE when no dependent contributions are used | antelder | 2010-08-08 | 1 | -2/+4 |
* | Change createStandaloneNode to be named newStandaloneNode | antelder | 2010-08-03 | 2 | -5/+5 |
* | @Ignore a test which depends on the jar produced by itest/T3558 which isn't i... | slaws | 2010-08-03 | 1 | -0/+2 |
* | Change add/removeToDoamin method to have the contribution and composite uri a... | antelder | 2010-08-02 | 4 | -20/+17 |
* | Remove the @IGnore from a test of a contribution which was using the data api... | antelder | 2010-08-02 | 1 | -6/+2 |
* | Update for using a default contribution uri if none is specified | antelder | 2010-08-02 | 1 | -13/+35 |
* | Add a createStandaloneNode method which creates a Node running a composite ou... | antelder | 2010-08-02 | 1 | -34/+26 |
* | Update all the install methods to return the uri of the installed contributio... | antelder | 2010-08-02 | 1 | -3/+5 |
* | Update to configure the registry from the domainURI | antelder | 2010-07-06 | 1 | -2/+13 |
* | Change getDeployedComposites to return the composite relative uri instead of ... | antelder | 2010-07-05 | 3 | -6/+6 |
* | Fix to return the correct deployed composite list | antelder | 2010-07-04 | 1 | -4/+6 |
* | Include getter for domain name on Node interface | antelder | 2010-07-03 | 1 | -0/+2 |
* | Use IOHelper to create URI to avoid exceptions | antelder | 2010-07-03 | 1 | -1/+1 |
* | Remove unused imports | antelder | 2010-07-03 | 1 | -2/+0 |
* | Clean up factory instantiation, add a static helper to create simple nodes, a... | antelder | 2010-07-03 | 6 | -75/+149 |
* | Start cleaning up JavaDoc and changes coming to light while doing that: move ... | antelder | 2010-07-01 | 4 | -60/+101 |
* | More updates for new names | antelder | 2010-06-28 | 2 | -10/+17 |
* | Add a short form create method | antelder | 2010-06-28 | 2 | -1/+15 |
* | Fix a couple of places still using old names | antelder | 2010-06-28 | 1 | -3/+3 |
* | Remove old packages | antelder | 2010-06-28 | 5 | -839/+0 |
* | Continue bring up of section 10 apis code. Rename to classes to clearer names | antelder | 2010-06-28 | 7 | -13/+860 |
* | Remove some more of those pesky non-utf8 characters | antelder | 2010-06-09 | 1 | -5/+5 |
* | Move the code in the domain module to the domain-node module as thats what do... | antelder | 2010-06-09 | 12 | -0/+1104 |
* | Setting svn:eol-style for java and xml files | rfeng | 2010-06-05 | 7 | -633/+633 |
* | Update to use NodeFactory as now that does most things that DomainNode did | antelder | 2010-05-05 | 1 | -2/+6 |
* | Add uri: and properties: so these work with the .bat/.sh scripts | antelder | 2010-04-30 | 1 | -1/+1 |
* | Improve the IP address binding to be based on the host from the uri | rfeng | 2010-03-14 | 1 | -1/+1 |
* | Add the check for local-by-reference, local-by-value and remote invocations f... | rfeng | 2010-02-25 | 2 | -4/+4 |