summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/nodes (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-18Update to use hazelcast bindingantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924988 13f79535-47bb-0310-9956-ffa450edef68
2010-03-18Update to use hazelcast bindingantelder2-5/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924987 13f79535-47bb-0310-9956-ffa450edef68
2010-03-18Add required @multiplicity for composite reference promotionsrfeng4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924893 13f79535-47bb-0310-9956-ffa450edef68
2010-03-17Take out the two nodes test again as these seem to always be breaking the ↵antelder1-1/+1
Hudson build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924288 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Updates missed from previous commit to update hazelcast two nodes test for ↵antelder3-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
2010-03-16Remove two nodes test as it often hangs the hudson build, put back the ↵antelder1-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
2010-03-11Merge test updates from TUSCANY-3489 (Checked exceptions are not copied ↵antelder7-5/+95
across classloaders) to hazelcast test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922038 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Fix for TUSCANY-3489rfeng7-5/+95
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921689 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Remove some default binding system properties now that the runtime can work ↵antelder7-17/+0
this out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921680 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Increase th ewait time to try to fix the intermitent Hudson failsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921655 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Add hazelcast binding sca test to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921163 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Add a copy of the binding-sca test using Hazelcastantelder96-0/+4399
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921161 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Update to Hazelcast 1.8.1antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920185 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04Remove the dependency on obsolete ↵rfeng5-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
2010-03-03Copy the test cases from binding-sca-runtime-axis2 and ↵rfeng79-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
2010-03-02Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng10-2/+35
configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Add a test for remote invocations between nodes created from two different ↵rfeng1-5/+18
node factories git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916838 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng6-16/+33
for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24Add the client api tests and javadocsrfeng6-4/+168
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915624 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24Add an itest to cover various combinations of local/remote interfaces, ↵rfeng15-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
2010-02-23TUSCANY-3473 - where a local call (local interface) is used within a ↵slaws3-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
2010-02-23TUSCANY-3473 - add new contribution to test for the case where a local call ↵slaws6-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
2010-02-19Start to add the support to load node factory configuration from external filesrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911689 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11hazelcast two nodes test still causing problems so remove it from the build ↵slaws1-0/+2
for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908921 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11Test for multiple local nodes using imports and exportsantelder4-0/+311
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908840 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11Start of tests for import/export across nodes - a contribution with a ↵antelder4-0/+166
reference using imports git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908838 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11Start of tests for import/export across nodes - a service using an importantelder4-0/+139
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908837 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11Start of some tests for import/export across nodesantelder5-0/+174
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908836 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10Change the wait to 5 secondsrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908658 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10Timing the sequence to avoid hangsrfeng5-13/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908654 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10Add a dependency on the hazelcast client so we can switch the SCAClient test ↵slaws1-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
2010-02-10Add a test that just uses the SCAClient to talk to the remote SCA node. I.e. ↵slaws4-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
2010-02-10Add hazelcast test to buildslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908435 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10Output something so that you can see that the target service has received a ↵slaws1-1/+3
message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908431 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10Add a stand alone client that is unhindered by any other Tuscany code (such ↵slaws1-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
2010-02-10Remove unecessary dependency on domain node and replace with direct ↵slaws1-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
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Add some code to all for easier manual running of the test slaws3-1/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907981 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws1-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
2010-01-29Update tribes registry to also support the tuscany registry uri formatantelder5-0/+323
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904504 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Update to find an existing domain if the registry isn't explicitly definedantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904461 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Refactor the DomainRegistryFactory to be extensions of ↵rfeng4-6/+6
DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28Update type to be explicit client subclassantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904119 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28Change to use a less commonly used port, add a commentted out test on how ↵antelder1-5/+17
long a client connection takes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904058 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28Add hazelcast-client test to build. Don't expect we'll keep the test as-is ↵antelder1-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
2010-01-28Update client test to use generic local host ip address and add tests for ↵antelder1-3/+24
bad passowrd and connect address git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904048 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28Start exploring using the Hazelcast native client so that the SCAClient API ↵antelder2-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
2010-01-25Try to fix this on Hudson by disabling parallel tests, though it works ok ↵antelder1-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
2010-01-25Start adding some remote node test to the hazelcast nodes testsantelder3-1/+88
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902761 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Use the single threaded test runnerantelder1-0/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902760 13f79535-47bb-0310-9956-ffa450edef68