summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/databinding-jaxb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3312 - Copy JavaInterfaceFactory memory leak changes from 1.x + ↵slaws2012-03-042-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
* 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-133-19/+39
| | | | | | 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 missing importsslaws2011-11-041-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197543 13f79535-47bb-0310-9956-ffa450edef68
* Use the cached marshaller/unmarshaller for JAXB databindingrfeng2011-09-3012-49/+97
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1177857 13f79535-47bb-0310-9956-ffa450edef68
* Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng2011-09-304-0/+183
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1177856 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties ↵slaws2011-09-141-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
* TUSCANY-3791 - correct JIRA number in commentslaws2011-09-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170471 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3937 - Don't overwrite the default XMLType otherwise everything else ↵slaws2011-09-131-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
* TUSCANY-3922 - apply Jennifer's patch to add some missing doPrivileged calls ↵slaws2011-08-171-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
* Fix comment typoslaws2011-08-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158742 13f79535-47bb-0310-9956-ffa450edef68
* Update to as much as possible only use dependencies in the maven central ↵antelder2011-01-261-21/+1
| | | | | | repo and for where thats not possible define the other repository in the module that uses it not the top level pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063664 13f79535-47bb-0310-9956-ffa450edef68
* Fix more issues with multiple outputs.scottkurz2011-01-261-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063548 13f79535-47bb-0310-9956-ffa450edef68
* Fix bare+JAXB wsdlgen case. Fix Holder+void_return_type case.scottkurz2011-01-251-1/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063125 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
* Removing all references to jaxb-api as described under TUSCANY-3810edwardsmj2010-12-131-33/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045082 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-18/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044586 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3791 - synchronize access to DOM and cache result to reduce chance ↵slaws2010-11-191-1/+5
| | | | | | of hitting the synchronization. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036786 13f79535-47bb-0310-9956-ffa450edef68
* Improve jaxb/json databindings and jsonrpc binding to better handle interfacesrfeng2010-11-131-2/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034820 13f79535-47bb-0310-9956-ffa450edef68
* Add value types from @XmlJavaAdapter into the JAXBContextrfeng2010-11-132-16/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034819 13f79535-47bb-0310-9956-ffa450edef68
* Add missing headerslaws2010-05-271-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948755 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
* explicitly call out those extensions which contain Extension Developers' SPI ↵kelvingoodson2010-04-291-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
* TUSCANY-3530 - not a solution for property type validation but display more ↵slaws2010-04-091-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
* Some refactoring of the databinding coderfeng2010-02-279-24/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916888 13f79535-47bb-0310-9956-ffa450edef68
* Use the LRUCache from common-javarfeng2010-02-114-4/+4
| | | | 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-111-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
* Moving 2.x trunklresende2009-11-2041-0/+5370
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68