summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Moving to most recent release of HtmlUnit (2.6) and adjusting tests based on ↵lresende2010-02-229-34/+32
| | | | | | api changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915053 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
* Updating Java doc for the iTest to explain why @RequestContext was used to ↵lresende2010-02-191-0/+5
| | | | | | retrieve callBack instance, instead of @Callback annotation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911656 13f79535-47bb-0310-9956-ffa450edef68
* turn on ws binding basic auth test in the buildslaws2010-02-121-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909498 13f79535-47bb-0310-9956-ffa450edef68
* basic auth test for ws bindingslaws2010-02-1210-0/+425
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909496 13f79535-47bb-0310-9956-ffa450edef68
* correct dependency to point to new ws binding implslaws2010-02-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909485 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 callback tests into the buildslaws2010-02-101-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908436 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
* Remove the node.destroy()rfeng2010-02-091-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908276 13f79535-47bb-0310-9956-ffa450edef68
* Remove org.apache.tuscany.sca.node.Client and merge the methods into ↵rfeng2010-02-0919-431/+396
| | | | | | org.apache.tuscany.sca.node.Node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908245 13f79535-47bb-0310-9956-ffa450edef68
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-094-5/+49
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3458 add some alternative configurations for the ws callback test to ↵slaws2010-02-0920-0/+1041
| | | | | | see if we can flush out the issue in this JIRA git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908010 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
* Fix the compilation errorrfeng2010-02-061-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907137 13f79535-47bb-0310-9956-ffa450edef68
* Add in ws itests to build. Don't anything useful yet but might as well get ↵slaws2010-02-051-0/+1
| | | | | | them going. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906849 13f79535-47bb-0310-9956-ffa450edef68
* Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws2010-02-0415-15/+21
| | | | | | 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
* Exploit features to define dependenciesslaws2010-02-041-20/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906530 13f79535-47bb-0310-9956-ffa450edef68
* Create a place in itests for binding.ws integration testsslaws2010-02-049-0/+404
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906500 13f79535-47bb-0310-9956-ffa450edef68
* Put back in the JMS callbacks test as theres a workaround for it nowantelder2010-02-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906027 13f79535-47bb-0310-9956-ffa450edef68
* Fix the JMS callbacks test by removing all trailing spaces in the messages. ↵antelder2010-02-034-4/+4
| | | | | | Just a work around, the undrlying issue with the databinding still needs to be fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906026 13f79535-47bb-0310-9956-ffa450edef68
* Take out the JMS callbacks itest for now as there's an intermitent problem ↵antelder2010-02-031-1/+1
| | | | | | with spaces going missing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906022 13f79535-47bb-0310-9956-ffa450edef68
* Add jms callbacks to the buildantelder2010-02-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905936 13f79535-47bb-0310-9956-ffa450edef68
* Added itest recursive-ws module into 2.x code baseramkumar2010-02-0221-0/+923
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905603 13f79535-47bb-0310-9956-ffa450edef68
* Adding oneway itest module to 2.x code baseramkumar2010-02-029-0/+704
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905553 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
* Remove unwanted file from svnantelder2010-01-291-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904477 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
* Change the tuscanyClient scheme to pbe all lower case so it works with the ↵antelder2010-01-282-0/+19
| | | | | | toLowerCase in the DefaultEndpointRegistryFactory, and move all the remote code in the scaclient to happen at invocation time. This now works for multiple local and remote nodes in one or separate JVMs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904206 13f79535-47bb-0310-9956-ffa450edef68
* Add the new client itestantelder2010-01-281-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904122 13f79535-47bb-0310-9956-ffa450edef68
* Itest for the client api using rmi and hazelcastantelder2010-01-286-0/+240
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904121 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
* Simpify be merging into a single testantelder2010-01-282-65/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904064 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