summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-09-07Add a license header to the properties fileantelder1-2/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166224 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07Include jms otests in buildantelder1-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166201 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07Update to latest OASIS error messagesantelder1-18/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166200 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07Update to use base runtimeantelder1-8/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166196 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07Add an ActiveMQ jndi properties file to define the test resourcesantelder1-0/+107
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166195 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07remove unused importsslaws2-6/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166153 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06Exclude sample html files from legal checksslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165651 13f79535-47bb-0310-9956-ffa450edef68
2011-09-03Fix the mismatched messages in the compliance testsrfeng3-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164876 13f79535-47bb-0310-9956-ffa450edef68
2011-09-02TUSCANY-3935 - correct testing/compliance/assembly messages to match the ↵slaws1-1/+1
change in the OASIS test case for 13007 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164439 13f79535-47bb-0310-9956-ffa450edef68
2011-09-01TUSCANY-3916 - Turn on distributed matching tests and add an test where the ↵slaws19-19/+416
service interface contains operation arguments that cannot be converted to XML using JAXB. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1163990 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25Extend test to call the callback and add (commented out) changes to ↵slaws4-3/+50
demonstrate the danger of retrieving and endpoint for a component that hosts callback endpoints. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161646 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25Configure the default binding to use binding.ws in the remote case rather ↵slaws2-5/+32
than binding.hazelcast as the latter doesn't support callbacks git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161522 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25Ignore the remote missmatch test cases at this function is still not workingslaws1-0/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161520 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24Add an async itest that uses distributed nodes and a synchronous service. ↵antelder2-0/+86
This one does work, woohoo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161058 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24Add an async client-service itest that uses distributed nodes. This is taken ↵antelder4-0/+123
out with @Ignore presently as it doesn't work due to some bugs in the Tuscany generated wsdl thats in the endpoint registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161035 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24Add JMS and WS versions of the async client talking to sync service itestsantelder4-0/+182
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161007 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24Add a testcase for a client using the various client APIs talking to a ↵antelder4-0/+162
synchronous service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161000 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23Add itests for jms wireformats textXml, bytes, and bytesXml. These don't ↵antelder6-0/+288
work presently due to some databinding issue so taken out of the build with @Ignore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1160608 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19Add an itest for async services using jms with jms text wireformatantelder2-0/+94
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159783 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19Add the jmsobject async itest to build as the wireformat is working nowantelder1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159768 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19Add an async test using jms wireformats. taken out with @Ignore for now as ↵antelder2-0/+96
it doesn't work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159653 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19TUSCANY-3916 - Add callback and match tests to motivate the correction of ↵slaws10-0/+437
the runtime to handle callback interfaces in the distributed case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159650 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19TUSCANY-3916 - Add local callback miss-match case. Remote callback case to ↵slaws5-4/+200
follow. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159623 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19Add miss-matched local interface. Accept for the time being that interface ↵slaws8-7/+307
matching for remote java interfaces is rather lenient when Java beans are involved. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159615 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19Include the async-services itest in buildantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159601 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19Add a sleep after the sync request otherwise the next async request fails ↵antelder1-2/+7
for a reason i've still to work out. Otherwise all these tests work ok for me now so committing so i can see if they work ok on hudson now without hanging git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159600 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19TUSCANY-3912 - Local correct to output as a result of ↵slaws1-1/+1
http://www.osoa.org/jira/browse/ASSEMBLY-265. Awaiting official OASIS change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159574 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18Remove exclude for 4020 test as it is fixed now with the latest oasis codeantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159209 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18Add xalan depnendency which is required because wss4j uses the xalan URI ↵antelder1-0/+5
toString method. (dragging in all xalan just to get a uri toString seems less than ideal, it has been changed in later wss4j releases, no idea if they work with the rest of the Tuscany Axis2 release and dependencies though git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159205 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18Add exclude for 4020 test thats been failing for agesantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159076 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17Add interface-matching to the build so at least the distributed part is ↵slaws1-0/+1
exercised. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158751 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17Mark the local miss-match test as ignored pending ML discussionslaws1-17/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158750 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17Correct typo in test nameslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158748 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17Add aWS version of the simple async testantelder2-0/+90
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158654 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17Add an explicit interface to the service as that seems to be the only way to ↵antelder1-3/+2
get the asycn service to work, and use a target on the reference for the same reason git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158653 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17Extend the async simple test to use the JMS binding. This doesn't work, it ↵antelder2-0/+92
seems the runtime isn't doing the databinding conversion so the service gets argument type mismatch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158631 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17Extend the async services test with a new client and service that work in as ↵antelder5-0/+242
simple a way as possible git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158614 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16TUSCANY-3916 - A test for interface miss-matchesslaws12-0/+567
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158181 13f79535-47bb-0310-9956-ffa450edef68
2011-08-15Re-enable this now TUSCANY-3917 is checked inslaws1-6/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157753 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12Disable test for the time being as relies on a small change elsewhere that I ↵slaws1-0/+3
can't check in yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157191 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12Any exception in tests causes node.stop() to be missed so add try/catchslaws1-141/+150
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157190 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12Looking at answering Ant's question about serializing WSDL for enpoints as ↵slaws8-3/+725
part of making cross domain interface matching work. Turns out to be more difficult that I would have thought. Mainly to do with how you re-build the Tuscany WSDL/XSD model from a string rather than from a set of files (which is where I think Ant got to). Any how I extended the WSDL test to experiment and have some code that works but isn't yet in the runtime (see WSDLSerializationTestCase). Don't want to loose it though. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157148 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05Add implementation-composite test to buildslaws1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154198 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05Moved to implementation-compositeslaws21-923/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154192 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05TUSCANY-3907 - Fix up and appropriate what was the recursive-ws to become an ↵slaws21-0/+885
implementation-composite test. Initially I needed a test to look into the problem described by TUSCANY-3907 and found that recursive-ws want actually in the build and hadn't been ported properly to 2.x. It seems more widely useful that just ws testing hence the name change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154191 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03Set up for JSON test.scottkurz4-7/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153341 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02TUSCANY-3894. Enable some @Ignore(d) tests along with r1153285.scottkurz5-22/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153290 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01Switch cross-databinding test from SDO (which I can't get working) to DOM, ↵scottkurz6-46/+43
but left tests @Ignore(d) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152925 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28Add a couple of missing license headersantelder2-0/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151781 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Fix the relative path in pom.xmlrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151669 13f79535-47bb-0310-9956-ffa450edef68