summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/interface-matching/src/test/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-4032 - serialize the "isForCallback" flag for an endpoint service so ↵slaws2012-03-231-1/+118
| | | | | | 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
* TUSCANY-4033 - Don't generate WSDL when binding an EPR to a remote EP and ↵slaws2012-03-231-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
* TUSCANY-3800, TUSCANY-3283, TUSCANY-3298 - more wsdlgen updates from 1.x.slaws2012-01-261-0/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236129 13f79535-47bb-0310-9956-ffa450edef68
* Add code to read <requires> elements from WSDL and enable the test that ↵slaws2011-10-191-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
* 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
* TUSCANY-3959 - Correct interface matching so that it takes account of ↵slaws2011-10-171-1/+40
| | | | | | 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-171-6/+51
| | | | | | 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-131-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182735 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - Replace WSDL representation of interface contract with an ↵slaws2011-09-092-5/+119
| | | | | | 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
* remove unused importsslaws2011-09-072-6/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166153 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - Turn on distributed matching tests and add an test where the ↵slaws2011-09-012-8/+56
| | | | | | 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-251-2/+11
| | | | | | 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-251-4/+17
| | | | | | 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
* TUSCANY-3916 - Add callback and match tests to motivate the correction of ↵slaws2011-08-192-0/+132
| | | | | | 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-191-4/+48
| | | | | | 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-191-4/+32
| | | | | | 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
* Mark the local miss-match test as ignored pending ML discussionslaws2011-08-171-17/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158750 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - A test for interface miss-matchesslaws2011-08-161-0/+95
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158181 13f79535-47bb-0310-9956-ffa450edef68