summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-sca-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor performance enhancement - look up the mapper once instead of each timeantelder2011-03-062-9/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078431 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3837 - more SCABindingMapper from the binding sca runtime module to ↵slaws2011-02-217-51/+5
| | | | | | the core spi module so that people who want to implement their own mapper don't need to depend on a runtime module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073037 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3832. Also tries to simplify wrapped vs. bare terminology ↵scottkurz2011-02-151-1/+1
| | | | | | by introducing "notSubjectToWrapping" as a term in place of "bare". git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070926 13f79535-47bb-0310-9956-ffa450edef68
* Finalize the AllowsPassByReference support and add test casesrfeng2011-02-071-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068211 13f79535-47bb-0310-9956-ffa450edef68
* Enable the allowsPassByReference supportrfeng2011-02-071-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068209 13f79535-47bb-0310-9956-ffa450edef68
* Delegate the creation of the response invoker if there is a delegate present. slaws2011-01-252-2/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063280 13f79535-47bb-0310-9956-ffa450edef68
* Complete enablement of the SCA Binding to deal with local Async invocations ↵edwardsmj2011-01-115-15/+202
| | | | | | - as under TUSCANY-3811 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057653 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the binding uri is reset when the service is stoppedantelder2011-01-111-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057420 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
* Revert back to fetching the interceptors starting at SERVICE_POLICY in order ↵slaws2010-12-231-1/+1
| | | | | | to miss out any databinding transformation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052265 13f79535-47bb-0310-9956-ffa450edef68
* Correct the order that the phase constants appear in to match the actual ↵slaws2010-12-231-1/+1
| | | | | | phase order and make the local binding.sca optimization link to the head of the service operation wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052253 13f79535-47bb-0310-9956-ffa450edef68
* Correct module nameslaws2010-12-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052252 13f79535-47bb-0310-9956-ffa450edef68
* Enable binding.sca to support async invocation in the local case - as under ↵edwardsmj2010-12-211-7/+29
| | | | | | TUSCANY-3811 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051467 13f79535-47bb-0310-9956-ffa450edef68
* Use the mapped binding when looking up the providerantelder2010-12-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049556 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from ↵slaws2010-12-081-5/+0
| | | | | | the "process" methods I added as a convenience for sharing invoker implementation. Asl get rid of "throws" from Invocable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043447 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - missed files from previous check in. slaws2010-12-073-13/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043211 13f79535-47bb-0310-9956-ffa450edef68
* Start updating the sca binding to be able to choose the binding type impl on ↵antelder2010-12-064-45/+68
| | | | | | a per service basis instead of a single global choice git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042665 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 SCA binding to allow the invoker to exploit the new ↵slaws2010-12-033-17/+62
| | | | | | async interceptor impl and add and async response invoker to push async response back from service to reference (this only works in the local case though). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041870 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Move the SCA binding up to the new async provider interfaces. slaws2010-12-032-3/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041863 13f79535-47bb-0310-9956-ffa450edef68
* just remove some blank linesslaws2010-12-031-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041847 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused classantelder2010-11-161-43/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035604 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ↵slaws2010-08-252-2/+15
| | | | | | what I think is the right thing but it doesn't necessarily do it in an optimal way yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989157 13f79535-47bb-0310-9956-ffa450edef68
* Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj2010-06-221-1/+2
| | | | | | service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956824 13f79535-47bb-0310-9956-ffa450edef68
* Add a flag to the binding builder to indicate that generated data should be ↵slaws2010-06-171-2/+2
| | | | | | regenerated. Also rename the methods for getting/setting the generated data to make it more obvious that that's what it's doing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955601 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 missing osgi import packagerfeng2010-03-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926638 13f79535-47bb-0310-9956-ffa450edef68
* Update sca binding mapper to use hazelcast binding if its thereantelder2010-03-181-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924985 13f79535-47bb-0310-9956-ffa450edef68
* Remove some now unneeded uses of DataExchangeSemanticsantelder2010-03-161-9/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923761 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3489rfeng2010-03-111-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921689 13f79535-47bb-0310-9956-ffa450edef68
* Update to automatically use binding.rmi instead of binding.ws if ws is not ↵antelder2010-03-111-1/+4
| | | | | | avaialble git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921678 13f79535-47bb-0310-9956-ffa450edef68
* Remove DistributedSCABindingrfeng2010-03-052-6/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919254 13f79535-47bb-0310-9956-ffa450edef68
* Copy the test cases from binding-sca-runtime-axis2 and ↵rfeng2010-03-032-13/+12
| | | | | | | | binding-sca-runtime-rmi into an itest Change the code to pass binding.sca with mapped uri with the endpoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918327 13f79535-47bb-0310-9956-ffa450edef68
* Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng2010-03-028-177/+505
| | | | | | configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
* Fix to ensure pass-by-value is used if only one end is using ↵antelder2010-03-011-1/+2
| | | | | | allowsPassByReference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917777 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsrfeng2010-03-011-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917632 13f79535-47bb-0310-9956-ffa450edef68
* Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng2010-02-252-54/+54
| | | | | | for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
* Remove file as it's not usedslaws2010-02-111-61/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908920 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2586: Fix pass-by-value copies as described in the JIRA with the SCA ↵antelder2010-02-114-7/+75
| | | | | | binding doing the necessary copies. Also update the copy code so that the new copy is in the correct class loader so that invocations across Nodes in the same JVM work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908835 13f79535-47bb-0310-9956-ffa450edef68
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-091-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908255 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the DomainRegistryFactory to be extensions of ↵rfeng2010-01-291-3/+2
| | | | | | DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-114-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2018-0/+1379
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68