summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca/interfacedef (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-17TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void ↵bdaniel4-4/+50
methods and multiple Holders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998232 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18Add missing audit text slaws1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986720 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29Some tidying to remove duplicate compatibility checking, because I want to ↵slaws1-91/+21
add a change to this logic, and remove some code I commented out previously. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980385 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27improve pd info for interface contract mapping and fix up failing ASM tests ↵kelvingoodson2-1/+16
due to previous error message output changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979633 13f79535-47bb-0310-9956-ffa450edef68
2010-07-21make the interface matching audit trail more useful in problem determinationkelvingoodson3-9/+52
-- not sure if util package is a good place for this Audit class, but OK to start with -- would have just specialized StringBuffer if it hadn't been final :( git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966324 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20Add a check for both source and target operations matching being oneway or notantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965821 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16communicate differences in interfaces wrt @Remotable annotationkelvingoodson2-0/+118
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964852 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws3-21/+184
and reference binding and at service and service binding match. Motivated by BWS_2007. TO do this properly we have to test that the interfaces are described using the same IDL and if not convert to WSDL1.1 are required by the SCA specifications. There are a lot of changes here as doing this upset quite a few tests. Further work is required to look at the details of our WSDL generation process which looks a little suspect around wrapper namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963624 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30Adding asyncServer flag to operations in support of TUSCANY-3611edwardsmj2-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959198 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Adding rest binding reference supportrfeng2-1/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948681 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07add conformance statements to error message after running otestskelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942115 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06And fix typo here alsoslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941691 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941690 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27Fixing mispelled word in java doclresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938680 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use by interface-java*kelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938441 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson3-2/+3
interface-wsdl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938056 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson10-1/+14
interface-java and interface-java-jaxws git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937995 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark classes as extension spi according to use indicated by implementation-osgikelvingoodson1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937968 13f79535-47bb-0310-9956-ffa450edef68
2010-04-23mark classes as extension spi according to use indicated by ↵kelvingoodson6-0/+6
implementation-java-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937310 13f79535-47bb-0310-9956-ffa450edef68
2010-04-23mark classes as extension spi according to use indicated by implementation.javakelvingoodson3-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937291 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04improve the operation not found error messageslaws1-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918931 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng2-6/+23
for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19Align the interfaceContractMapper to the specrfeng6-174/+177
Remove the conversation related legacy code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912034 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende24-0/+3166
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68