summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-databinding (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-22Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26Don't look at fault databindings in order to calculate output wrapper ↵scottkurz1-9/+6
databinding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1305484 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20TUSCANY-3459 - Allow the remotable status of an interface to be overridden ↵slaws2-6/+10
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
2012-02-13Bump up the date in the NOTICE fileantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1243530 13f79535-47bb-0310-9956-ffa450edef68
2012-01-26TUSCANY-3800, TUSCANY-3283, TUSCANY-3298 - more wsdlgen updates from 1.x.slaws2-13/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236129 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19TUSCANY-3283 - these are similar changes to those made in 1.x to correct ↵slaws1-0/+12
WSDL gen in various areas including, generating unannotated types into the service interface namespace, making wrapper parameters generally non-nillable, using JAXB to generate wrapper XSD (which fixes other failures where our code doesn't support various JAXB annotations), correcting the namespace of generated exceptions and the way that the generated classes are cached. Fixing the WSDL requires other fixes, for example, a new databinding to force ServiceReference to map to anyType (so that we don't try and process these interfaces with JAXB) and a fix to correct the order of response holders. T git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1233402 13f79535-47bb-0310-9956-ffa450edef68
2012-01-09TUSCANY-3910, TUSCANY-3804 - Set ranking so that JAXWSInterfaceProcessor ↵slaws1-12/+61
runs before WrapperJavaInterfaceProcess and apply 3804 style changes to ensure the output wrapper databinding is set separately from the output wrapper. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1229088 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13TUSCANY-3890 - separate the request wrapper model from the response wrapper ↵slaws4-46/+49
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
2011-08-02TUSCANY-3894. Add manifest updates.scottkurz1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153291 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02TUSCANY-3894. Factor out introspection for same vs. different databindings ↵scottkurz1-81/+15
on operation from DBRuntimeWireProcessor to new OperationDataBindingHelper util. Use this in DefaultLocalSCAReferenceBindingProvider to do a Mediator.copyXXX for same-databinding operations, while doing a Mediator.mediateXXX with a WSDL operation for different-databinding operations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153285 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Missed an adjustment to wrapper calculation when adding code to handle ↵scottkurz1-1/+1
multiple outputs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151321 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15Fix for TUSCANY-3832. Also tries to simplify wrapped vs. bare terminology ↵scottkurz2-8/+8
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
2011-01-20Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz3-67/+84
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061329 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10Bump up copyright year in the NOTICE filesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13TUSCANY-3801, update the databinding transformer so that it can be used with ↵slaws2-10/+45
native async git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045067 13f79535-47bb-0310-9956-ffa450edef68
2010-12-11Remove dependencies now included in base Javaantelder1-13/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044583 13f79535-47bb-0310-9956-ffa450edef68
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel4-39/+86
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035090 13f79535-47bb-0310-9956-ffa450edef68
2010-09-24Move to wstx-as version 3.2.6 consistently. Having two versions in the ↵slaws1-1/+1
distro is causing OSGi wiring conflicts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000968 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void ↵bdaniel1-1/+51
methods and multiple Holders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998232 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Optimze the method loopingrfeng1-16/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991750 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Add missing OSGi importrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953176 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Updating Copyright Year in NOTICE fileslresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28Update jackson and jettision to latest versionsrfeng2-0/+216
Add more transformers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928344 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Remove some now unneeded uses of DataExchangeSemanticsantelder1-6/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923761 13f79535-47bb-0310-9956-ffa450edef68
2010-02-27Some refactoring of the databinding coderfeng4-12/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916888 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12Clean up the dependencyrfeng3-27/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909221 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11TUSCANY-2586: Fix pass-by-value copies as described in the JIRA with the SCA ↵antelder1-41/+2
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
2009-12-07Avoid NPE if source contract is nullantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887868 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende16-0/+1812
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68