summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* Disable parallel test runningantelder2010-01-281-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904035 13f79535-47bb-0310-9956-ffa450edef68
* Add another test using default and explicitly spcified domain URIsantelder2010-01-281-0/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904017 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the databinding introspection to ↵rfeng2010-01-271-4/+1
| | | | | | tuscany-implementation-java-runtime to avoid deployment time dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903738 13f79535-47bb-0310-9956-ffa450edef68
* Moving databinding/jaxb-bottom-up and databindings/jaxb-top-down itest ↵ramkumar2010-01-2773-0/+12980
| | | | | | modules to 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903668 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3409rfeng2010-01-271-7/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903541 13f79535-47bb-0310-9956-ffa450edef68
* Don't see why this would effect anything as the tests don't run in parallel ↵antelder2010-01-261-0/+15
| | | | | | but switch it off anyway to see if it changes the hudson build fail git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903258 13f79535-47bb-0310-9956-ffa450edef68
* Update wait time as it still fails sometimes on hudsonantelder2010-01-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903216 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
* Add a logging intent so that reference/service policies matchslaws2010-01-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902788 13f79535-47bb-0310-9956-ffa450edef68
* Add policy sets so that intents are resolvedslaws2010-01-251-0/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902787 13f79535-47bb-0310-9956-ffa450edef68
* Needs the policy sets to resolve the specified intents. However leaving them ↵slaws2010-01-251-7/+12
| | | | | | empty so that there are no matching implications. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902786 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
* Use separate domain names so tests don't interactantelder2010-01-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902759 13f79535-47bb-0310-9956-ffa450edef68
* Use different domain names for each test so that they don't interact when ↵antelder2010-01-232-2/+2
| | | | | | running in parallel git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902424 13f79535-47bb-0310-9956-ffa450edef68
* Uncomment out test method that was inadvertently committed commented outantelder2010-01-231-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902402 13f79535-47bb-0310-9956-ffa450edef68
* Fix the node tests by using a consistent domain name everywhere and using ↵antelder2010-01-236-20/+23
| | | | | | NodeFactory.getInstance instead of newInstance, change the default domain name to be simply 'default', add all the node itests back into the build as they work now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902401 13f79535-47bb-0310-9956-ffa450edef68
* Disabling the othe two node test as it is also failing on Hudson. See SVN ↵mcombellack2010-01-221-1/+1
| | | | | | commit 901738 for more info at http://svn.apache.org/viewvc?view=revision&revision=901738 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901932 13f79535-47bb-0310-9956-ffa450edef68
* Take out the two nodes test as i see its failing on Hudson. I think thats ↵antelder2010-01-211-1/+1
| | | | | | from a recent change i did but unfortunately i can't fix it just now asI'm using an old backup machine that crashes when doing a full Tuscany build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901738 13f79535-47bb-0310-9956-ffa450edef68
* Start of tests for using the Hazelcast registry but just within the one JVMantelder2010-01-213-0/+216
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901731 13f79535-47bb-0310-9956-ffa450edef68
* Start of some more nodes test, this one for Nodes all in the one JVMantelder2010-01-213-0/+211
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901723 13f79535-47bb-0310-9956-ffa450edef68
* Fix MFrfeng2010-01-211-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901472 13f79535-47bb-0310-9956-ffa450edef68
* Reverting accidentally committed changes from revisions 901322 and 901323 as ↵lresende2010-01-201-0/+8
| | | | | | I haven't tested them in other platforms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901330 13f79535-47bb-0310-9956-ffa450edef68
* Removing other references to tools.jarlresende2010-01-201-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901323 13f79535-47bb-0310-9956-ffa450edef68