summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/nodes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to use hazelcast bindingantelder2010-03-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924988 13f79535-47bb-0310-9956-ffa450edef68
* Update to use hazelcast bindingantelder2010-03-182-5/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924987 13f79535-47bb-0310-9956-ffa450edef68
* Add required @multiplicity for composite reference promotionsrfeng2010-03-184-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924893 13f79535-47bb-0310-9956-ffa450edef68
* Take out the two nodes test again as these seem to always be breaking the ↵antelder2010-03-171-1/+1
| | | | | | Hudson build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924288 13f79535-47bb-0310-9956-ffa450edef68
* Updates missed from previous commit to update hazelcast two nodes test for ↵antelder2010-03-163-6/+6
| | | | | | sca client api using hazelcast client git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923627 13f79535-47bb-0310-9956-ffa450edef68
* Remove two nodes test as it often hangs the hudson build, put back the ↵antelder2010-03-161-3/+2
| | | | | | hazelcast one as its been working fine for me git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923593 13f79535-47bb-0310-9956-ffa450edef68
* Merge test updates from TUSCANY-3489 (Checked exceptions are not copied ↵antelder2010-03-117-5/+95
| | | | | | across classloaders) to hazelcast test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922038 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3489rfeng2010-03-117-5/+95
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921689 13f79535-47bb-0310-9956-ffa450edef68
* Remove some default binding system properties now that the runtime can work ↵antelder2010-03-117-17/+0
| | | | | | this out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921680 13f79535-47bb-0310-9956-ffa450edef68
* Increase th ewait time to try to fix the intermitent Hudson failsantelder2010-03-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921655 13f79535-47bb-0310-9956-ffa450edef68
* Add hazelcast binding sca test to buildantelder2010-03-091-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921163 13f79535-47bb-0310-9956-ffa450edef68
* Add a copy of the binding-sca test using Hazelcastantelder2010-03-0996-0/+4399
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921161 13f79535-47bb-0310-9956-ffa450edef68
* Update to Hazelcast 1.8.1antelder2010-03-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920185 13f79535-47bb-0310-9956-ffa450edef68
* Remove the dependency on obsolete ↵rfeng2010-03-045-5/+5
| | | | | | binding-sca-axis2/binding-sca-rmi/sca-client-rmi modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918851 13f79535-47bb-0310-9956-ffa450edef68
* Copy the test cases from binding-sca-runtime-axis2 and ↵rfeng2010-03-0379-2/+3114
| | | | | | | | binding-sca-runtime-rmi into an itest Change the code to pass binding.sca with mapped uri with the endpoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918327 13f79535-47bb-0310-9956-ffa450edef68
* Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng2010-03-0210-2/+35
| | | | | | configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
* Add a test for remote invocations between nodes created from two different ↵rfeng2010-02-261-5/+18
| | | | | | node factories git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916838 13f79535-47bb-0310-9956-ffa450edef68
* Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng2010-02-256-16/+33
| | | | | | for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
* Add the client api tests and javadocsrfeng2010-02-246-4/+168
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915624 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest to cover various combinations of local/remote interfaces, ↵rfeng2010-02-2415-0/+1082
| | | | | | pbv/pbr, node factories/nodes, classloaders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915607 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3473 - where a local call (local interface) is used within a ↵slaws2010-02-233-0/+70
| | | | | | contribution but where the hazelcast registry is in operation I've updated the registry to return the actual endpoint rather than the serialized version so that the endpoint isn't marked as remote and so that the interface contract is intact. This also adds and enables a test case that ensures that this is working. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915379 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3473 - add new contribution to test for the case where a local call ↵slaws2010-02-236-0/+190
| | | | | | (local interface) is used within a contribution but where the hazelcast registry is in operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915372 13f79535-47bb-0310-9956-ffa450edef68
* Start to add the support to load node factory configuration from external filesrfeng2010-02-191-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911689 13f79535-47bb-0310-9956-ffa450edef68
* hazelcast two nodes test still causing problems so remove it from the build ↵slaws2010-02-111-0/+2
| | | | | | for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908921 13f79535-47bb-0310-9956-ffa450edef68
* Test for multiple local nodes using imports and exportsantelder2010-02-114-0/+311
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908840 13f79535-47bb-0310-9956-ffa450edef68
* Start of tests for import/export across nodes - a contribution with a ↵antelder2010-02-114-0/+166
| | | | | | reference using imports git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908838 13f79535-47bb-0310-9956-ffa450edef68
* Start of tests for import/export across nodes - a service using an importantelder2010-02-114-0/+139
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908837 13f79535-47bb-0310-9956-ffa450edef68
* Start of some tests for import/export across nodesantelder2010-02-115-0/+174
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908836 13f79535-47bb-0310-9956-ffa450edef68
* Change the wait to 5 secondsrfeng2010-02-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908658 13f79535-47bb-0310-9956-ffa450edef68
* Timing the sequence to avoid hangsrfeng2010-02-105-13/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908654 13f79535-47bb-0310-9956-ffa450edef68
* Add a dependency on the hazelcast client so we can switch the SCAClient test ↵slaws2010-02-101-1/+6
| | | | | | to the hazelcast client if we want to. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908514 13f79535-47bb-0310-9956-ffa450edef68
* Add a test that just uses the SCAClient to talk to the remote SCA node. I.e. ↵slaws2010-02-104-20/+74
| | | | | | it doesn't start up a full SCA application git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908511 13f79535-47bb-0310-9956-ffa450edef68
* Add hazelcast test to buildslaws2010-02-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908435 13f79535-47bb-0310-9956-ffa450edef68
* Output something so that you can see that the target service has received a ↵slaws2010-02-101-1/+3
| | | | | | message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908431 13f79535-47bb-0310-9956-ffa450edef68
* Add a stand alone client that is unhindered by any other Tuscany code (such ↵slaws2010-02-101-0/+63
| | | | | | as use of the Node API). This tests slightly different requirements on the infrastructure in terms of its initialization. Not running automatically yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908408 13f79535-47bb-0310-9956-ffa450edef68
* Remove unecessary dependency on domain node and replace with direct ↵slaws2010-02-101-3/+8
| | | | | | dependency on binding-sca-runtime-rmi. The dependencies are set so as not to include sca-client-rmi so that we're running with the normal default binding structure at the client. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908406 13f79535-47bb-0310-9956-ffa450edef68
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* Add some code to all for easier manual running of the test slaws2010-02-093-1/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907981 13f79535-47bb-0310-9956-ffa450edef68
* Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws2010-02-041-1/+1
| | | | | | replace binding-ws-axis2 and binding binding-ws-axis2-policy with binding-ws-runtime-axis which is still very much a work in progress 2) correct the axis/axiom version references across the project and make the various OSGi environments work 3) start fixing policy provides to allow the ws binding to exploit the binding wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906557 13f79535-47bb-0310-9956-ffa450edef68
* Update tribes registry to also support the tuscany registry uri formatantelder2010-01-295-0/+323
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904504 13f79535-47bb-0310-9956-ffa450edef68
* Update to find an existing domain if the registry isn't explicitly definedantelder2010-01-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904461 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the DomainRegistryFactory to be extensions of ↵rfeng2010-01-294-6/+6
| | | | | | DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
* Update type to be explicit client subclassantelder2010-01-281-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904119 13f79535-47bb-0310-9956-ffa450edef68
* Change to use a less commonly used port, add a commentted out test on how ↵antelder2010-01-281-5/+17
| | | | | | long a client connection takes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904058 13f79535-47bb-0310-9956-ffa450edef68
* Add hazelcast-client test to build. Don't expect we'll keep the test as-is ↵antelder2010-01-281-0/+1
| | | | | | but i'm interested in if it works ok on Hudson git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904050 13f79535-47bb-0310-9956-ffa450edef68
* Update client test to use generic local host ip address and add tests for ↵antelder2010-01-281-3/+24
| | | | | | bad passowrd and connect address git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904048 13f79535-47bb-0310-9956-ffa450edef68
* Start exploring using the Hazelcast native client so that the SCAClient API ↵antelder2010-01-282-0/+165
| | | | | | can use this when the client is in a separate JVM from the Tuscany domain without having to use a full blown distributed endpoint registry which avoids all the sync and lifecycle issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904042 13f79535-47bb-0310-9956-ffa450edef68
* Try to fix this on Hudson by disabling parallel tests, though it works ok ↵antelder2010-01-251-0/+19
| | | | | | with that for me locally so this might not be the issue, perhaps its multicast on Hudson git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902876 13f79535-47bb-0310-9956-ffa450edef68
* Start adding some remote node test to the hazelcast nodes testsantelder2010-01-253-1/+88
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902761 13f79535-47bb-0310-9956-ffa450edef68
* Use the single threaded test runnerantelder2010-01-251-0/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902760 13f79535-47bb-0310-9956-ffa450edef68