summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/databinding-jaxb (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-17Fix the JAXBException if package-info annotated with @XmlSchema is present wi...rfeng1-1/+4
2009-02-12Fix J2 security issue as reported in TUSCANY-2846rfeng1-4/+29
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack5-6/+6
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende1-1/+1
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende1-15/+15
2009-01-13Update cglib, jaxb-impl versionsrfeng1-2/+2
2008-12-04Made the constants finalmcombellack1-2/+2
2008-12-04Made class final as the only construvtor is private. Also Fixed a spelling mi...mcombellack2-4/+4
2008-12-04Fixed a couple of spelling mistakesmcombellack1-2/+2
2008-12-04Corrected order of modifiers so that it matches the recommendations from the ...mcombellack1-1/+1
2008-12-03Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style impor...mcombellack3-8/+3
2008-12-02Converted unit tests from JUnit 3 to JUnit 4mcombellack5-36/+46
2008-11-28Some module description tidying. Also get rid of an empty directoryslaws1-1/+1
2008-11-27Cleaned up compile time warning messages regarding unneccsary use of @Suppres...mcombellack1-2/+0
2008-11-21More changes to get to a stage where I have a working build in mvn and in Ecl...slaws1-0/+12
2008-11-20Fix a few MFsrfeng1-2/+1
2008-11-19Fix build error by removeing use of XmlSchema as its not used presentlyantelder3-25/+21
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-4/+4
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende8-34/+185
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende38-0/+4953
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende43-5652/+0
2008-11-17Change MANIFEST.MF version to 2.0 to match trunk build. It turns out this isn...antelder1-15/+15
2008-11-17Copy MANIFEST.MF files from sca-equinox to trunk for the minimal modules to r...antelder1-0/+53
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...antelder1-4/+4
2008-10-01Adding more XmlJavaTypeAdapter supportrfeng6-34/+184
2008-09-30Start cleaning up the databinding framework to remove obsolete code rfeng2-3/+2
2008-09-15Commit changes for TUSCANY-2590.scottkurz2-19/+154
2008-09-15Fix TUSCANY-2531nash2-36/+36
2008-08-13Added missing @Override annotation to methods that override methods from thei...mcombellack3-0/+6
2008-08-12Fix TUSCANY-2531nash1-3/+32
2008-07-25Fix for TUSCANY-2498rfeng1-1/+3
2008-07-24Fix TUSCANY-2479nash1-0/+9
2008-07-08Avoid conflict of Source[] and DataHandler[] in JAXBContextrfeng1-0/+2
2008-07-08Return a stateless instance of the JAXBTypeHelperrfeng1-2/+2
2008-07-02Moved test classes to test/src and fixed scope of dependency on jaxb2-reflect...jsdelfino3-1/+1
2008-07-02Added missing .sca to test package.jsdelfino10-10/+10
2008-07-02Fix for TUSCANY-2444rfeng1-4/+11
2008-06-30Cleaned up dependencies on stax-api to make sure that one copy of stax-api.ja...jsdelfino1-6/+0
2008-06-21Avoid extra classes in the default JAXBContextrfeng2-12/+15