summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/databinding-jaxb/src/main/java/org/apache/tuscany (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-2021-3547/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
* Refactor JAXBContextCache/JAXBContextHelper to be a utility bound to the ↵rfeng2009-10-3011-52/+94
| | | | | | extension point registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831163 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the TCCL processing to ClassLoaderContextrfeng2009-10-291-3/+5
| | | | | | Handle the OSGi service un-registration gracefully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830852 13f79535-47bb-0310-9956-ffa450edef68
* Fix the generic array type introspectionrfeng2009-09-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820126 13f79535-47bb-0310-9956-ffa450edef68
* Support @XmlSeeAlso at java interface to reference extra JAXB classesrfeng2009-09-021-1/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810608 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to ServiceDiscovery to set context classloader for service ↵rfeng2009-08-091-16/+6
| | | | | | providers in OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802470 13f79535-47bb-0310-9956-ffa450edef68
* Replace the DOMHelper from common-xml modulerfeng2009-08-072-7/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801902 13f79535-47bb-0310-9956-ffa450edef68
* Restore the old TCCL rfeng2009-08-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801698 13f79535-47bb-0310-9956-ffa450edef68
* Set the thread context classloader so that JAXBContext.newInstance can find ↵rfeng2009-08-052-14/+36
| | | | | | the correct factory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801350 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3167rfeng2009-07-201-6/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795959 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3162rfeng2009-07-201-0/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795933 13f79535-47bb-0310-9956-ffa450edef68
* Turn SimpleTypeMapper into a utility so that the implementation-bepl can use itrfeng2009-07-161-1/+3
| | | | | | Fix the OSGi MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794517 13f79535-47bb-0310-9956-ffa450edef68
* Use the JAXB package (ObjectFactory and indexed classes) to build JAXBContextrfeng2009-06-231-88/+177
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787802 13f79535-47bb-0310-9956-ffa450edef68
* Produce xsi:type for local elements in JAXBrfeng2009-03-191-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756067 13f79535-47bb-0310-9956-ffa450edef68
* Make sure XML types introspected by databindings are honored by the J2W ↵rfeng2009-03-171-1/+2
| | | | | | generation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755120 13f79535-47bb-0310-9956-ffa450edef68
* Fix the JAXBException if package-info annotated with @XmlSchema is present ↵rfeng2009-02-171-1/+4
| | | | | | without ObjectFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745298 13f79535-47bb-0310-9956-ffa450edef68
* Fix J2 security issue as reported in TUSCANY-2846rfeng2009-02-121-4/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743922 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-284-4/+4
| | | | | | | | | | | | | and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
* Made the constants finalmcombellack2008-12-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723438 13f79535-47bb-0310-9956-ffa450edef68
* Made class final as the only construvtor is private. Also Fixed a spelling ↵mcombellack2008-12-042-4/+4
| | | | | | mistake git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723437 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a couple of spelling mistakesmcombellack2008-12-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723321 13f79535-47bb-0310-9956-ffa450edef68
* Corrected order of modifiers so that it matches the recommendations from the ↵mcombellack2008-12-041-1/+1
| | | | | | Java Language Specification git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723320 13f79535-47bb-0310-9956-ffa450edef68
* Fix build error by removeing use of XmlSchema as its not used presentlyantelder2008-11-191-22/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718964 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-194-28/+97
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1919-0/+3242
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-1921-3311/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Adding more XmlJavaTypeAdapter supportrfeng2008-10-013-26/+96
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700861 13f79535-47bb-0310-9956-ffa450edef68
* Start cleaning up the databinding framework to remove obsolete code rfeng2008-09-301-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700330 13f79535-47bb-0310-9956-ffa450edef68
* Commit changes for TUSCANY-2590.scottkurz2008-09-152-19/+154
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695598 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531nash2008-09-152-36/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695444 13f79535-47bb-0310-9956-ffa450edef68
* Added missing @Override annotation to methods that override methods from ↵mcombellack2008-08-132-0/+2
| | | | | | their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531nash2008-08-121-3/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685310 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2498rfeng2008-07-251-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679890 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2479nash2008-07-241-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679617 13f79535-47bb-0310-9956-ffa450edef68
* Avoid conflict of Source[] and DataHandler[] in JAXBContextrfeng2008-07-081-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675006 13f79535-47bb-0310-9956-ffa450edef68
* Return a stateless instance of the JAXBTypeHelperrfeng2008-07-081-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674894 13f79535-47bb-0310-9956-ffa450edef68
* Moved test classes to test/src and fixed scope of dependency on ↵jsdelfino2008-07-022-404/+0
| | | | | | jaxb2-reflection.. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673547 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2444rfeng2008-07-021-4/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673298 13f79535-47bb-0310-9956-ffa450edef68
* Avoid extra classes in the default JAXBContextrfeng2008-06-211-10/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@670156 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-1721-0/+3457
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68