summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/interface-matching (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-22Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23TUSCANY-4032 - serialize the "isForCallback" flag for an endpoint service so ↵slaws5-1/+235
that the SCAClient can ignore callback endpoints in the remote case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304510 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23TUSCANY-4033 - Don't generate WSDL when binding an EPR to a remote EP and ↵slaws1-11/+3
the EPR and EP both use a Java interface. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304327 13f79535-47bb-0310-9956-ffa450edef68
2012-01-26TUSCANY-3800, TUSCANY-3283, TUSCANY-3298 - more wsdlgen updates from 1.x.slaws3-0/+107
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236129 13f79535-47bb-0310-9956-ffa450edef68
2011-10-19Add code to read <requires> elements from WSDL and enable the test that ↵slaws1-1/+0
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-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 ↵slaws3-1/+101
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-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-07remove unused importsslaws2-6/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166153 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-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-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-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