summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/databinding-jaxb/src/main/java/org/apache/tuscany/sca/databinding/jaxb (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-04TUSCANY-3312 - Copy JavaInterfaceFactory memory leak changes from 1.x + ↵slaws2-2/+75
other related changes and some extensions to allow the cache to be reduced when contributions are unloaded in the domain node. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296845 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13TUSCANY-3890 - separate the request wrapper model from the response wrapper ↵slaws2-13/+33
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-09-30Use the cached marshaller/unmarshaller for JAXB databindingrfeng10-43/+91
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1177857 13f79535-47bb-0310-9956-ffa450edef68
2011-09-30Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng2-0/+157
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1177856 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties ↵slaws1-2/+32
itest working. Mainly, builder changes to ignore null types (generated for non-JAXB pojos), update Node2JAXB to report validation errors so things don't go wrong silently, ensure default XMLType doesn't get updated, correct properties test to match OASIS, put properties test in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170598 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14TUSCANY-3791 - correct JIRA number in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170471 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13TUSCANY-3937 - Don't overwrite the default XMLType otherwise everything else ↵slaws1-1/+3
that has the default type gets to know about it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170100 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17TUSCANY-3922 - apply Jennifer's patch to add some missing doPrivileged calls ↵slaws1-1/+9
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
2011-08-17Fix comment typoslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158742 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26Fix more issues with multiple outputs.scottkurz1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063548 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25Fix bare+JAXB wsdlgen case. Fix Holder+void_return_type case.scottkurz1-1/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063125 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19TUSCANY-3791 - synchronize access to DOM and cache result to reduce chance ↵slaws1-1/+5
of hitting the synchronization. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036786 13f79535-47bb-0310-9956-ffa450edef68
2010-11-13Improve jaxb/json databindings and jsonrpc binding to better handle interfacesrfeng1-2/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034820 13f79535-47bb-0310-9956-ffa450edef68
2010-11-13Add value types from @XmlJavaAdapter into the JAXBContextrfeng2-16/+87
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034819 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add missing headerslaws1-1/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948755 13f79535-47bb-0310-9956-ffa450edef68
2010-04-29explicitly call out those extensions which contain Extension Developers' SPI ↵kelvingoodson1-0/+11
and those extensions which have a special relationship git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939277 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09TUSCANY-3530 - not a solution for property type validation but display more ↵slaws1-1/+11
info at runtime when a simple type conversion fails. We need to validate the property types at read or build time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932370 13f79535-47bb-0310-9956-ffa450edef68
2010-02-27Some refactoring of the databinding coderfeng8-21/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916888 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11Use the LRUCache from common-javarfeng2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909173 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11TUSCANY-2586: Fix pass-by-value copies as described in the JIRA with the SCA ↵antelder1-2/+15
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-11-20Moving 2.x trunklresende21-0/+3547
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68