summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add domain-node to distroantelder2009-08-281-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808927 13f79535-47bb-0310-9956-ffa450edef68
* Update manifestantelder2009-08-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808926 13f79535-47bb-0310-9956-ffa450edef68
* Update domain-node to use the new endpoint wrapper and runtime configuration ↵antelder2009-08-284-10/+119
| | | | | | so that the inVm/tribes endpoint registry can be choosen and configured via the domain node URI git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808875 13f79535-47bb-0310-9956-ffa450edef68
* Add endpoint-wrapper module to the buildantelder2009-08-281-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808872 13f79535-47bb-0310-9956-ffa450edef68
* Add a new endpoint module that wraps the existing ones choosing which to use ↵antelder2009-08-2818-0/+982
| | | | | | based on the runtime configuration. I think ideally we'd change this so the exitsing inVM registry is the default one and it looks up and remote registry itself and uses that if configured git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808871 13f79535-47bb-0310-9956-ffa450edef68
* Update the tribes based endpoint registry to support being configured from ↵antelder2009-08-281-1/+13
| | | | | | the runtime configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808869 13f79535-47bb-0310-9956-ffa450edef68
* Enable setting configuration on the NodeFactoryImplantelder2009-08-281-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808868 13f79535-47bb-0310-9956-ffa450edef68
* Add interface for a way to pass configuration aroundantelder2009-08-281-0/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808867 13f79535-47bb-0310-9956-ffa450edef68
* Update the magic random ranking number so it possible to use the extenstionantelder2009-08-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808847 13f79535-47bb-0310-9956-ffa450edef68
* Update to add a method to check if a wire target is out of date compared to ↵antelder2009-08-285-45/+34
| | | | | | teh endpoint registry (see ML discussion 'Endpoint registry and stopping/starting nodes' git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808838 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3245 - Adjusting more version on the eclipse toolslresende2009-08-282-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808794 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase for restarting DomainNodes and work around a problem that ↵antelder2009-08-282-3/+83
| | | | | | uncovers with stopping the NodeFactory kills all DOmainNodes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808793 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3245 - Fixing version id in the eclipse tools descriptionlresende2009-08-283-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808788 13f79535-47bb-0310-9956-ffa450edef68
* Remove the FIXME from the testcase name as it works nowantelder2009-08-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808618 13f79535-47bb-0310-9956-ffa450edef68
* More fixes to get invocations working when a node is restartedantelder2009-08-271-1/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808613 13f79535-47bb-0310-9956-ffa450edef68
* backing up a few minor changes. This version of the builders not in use. slaws2009-08-273-15/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808555 13f79535-47bb-0310-9956-ffa450edef68
* When running binding-sca-axis unit tests in Eclipse I was getting javax.jms ↵slaws2009-08-271-1/+3
| | | | | | not found from Axis. Was working OK in maven. I added the package import to the Tuscany module manifest and this seems to get the tests working for me in Eclipse. It not immediately clear to me how changing this bundle helps out the Axis bundle but I've lost track a bit of the complex relationship between tuscany and axis bundles so need to look closer. This may help others in the mean time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808554 13f79535-47bb-0310-9956-ffa450edef68
* Move the reference/service resetting outside the loop as they don't need to ↵slaws2009-08-271-17/+21
| | | | | | be there. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808553 13f79535-47bb-0310-9956-ffa450edef68
* Add policy matching to the endpoint builder and prepare for problems to be ↵slaws2009-08-275-46/+202
| | | | | | raised at runtime and at build time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808552 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that the same intents are present at reference and service ends of ↵slaws2009-08-271-2/+2
| | | | | | the wire git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808551 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3242 turn off policy tests as I'm just about to check in some policy ↵slaws2009-08-271-0/+2
| | | | | | matching code that shows that the test isn't as I would expect it to. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808550 13f79535-47bb-0310-9956-ffa450edef68
* Rename it back to FIXME as i've cleanup to much and it doesn'twork again :-(antelder2009-08-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808467 13f79535-47bb-0310-9956-ffa450edef68
* Remove FIXME from testcase name so it get run in th ebuildantelder2009-08-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808458 13f79535-47bb-0310-9956-ffa450edef68
* Initial update to handle nodes being restarted. Similar changes needed in ↵antelder2009-08-271-11/+32
| | | | | | many places but this gets the StopStartNodesTestCase running git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808457 13f79535-47bb-0310-9956-ffa450edef68
* During rebuild also reset the status of the endpoint reference so it gets ↵antelder2009-08-271-0/+2
| | | | | | rebuilt correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808440 13f79535-47bb-0310-9956-ffa450edef68
* Throw exception if scope container isn't running (need to do similar for all ↵antelder2009-08-271-2/+4
| | | | | | the scope containers, this is just to start getting things working) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808439 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to generate proper exception for ASM_6029 and ASM_6030 otestsramkumar2009-08-272-2/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808356 13f79535-47bb-0310-9956-ffa450edef68
* Add a testcase for using two nodes and stopping and restarting the sevrice ↵antelder2009-08-271-0/+102
| | | | | | node. This doesn't work as the runtime keeps using the original nodes references so doesn't pick up that the service node has changed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808333 13f79535-47bb-0310-9956-ffa450edef68
* Delete empty directoriesnash2009-08-270-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808245 13f79535-47bb-0310-9956-ffa450edef68
* Apply the new naming conventions to the fullapp contributions and launchersnash2009-08-27133-974/+1128
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808241 13f79535-47bb-0310-9956-ffa450edef68
* Add domain node to buildantelder2009-08-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808040 13f79535-47bb-0310-9956-ffa450edef68
* Update manifestantelder2009-08-261-39/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808039 13f79535-47bb-0310-9956-ffa450edef68
* Update to activate the separate nodes tests as it works now after the 808033 fixantelder2009-08-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808034 13f79535-47bb-0310-9956-ffa450edef68
* Change endpoint registry to not use a static for the Maps so there's one per ↵antelder2009-08-261-2/+2
| | | | | | node not per jvm. Interestingly I expected this to break some node itests but it didn't so i'm committing as it gets the DomainNode tests working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808033 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importantelder2009-08-261-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808022 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase to have more meaningful method namesantelder2009-08-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808020 13f79535-47bb-0310-9956-ffa450edef68
* Start of a test for multiple nodes within a single JVMantelder2009-08-261-0/+91
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808002 13f79535-47bb-0310-9956-ffa450edef68
* Update the node creation to be per test so it properly tests the scenariosantelder2009-08-261-7/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808001 13f79535-47bb-0310-9956-ffa450edef68
* Update the client jar to remove the sayHello call in the init method as its ↵antelder2009-08-261-0/+0
| | | | | | complicating the test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808000 13f79535-47bb-0310-9956-ffa450edef68
* Split big test method into several discrete test methodsantelder2009-08-261-5/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807972 13f79535-47bb-0310-9956-ffa450edef68
* Update test for removing a contribution so that the test actually worksantelder2009-08-261-3/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807968 13f79535-47bb-0310-9956-ffa450edef68
* Initial code for ASM_5036 fix, note the TUSCANY-3236 TODO and also it might ↵antelder2009-08-262-1/+21
| | | | | | be better to find a place later on in processing to do this check git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807951 13f79535-47bb-0310-9956-ffa450edef68
* Correct arg type in warning method to match error methodantelder2009-08-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807915 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3231 and ASM_5029, spot that property with many=false has ↵antelder2009-08-254-5/+11
| | | | | | multiple value elements git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807619 13f79535-47bb-0310-9956-ffa450edef68
* Fix ASM_5031, wire with @replace=true overrides reference @target attributeantelder2009-08-251-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807545 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3233 - Applying patch from Florian Pinellresende2009-08-241-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807331 13f79535-47bb-0310-9956-ffa450edef68
* More progress on the ModelBuilder approach. Doesn't work yet but I'm using ↵slaws2009-08-243-57/+597
| | | | | | it to understand the work that has been done on policies recently and how that could fit in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807304 13f79535-47bb-0310-9956-ffa450edef68
* Allow services/references/properties to be retrieved by name from a componentslaws2009-08-242-0/+66
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807302 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3232 remove non-ASCII characterslaws2009-08-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807300 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3232 remove non-ASCII characterslaws2009-08-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807298 13f79535-47bb-0310-9956-ffa450edef68