summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update to add the Node to the CompositeContextantelder2012-08-162-3/+8
* Update to support DOMInvoker with remote endpointsantelder2012-08-161-2/+45
* Add method to get DOMInvoker for a service and testcase for thatantelder2012-08-153-0/+35
* Add missing ASF headerantelder2012-05-011-0/+18
* TUSCANY-4034: Move the freeing up of contribution resources to a helper metho...antelder2012-05-011-0/+62
* TUSCANY-4034: Move the freeing up of contribution resources to a helper metho...antelder2012-05-011-30/+15
* TUSCANY-4034 - plug a few more potential memory leaksslaws2012-03-221-2/+13
* Fix Deployer.resolve to resolve dependent contributions correctly. It looks l...antelder2012-03-041-1/+4
* TUSCANY-3312 - Copy JavaInterfaceFactory memory leak changes from 1.x + other...slaws2012-03-041-2/+27
* TUSCANY-4016 - when a composite fails to start ensure that it is stopped and ...slaws2012-02-201-20/+40
* Add a contributionInstalled() operation to the listener interface. Completes ...slaws2011-12-011-0/+3
* Include all the contributions as dependencies so that dependent contributions...antelder2011-10-111-1/+3
* Update to not include the root contribution as a duplicate dependencyantelder2011-10-111-1/+1
* When doing validateContribution if a contribution classloader has been create...antelder2011-09-261-0/+9
* TUSCANY-3939: when a loaded contribution is unloaded use ClassLoaderUtil.rele...antelder2011-09-071-2/+18
* TUSCANY-3921: attemot to ensure that dependentContributions doesn't contain d...antelder2011-08-171-6/+10
* Add the domain uri to the logging outputantelder2011-06-291-1/+1
* Add some guards around setting the contribution classloaderantelder2011-06-281-2/+8
* Add some more logging to NodeImplantelder2011-06-271-1/+33
* Make DeployedComposite set the Contribution ClassLoader when a composite is s...antelder2011-06-271-0/+6
* Remove all the code trying to derive a domain name from the uri and instead l...antelder2011-06-271-15/+4
* Add a way to set whether or not the domain name is included as the root of th...antelder2011-06-233-10/+26
* Add a method to get the domain name as well as the domain URIantelder2011-06-232-0/+17
* Add some comment reminder about hot updates of a node.xml defined Node might ...antelder2011-06-231-0/+16
* Add some experimental code to look at dynamic updates to a running Nodeantelder2011-06-202-0/+186
* Avoid exception in updateCOntribution if the contribution doesn't exist for s...antelder2011-06-201-1/+26
* Update contribution update to handle additional deployed composites and a tes...antelder2011-06-191-3/+11
* Add an impl to the update contribution method and a testcaseantelder2011-06-191-3/+21
* Start adding a method to update an installed contributionantelder2011-06-191-0/+20
* Correct typoantelder2011-06-191-5/+4
* Add a method to restart started composites that depend on another composite. ...antelder2011-06-182-0/+42
* Change setting a contributions dependencies explicitly from using the domain....antelder2011-06-181-3/+11
* Add a method to stop a running composite and then uninstall any contributions...antelder2011-06-172-2/+20
* When uninstalling a contribution also remove any stopped DeployedComposites s...antelder2011-06-171-0/+10
* Add a method to get the URIs of all the contributions used by this DeployedCo...antelder2011-06-171-0/+10
* Add a test for explicit dependenciesantelder2011-06-141-1/+1
* Update to support a contribution exploded (unzipped) into a file system direc...antelder2011-06-141-2/+5
* Update to support using a node.xml config file in the domain directoryantelder2011-06-141-1/+12
* Update to only treat .jar, .zip and folders that don't start with . as contri...antelder2011-06-141-2/+2
* Have a look at creating a domain node from a file system dirctory to see if i...antelder2011-06-141-1/+69
* Fix getDeployables so that any composites added with addDeployable are includ...antelder2011-06-141-1/+3
* Update for to use the domain uri and name from the registry and to use the do...antelder2011-06-133-11/+8
* Update so that for nodes that don't use the default domain name the domain na...antelder2011-06-131-1/+10
* TUSCANY-3867 - If an exception is detected at start time tidy up by stopping ...slaws2011-06-101-3/+11
* Add TODO about support for foreign endpointsantelder2011-06-091-0/+5
* Move the node name to be the last parameter on the start to make it more cons...antelder2011-06-092-4/+4
* Add a test with a contribution containing an invalid composite and update the...antelder2011-06-081-1/+3
* Add TODO reminderantelder2011-06-081-0/+2
* Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder2011-06-072-10/+10
* Add the sca-api to the class loader heirachy so that the annotations get corr...antelder2011-06-061-5/+3