summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add comment with JIRA numberantelder2011-10-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179075 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3880: Disable pojo 10004 testcase as its not really working ↵antelder2011-10-052-1/+2
| | | | | | correctly until the import/export version is implemented correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179074 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3953 - move the hazelcast dependent tests out of domain-node to ↵slaws2011-09-2647-0/+1028
| | | | | | itest/domain-node-hazelcast git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175799 13f79535-47bb-0310-9956-ffa450edef68
* Add some more tests for callbacks across distributed nodes using different ↵antelder2011-09-2110-1/+328
| | | | | | combinations of bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173684 13f79535-47bb-0310-9956-ffa450edef68
* Allows the distributed flag to be overridenrfeng2011-09-201-9/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173364 13f79535-47bb-0310-9956-ffa450edef68
* Add a test using distributed domain nodes and the sca binding delegating to ↵antelder2011-09-201-0/+58
| | | | | | the ws binding, with @Ignore for now as this combination doesn't work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173080 13f79535-47bb-0310-9956-ffa450edef68
* Add hazelcast distributed domain dependencyantelder2011-09-201-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173079 13f79535-47bb-0310-9956-ffa450edef68
* Fix the license headersrfeng2011-09-201-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172953 13f79535-47bb-0310-9956-ffa450edef68
* Add some excludes for the composite diagram modules filesantelder2011-09-191-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172576 13f79535-47bb-0310-9956-ffa450edef68
* Remove the @Ignore for two async itests which work nowantelder2011-09-152-5/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171132 13f79535-47bb-0310-9956-ffa450edef68
* Add a test case to show that reference/target gets the right ws binding ↵slaws2011-09-1513-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
* TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties ↵slaws2011-09-1410-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
* Remove old commentantelder2011-09-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170503 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3940 - and remove the exclude for 11017slaws2011-09-131-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170150 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3937 - Apply Michael's path (but not including the test in the build ↵slaws2011-09-133-5/+11
| | | | | | yet). Thanks Michael. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170101 13f79535-47bb-0310-9956-ffa450edef68
* Un-exclude the jms tests which are now fixedantelder2011-09-121-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169733 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3941 - If a reference specifies target in an SCA binding then we ↵slaws2011-09-123-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
* TUSCANY-3916 - Replace WSDL representation of interface contract with an ↵slaws2011-09-094-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
* Adjust for TUSCANY-3942.scottkurz2011-09-084-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166813 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for TUSCANY-3942.scottkurz2011-09-081-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166808 13f79535-47bb-0310-9956-ffa450edef68
* Fix BJM_6017_1_TestCaseantelder2011-09-081-13/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166718 13f79535-47bb-0310-9956-ffa450edef68
* Add excludes for three tests which are currently failingantelder2011-09-081-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166659 13f79535-47bb-0310-9956-ffa450edef68
* Add exclude for JCA_11017 which is fails due to a bug in the OASIS test ↵antelder2011-09-081-0/+1
| | | | | | which has been exposed by TUSCANY-3940 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166621 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3940: Apply patch from Greg Dritschler to Change ↵antelder2011-09-081-4/+7
| | | | | | AsyncJDKInvocationHandler to use WorkScheduler directly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166599 13f79535-47bb-0310-9956-ffa450edef68
* Add a license header to the properties fileantelder2011-09-071-2/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166224 13f79535-47bb-0310-9956-ffa450edef68
* Include jms otests in buildantelder2011-09-071-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166201 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest OASIS error messagesantelder2011-09-071-18/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166200 13f79535-47bb-0310-9956-ffa450edef68
* Update to use base runtimeantelder2011-09-071-8/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166196 13f79535-47bb-0310-9956-ffa450edef68
* Add an ActiveMQ jndi properties file to define the test resourcesantelder2011-09-071-0/+107
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166195 13f79535-47bb-0310-9956-ffa450edef68
* remove unused importsslaws2011-09-072-6/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166153 13f79535-47bb-0310-9956-ffa450edef68
* Exclude sample html files from legal checksslaws2011-09-061-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165651 13f79535-47bb-0310-9956-ffa450edef68
* Fix the mismatched messages in the compliance testsrfeng2011-09-033-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164876 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3935 - correct testing/compliance/assembly messages to match the ↵slaws2011-09-021-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
* TUSCANY-3916 - Turn on distributed matching tests and add an test where the ↵slaws2011-09-0119-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
* Extend test to call the callback and add (commented out) changes to ↵slaws2011-08-254-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
* Configure the default binding to use binding.ws in the remote case rather ↵slaws2011-08-252-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
* Ignore the remote missmatch test cases at this function is still not workingslaws2011-08-251-0/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161520 13f79535-47bb-0310-9956-ffa450edef68
* Add an async itest that uses distributed nodes and a synchronous service. ↵antelder2011-08-242-0/+86
| | | | | | This one does work, woohoo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161058 13f79535-47bb-0310-9956-ffa450edef68
* Add an async client-service itest that uses distributed nodes. This is taken ↵antelder2011-08-244-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
* Add JMS and WS versions of the async client talking to sync service itestsantelder2011-08-244-0/+182
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161007 13f79535-47bb-0310-9956-ffa450edef68
* Add a testcase for a client using the various client APIs talking to a ↵antelder2011-08-244-0/+162
| | | | | | synchronous service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161000 13f79535-47bb-0310-9956-ffa450edef68
* Add itests for jms wireformats textXml, bytes, and bytesXml. These don't ↵antelder2011-08-236-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
* Add an itest for async services using jms with jms text wireformatantelder2011-08-192-0/+94
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159783 13f79535-47bb-0310-9956-ffa450edef68
* Add the jmsobject async itest to build as the wireformat is working nowantelder2011-08-191-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159768 13f79535-47bb-0310-9956-ffa450edef68
* Add an async test using jms wireformats. taken out with @Ignore for now as ↵antelder2011-08-192-0/+96
| | | | | | it doesn't work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159653 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - Add callback and match tests to motivate the correction of ↵slaws2011-08-1910-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
* TUSCANY-3916 - Add local callback miss-match case. Remote callback case to ↵slaws2011-08-195-4/+200
| | | | | | follow. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159623 13f79535-47bb-0310-9956-ffa450edef68
* Add miss-matched local interface. Accept for the time being that interface ↵slaws2011-08-198-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
* Include the async-services itest in buildantelder2011-08-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159601 13f79535-47bb-0310-9956-ffa450edef68
* Add a sleep after the sync request otherwise the next async request fails ↵antelder2011-08-191-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