summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for dynamically altering the binding URI of a ServiceReferenceantelder2011-12-087-0/+272
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1211944 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3965 - Generally stop detecting non-annotated properties/references ↵slaws2011-12-061-1/+1
| | | | | | if @Service/@Reference/@Property annotations are present git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210860 13f79535-47bb-0310-9956-ffa450edef68
* Add annotated field to UnannotatedCTCalcComponentImpl testantelder2011-12-051-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210480 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3988 - Apply Greg's suggested fix to ensure that policy provider ↵slaws2011-12-059-28/+74
| | | | | | lists are maintained independently for cloned composites. Add a tests case for it as well. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210470 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY_3965: Add a field thats annotated but not with an SCA annotation to ↵antelder2011-12-053-0/+46
| | | | | | match the scenario as described in TUSCANY_3965 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210425 13f79535-47bb-0310-9956-ffa450edef68
* Organize imports to remove unused onesantelder2011-12-052-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210419 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3965: Fix test taken out with @IGnore for TUSCANY-3965antelder2011-12-051-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210418 13f79535-47bb-0310-9956-ffa450edef68
* Update everywhere that use the jaxws-maven-plugin plugin to use the version ↵antelder2011-11-2521-309/+157
| | | | | | and config which works for both Java 6 and 7 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1206218 13f79535-47bb-0310-9956-ffa450edef68
* Update to work with both Java 1.6 and 1.7. I think this looks like what has ↵antelder2011-11-251-18/+11
| | | | | | to be done to get wsimport and wsgen working from Maven for both java 1.6 and 1.7 - use the latest plugin from org.jvnet.jax-ws-commons, set thewsimport target to be 2.1, and include a dependency on the latest jaxws-tools git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1206141 13f79535-47bb-0310-9956-ffa450edef68
* Update the jaxws plugin version to one that works with both Java 6 and 7antelder2011-11-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205841 13f79535-47bb-0310-9956-ffa450edef68
* Update the jaxws plugin version to one that works with both Java 6 and 7antelder2011-11-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205840 13f79535-47bb-0310-9956-ffa450edef68
* Update itest to add the binding-jms-runtime-activemq and activemq ↵antelder2011-11-091-0/+10
| | | | | | dependencies as these are no longer in the binding-jms-runtime module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199801 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that fully resolved JSR250 policy sets, added by the policy processor ↵slaws2011-10-314-5/+65
| | | | | | on the fly, are not re-resolved. Hence the dynamic information in the policy sets is not lost. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195401 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3924 - ignore artifacts of the base class when a java implementation ↵slaws2011-10-317-0/+313
| | | | | | class extends a base class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195397 13f79535-47bb-0310-9956-ffa450edef68
* Add code to read <requires> elements from WSDL and enable the test that ↵slaws2011-10-193-1/+15
| | | | | | ensure that mayProvides intents are matched between references and services. This has implications for existing tests in that we now have to ensure that any mayProvides intent that is considered to be the default (a concept that the spec doesn't consider) is present in the intent list for the policy subject in question. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186027 13f79535-47bb-0310-9956-ffa450edef68
* Add test looking at what happens with policy associated with interface and ↵slaws2011-10-1911-0/+451
| | | | | | implementation operations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186021 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3959 - Disable the mayProvides intent temporarily as it's causing ↵slaws2011-10-171-0/+2
| | | | | | POL4031 to fail. Looks like a WSDL processing issue. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185279 13f79535-47bb-0310-9956-ffa450edef68
* Correct JSR250 policy processor package name in services definitionslaws2011-10-172-4/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185171 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3959 - Correct interface matching so that it takes account of ↵slaws2011-10-174-3/+102
| | | | | | mayProvides intents. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185139 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3958 - serialize endpoint intents/policy sets across the registry ↵slaws2011-10-178-16/+179
| | | | | | for matching purposes. In this change they are stashed in the component element on write and then retrieved back into the endpoint model on read. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185135 13f79535-47bb-0310-9956-ffa450edef68
* Move match composites into appropriately named directories. slaws2011-10-136-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182735 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3943 - Add the (currently ignored) disable wrapped test case. slaws2011-10-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180946 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3943 - Add another couple of missing license headersslaws2011-10-102-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180943 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3943 - Add missing license headersslaws2011-10-106-0/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180942 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3943 - Commit Eric's disable wrapped test case. Doesn't work yet in ↵slaws2011-10-1013-0/+864
| | | | | | my build so I've added @Ignore for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180938 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-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
* 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
* 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
* 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
* 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