summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/databinding/src/main/java/org/apache (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-4020 - move hardcoded message strings into properties filesslaws2012-02-291-24/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1295144 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3283 - these are similar changes to those made in 1.x to correct ↵slaws2012-01-192-0/+116
| | | | | | 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
* TUSCANY-3890 - separate the request wrapper model from the response wrapper ↵slaws2011-12-133-18/+37
| | | | | | 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
* TUSCANY-3922 - apply Jennifer's patch to add some missing doPrivileged calls ↵slaws2011-08-171-1/+13
| | | | | | around various classloader calls. Thanks for the patch Jennifer. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158793 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Factor out introspection for same vs. different databindings ↵scottkurz2011-08-021-0/+94
| | | | | | 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
* Partial fix for TUSCANY-3901. Fix bug in DOMWrapperHandler.isInstance() ↵scottkurz2011-07-261-1/+1
| | | | | | method. Add ported wrapper handler testcase @Ignore(d) now since it will fail, showing there's more to do. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151141 13f79535-47bb-0310-9956-ffa450edef68
* Swap incorrectly-ordered sourceOperation, targetOperation in ↵scottkurz2011-06-271-25/+35
| | | | | | MediatoryImpl.copyOutput to reflect conventions. Adjust var names for clarity. TODO - add test of binding-sca-runtime which exposes the previous error. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140211 13f79535-47bb-0310-9956-ffa450edef68
* Tweak null boundary condition handling for DOM databinding transform path.scottkurz2011-05-091-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101170 13f79535-47bb-0310-9956-ffa450edef68
* Fix more issues with multiple outputs.scottkurz2011-01-261-22/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063548 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz2011-01-202-34/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061329 13f79535-47bb-0310-9956-ffa450edef68
* Add context via MediatorImpl so a transformer can know whether a transform ↵scottkurz2011-01-133-5/+27
| | | | | | is for input/output/fault. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058748 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-141-9/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035090 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'jaxrs' into trunkrfeng2010-05-199-13/+164
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use by databinding-jaxbkelvingoodson2010-04-282-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938827 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use by databinding-axiomkelvingoodson2010-04-279-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938572 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use indicated ↵kelvingoodson2010-04-272-0/+2
| | | | | | binding-ws* + minor cleanup of imports within binding-ws* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938419 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use indicated ↵kelvingoodson2010-04-271-0/+1
| | | | | | binding-json* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938362 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use indicated by ↵kelvingoodson2010-04-261-0/+1
| | | | | | implementation-spring and implementation-spring-sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937981 13f79535-47bb-0310-9956-ffa450edef68
* mark classes as extension spi according to use indicated by ↵kelvingoodson2010-04-235-0/+5
| | | | | | implementation-java-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937310 13f79535-47bb-0310-9956-ffa450edef68
* Passing ExtensionPointRegistry into the constructorrfeng2010-04-141-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933855 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3489rfeng2010-03-112-57/+90
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921689 13f79535-47bb-0310-9956-ffa450edef68
* Change to a lower log level as these warnings are coming out in lots of ↵antelder2010-03-051-2/+2
| | | | | | common uses of the runtime and there's nothing users can do about it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919261 13f79535-47bb-0310-9956-ffa450edef68
* Some refactoring of the databinding coderfeng2010-02-2745-131/+96
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916888 13f79535-47bb-0310-9956-ffa450edef68
* Use the LRUCache from common-javarfeng2010-02-111-88/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909173 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2586: Fix pass-by-value copies as described in the JIRA with the SCA ↵antelder2010-02-116-13/+91
| | | | | | 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
* Fix for TUSCANY-3456 (only register direct transformer with lower weight)rfeng2010-02-041-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906613 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2075-0/+8722
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68