summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-09Remove org.apache.tuscany.sca.node.Client and merge the methods into ↵rfeng19-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
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng4-5/+49
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09TUSCANY-3458 add some alternative configurations for the ws callback test to ↵slaws20-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
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-06Fix the compilation errorrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907137 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05Add in ws itests to build. Don't anything useful yet but might as well get ↵slaws1-0/+1
them going. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906849 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws15-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
2010-02-04Exploit features to define dependenciesslaws1-20/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906530 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Create a place in itests for binding.ws integration testsslaws9-0/+404
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906500 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03Put back in the JMS callbacks test as theres a workaround for it nowantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906027 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03Fix the JMS callbacks test by removing all trailing spaces in the messages. ↵antelder4-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
2010-02-03Take out the JMS callbacks itest for now as there's an intermitent problem ↵antelder1-1/+1
with spaces going missing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906022 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03Add jms callbacks to the buildantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905936 13f79535-47bb-0310-9956-ffa450edef68
2010-02-02Added itest recursive-ws module into 2.x code baseramkumar21-0/+923
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905603 13f79535-47bb-0310-9956-ffa450edef68
2010-02-02Adding oneway itest module to 2.x code baseramkumar9-0/+704
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905553 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-29Remove unwanted file from svnantelder1-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904477 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-28Change the tuscanyClient scheme to pbe all lower case so it works with the ↵antelder2-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
2010-01-28Add the new client itestantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904122 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28Itest for the client api using rmi and hazelcastantelder6-0/+240
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904121 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-28Simpify be merging into a single testantelder2-65/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904064 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-28Disable parallel test runningantelder1-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904035 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28Add another test using default and explicitly spcified domain URIsantelder1-0/+58
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904017 13f79535-47bb-0310-9956-ffa450edef68
2010-01-27Refactor the databinding introspection to ↵rfeng1-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
2010-01-27Moving databinding/jaxb-bottom-up and databindings/jaxb-top-down itest ↵ramkumar73-0/+12980
modules to 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903668 13f79535-47bb-0310-9956-ffa450edef68
2010-01-27Fix for TUSCANY-3409rfeng1-7/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903541 13f79535-47bb-0310-9956-ffa450edef68
2010-01-26Don't see why this would effect anything as the tests don't run in parallel ↵antelder1-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
2010-01-26Update wait time as it still fails sometimes on hudsonantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903216 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-25Add a logging intent so that reference/service policies matchslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902788 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Add policy sets so that intents are resolvedslaws1-0/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902787 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Needs the policy sets to resolve the specified intents. However leaving them ↵slaws1-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
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
2010-01-25Use separate domain names so tests don't interactantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902759 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23Use different domain names for each test so that they don't interact when ↵antelder2-2/+2
running in parallel git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902424 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23Uncomment out test method that was inadvertently committed commented outantelder1-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902402 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23Fix the node tests by using a consistent domain name everywhere and using ↵antelder6-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
2010-01-22Disabling the othe two node test as it is also failing on Hudson. See SVN ↵mcombellack1-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
2010-01-21Take out the two nodes test as i see its failing on Hudson. I think thats ↵antelder1-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
2010-01-21Start of tests for using the Hazelcast registry but just within the one JVMantelder3-0/+216
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901731 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21Start of some more nodes test, this one for Nodes all in the one JVMantelder3-0/+211
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901723 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21Fix MFrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901472 13f79535-47bb-0310-9956-ffa450edef68