Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-09This commit was manufactured by cvs2svn to create tag 'v201108091523'.v201108091523nhauge325-34611/+0
2011-08-04fix issue with UI not updating when a list element is removed from sourcekmoore1-0/+5
2011-08-02bug 353495 - NPE in JDTPackage constructor for default packages - fix from Dm...kmoore1-6/+21
2011-08-01removed XmlMixed mappingpfullbright5-135/+0
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore9-142/+138
2011-08-01No need to check isMapped() for a superclass, references are automatically ma...kmoore2-2/+2
2011-07-21added api, fixed attribute mapping defaultspfullbright19-88/+333
2011-07-13refactored JaxbPersistentAttribute to delegate to an Accessor instead of usin...kmoore9-137/+173
2011-07-08removed schema validation for attribute/elementFormDefault. seems not to mat...pfullbright1-23/+21
2011-06-30added schema component ref impl for @XmlSchemaTypepfullbright5-198/+138
2011-06-30added missing updates for schemaType and javaTypeAdapterskmoore1-0/+10
2011-06-29added schema component ref impl to xml root element and xml typepfullbright18-581/+346
2011-06-29added schema component ref annotation and context model supportpfullbright65-1061/+1388
2011-06-29made type signature more specificpfullbright1-2/+1
2011-06-29changed to undeprecated apipfullbright1-2/+2
2011-06-28changed CombinationIDAA constructor to take DeclarationAnnotationAdapter inte...kmoore2-4/+4
2011-06-28moved NullAnnotation to jpt.common.corekmoore8-78/+7
2011-06-27moved JAXB resource model to common so that we can share it with JPA. changed...kmoore213-5317/+596
2011-06-23reverted small unintended changepfullbright1-2/+2
2011-06-23bug 345031 - catch CCE and avoid creating annotation in improper locationpfullbright1-6/+22
2011-06-23bug 347377 - added schema refresh pre validation and content assistpfullbright5-4/+51
2011-05-24bug 346526 - fix for unresolveable schema in librarypfullbright4-21/+48
2011-05-19bug 346307pfullbright1-5/+11
2011-05-19bug 345486pfullbright3-10/+12
2011-05-19bug 342987pfullbright2-14/+0
2011-05-19345617 - JAXB class generation doesn't work with JDK-shipped JAXB librariestle2-17/+104
2011-05-12bug 345453 - altered library validation for jaxb 2.2/java 1.6pfullbright5-21/+135
2011-05-11[345441] close jaxb.properties filebvosburgh1-51/+56
2011-05-11bug 343851 - minimal support for XmlElements, XmlElementRef, XmlElementRefs, ...pfullbright21-315/+907
2011-04-25fixed jre jaxb version calculation when there is an existing project (better ...pfullbright1-6/+9
2011-04-25fixed jre jaxb version calculation when there is an existing projectpfullbright1-0/+11
2011-04-22Fixed class gen for files in other projects and catalog entries.pfullbright1-8/+8
2011-04-11added jaxb.properties file supportpfullbright7-3/+361
2011-04-11added getPackage()pfullbright2-10/+19
2011-04-11added abstract class for extension purposespfullbright2-634/+656
2011-04-07added validation and content assist for name and namespacepfullbright4-8/+201
2011-04-07added getAttribute/ElementFormDefault()pfullbright2-0/+19
2011-04-07added defaults for attribute/elementFormDefaultpfullbright2-36/+116
2011-04-07added getJaxbPackage()pfullbright3-11/+18
2011-04-07added getPersistentClass(), getJaxbPackage()pfullbright1-0/+10
2011-04-07added name/namespaceTouches(..)pfullbright5-8/+60
2011-04-07added element support (and more) to schema modelpfullbright15-35/+521
2011-03-14added reader.close()pfullbright1-0/+9
2011-03-11added some public apipfullbright1-2/+7
2011-03-11added basic support for jaxb.index (resource model, tie-in to context calcula...pfullbright8-7/+375
2011-03-07removed @Override from interface impl methodpfullbright1-1/+0
2011-03-04added XmlSeeAlso to context model, added references to jaxb context calculationpfullbright8-179/+488
2011-03-02326720 - XmlIDREF and XmlAttachmentRef context model support and validationkmoore9-1/+378
2011-03-02335697 - default XmlElement attribute mappingskmoore1-2/+22
2011-03-02326720 - XmlID context model support and validationkmoore7-22/+260

Back to the top