summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-09-19Add some excludes for the composite diagram modules filesantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172576 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15Remove the @Ignore for two async itests which work nowantelder2-5/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171132 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15Add a test case to show that reference/target gets the right ws binding ↵slaws13-0/+945
configuration when the target service binding is configured via a WSDL element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171094 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties ↵slaws10-30/+84
itest working. Mainly, builder changes to ignore null types (generated for non-JAXB pojos), update Node2JAXB to report validation errors so things don't go wrong silently, ensure default XMLType doesn't get updated, correct properties test to match OASIS, put properties test in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170598 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14Remove old commentantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170503 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13TUSCANY-3937 - Apply Michael's path (but not including the test in the build ↵slaws3-5/+11
yet). Thanks Michael. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170101 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12TUSCANY-3941 - If a reference specifies target in an SCA binding then we ↵slaws3-2/+31
expect there to be an SCA binding at the service. In this case don't just select the first binding in the list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169664 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09TUSCANY-3916 - Replace WSDL representation of interface contract with an ↵slaws4-7/+145
internal representation for passing via the registry. Still not particularly happy with this but I have more confidence that it will work reliably when compared to serializing/deserializing WSDL. It would be preferable I think to represent the interface contract more generally as artifacts in the domain registry but that's for another day. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167202 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08Adjust for TUSCANY-3942.scottkurz4-8/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166813 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08Adjust for TUSCANY-3942.scottkurz1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166808 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08TUSCANY-3940: Apply patch from Greg Dritschler to Change ↵antelder1-4/+7
AsyncJDKInvocationHandler to use WorkScheduler directly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166599 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-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-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-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