summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-08Add a test for dynamically altering the binding URI of a ServiceReferenceantelder7-0/+272
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1211944 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06TUSCANY-3965 - Generally stop detecting non-annotated properties/references ↵slaws1-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
2011-12-05Add annotated field to UnannotatedCTCalcComponentImpl testantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210480 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05TUSCANY-3988 - Apply Greg's suggested fix to ensure that policy provider ↵slaws9-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
2011-12-05TUSCANY_3965: Add a field thats annotated but not with an SCA annotation to ↵antelder3-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
2011-12-05Organize imports to remove unused onesantelder2-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210419 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05TUSCANY-3965: Fix test taken out with @IGnore for TUSCANY-3965antelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210418 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25Update everywhere that use the jaxws-maven-plugin plugin to use the version ↵antelder21-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
2011-11-25Update to work with both Java 1.6 and 1.7. I think this looks like what has ↵antelder1-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
2011-11-24Update the jaxws plugin version to one that works with both Java 6 and 7antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205841 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24Update the jaxws plugin version to one that works with both Java 6 and 7antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205840 13f79535-47bb-0310-9956-ffa450edef68
2011-11-09Update itest to add the binding-jms-runtime-activemq and activemq ↵antelder1-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
2011-10-31Ensure that fully resolved JSR250 policy sets, added by the policy processor ↵slaws4-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
2011-10-31TUSCANY-3924 - ignore artifacts of the base class when a java implementation ↵slaws7-0/+313
class extends a base class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195397 13f79535-47bb-0310-9956-ffa450edef68
2011-10-19Add code to read <requires> elements from WSDL and enable the test that ↵slaws3-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
2011-10-19Add test looking at what happens with policy associated with interface and ↵slaws11-0/+451
implementation operations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186021 13f79535-47bb-0310-9956-ffa450edef68
2011-10-17TUSCANY-3959 - Disable the mayProvides intent temporarily as it's causing ↵slaws1-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
2011-10-17Correct JSR250 policy processor package name in services definitionslaws2-4/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185171 13f79535-47bb-0310-9956-ffa450edef68
2011-10-17TUSCANY-3959 - Correct interface matching so that it takes account of ↵slaws4-3/+102
mayProvides intents. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185139 13f79535-47bb-0310-9956-ffa450edef68
2011-10-17TUSCANY-3958 - serialize endpoint intents/policy sets across the registry ↵slaws8-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
2011-10-13Move match composites into appropriately named directories. slaws6-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182735 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10TUSCANY-3943 - Add the (currently ignored) disable wrapped test case. slaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180946 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10TUSCANY-3943 - Add another couple of missing license headersslaws2-0/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180943 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10TUSCANY-3943 - Add missing license headersslaws6-0/+108
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180942 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10TUSCANY-3943 - Commit Eric's disable wrapped test case. Doesn't work yet in ↵slaws13-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
2011-09-26TUSCANY-3953 - move the hazelcast dependent tests out of domain-node to ↵slaws47-0/+1028
itest/domain-node-hazelcast git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175799 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21Add some more tests for callbacks across distributed nodes using different ↵antelder10-1/+328
combinations of bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173684 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Allows the distributed flag to be overridenrfeng1-9/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173364 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Add a test using distributed domain nodes and the sca binding delegating to ↵antelder1-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
2011-09-20Add hazelcast distributed domain dependencyantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173079 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Fix the license headersrfeng1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172953 13f79535-47bb-0310-9956-ffa450edef68
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