summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-corba-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3459 - Allow the remotable status of an interface to be overridden ↵slaws2012-02-201-0/+11
| | | | | | using the remotable attributed on the SCDL interface element as described by the OASIS assembly spec. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291191 13f79535-47bb-0310-9956-ffa450edef68
* Bump up the date in the NOTICE fileantelder2012-02-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1243530 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3890 - separate the request wrapper model from the response wrapper ↵slaws2011-12-131-4/+20
| | | | | | model as per the change in 1.x under TUSCANY-2931. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213702 13f79535-47bb-0310-9956-ffa450edef68
* Add a spec version to Endpoint and only do full matching if the target ↵slaws2011-10-311-0/+12
| | | | | | endpoint is and OASIS endpoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195400 13f79535-47bb-0310-9956-ffa450edef68
* Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz2011-07-221-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149451 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3883 - add missed checkinslaws2011-07-111-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145148 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3868 - allow binding to be retrieved by nameslaws2011-05-251-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127498 13f79535-47bb-0310-9956-ffa450edef68
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder2011-05-161-2/+2
| | | | | | lots of times in the past just no one ever got around to it. It effects quite a few classes but its a relatively trivial rename and i don't think it should impact on anyone too much git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103629 13f79535-47bb-0310-9956-ffa450edef68
* Allow the look up of endpoint address by component/service/binding name from ↵rfeng2011-04-202-0/+15
| | | | | | the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
* Test fix needed for TUSCANY-3832 changes, plus cleanup and adjustment from ↵scottkurz2011-02-154-31/+48
| | | | | | recent multiple output support. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070928 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-201-0/+15
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061392 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz2011-01-201-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061329 13f79535-47bb-0310-9956-ffa450edef68
* Bump up copyright year in the NOTICE filesantelder2011-01-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
* Updating core invocation code to support bindings that provide native async ↵edwardsmj2010-12-201-0/+7
| | | | | | support - as described in TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051247 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - missed files from previous check in. slaws2010-12-071-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043211 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042609 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Update the invocation chain infrastructure, and the ↵slaws2010-12-031-1/+8
| | | | | | enpoints/endpointreferences that call it, to allow async response messages to be processed backwards along the response part of the chain independently of the forward message processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041866 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be ↵slaws2010-11-301-1/+4
| | | | | | resolved then so that async response services can be established at that point. In a reliable situation the response service is then available as soon as reference is resolved and doesn't depend on the reference actually being used. Also start adding interfaces to allow the implementation provider to make an async invocation explicitly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040444 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-141-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035091 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void ↵bdaniel2010-09-171-0/+6
| | | | | | methods and multiple Holders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998232 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3653 - Read JAXWS annotations in Java interfaces ↵slaws2010-08-182-1/+38
| | | | | | (JAXWSJavaIntefaceProcessor) and, in the JavaIntefaceProcessor, post process these to reconfigure the Java interface based on what is found. The case where WSDL is referenced is tricky and still has holes. The WSDL is read and is attached to the Java interface as a normalized interface and is used during interface matching. Binding implementations that care about WSDL should really check the normalized interface rather than the service interface itself. This is still a TODO. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986740 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3641 - When a JAXWS binding is encountered make sure that the ↵slaws2010-08-121-1/+7
| | | | | | associated SCA service has a WS binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984702 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws2010-07-132-0/+26
| | | | | | 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
* Removing unnecessary //TODO commentedwardsmj2010-07-051-5/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960604 13f79535-47bb-0310-9956-ffa450edef68
* Include the new isAsyncServer method on the corba test mock classantelder2010-06-301-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959218 13f79535-47bb-0310-9956-ffa450edef68
* remove troublesome comments which trigger jdk issue "unmappable character ↵kelvingoodson2010-06-0717-17/+4
| | | | | | for encoding UTF-8" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952189 13f79535-47bb-0310-9956-ffa450edef68
* Add missing headersslaws2010-05-2718-0/+324
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948749 13f79535-47bb-0310-9956-ffa450edef68
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
* Add a list of recently ported modules into the build rfeng2010-03-301-1/+1
| | | | | | Adjust dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928983 13f79535-47bb-0310-9956-ffa450edef68
* Make ExtensibleCorbaHost a utilityrfeng2010-03-281-7/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928346 13f79535-47bb-0310-9956-ffa450edef68
* Port binding.corba from 1.x to 2.xrfeng2010-03-17217-0/+17339
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924158 13f79535-47bb-0310-9956-ffa450edef68