Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jaxb
AgeCommit message (Expand)AuthorFilesLines
2011-10-25This commit was manufactured by cvs2svn to create tag 'v201110250000'.v201110250000nhauge362-20845/+0
2011-10-25XmlEnumValue validation and content assistpfullbright11-44/+196
2011-10-25added primitives and wrappers to java->xsd type mappingpfullbright1-3/+17
2011-10-25Jaxb enum validationpfullbright15-42/+306
2011-10-21Updated Eclipselink versiontle2-3/+3
2011-10-19added XmlType.propOrder validation and content assitpfullbright17-33/+345
2011-10-18support for included attributespfullbright12-210/+334
2011-10-18transient iconspfullbright3-0/+0
2011-10-14[310876] [321736] - Add "do not show again" option on applicable Dali dialogs...nhauge3-16/+69
2011-10-13added support for adapting attributes with adapters specified on the attribut...pfullbright19-695/+342
2011-10-13fixed event suppression when one type changes, but not the otherpfullbright1-10/+17
2011-10-11refactored JaxbPersistentType/TransientType/Registry to JaxbType, JaxbTypeMap...pfullbright119-5414/+5989
2011-10-10changed CollectionContainer to have the client call initialize, virtuals shou...kmoore9-30/+78
2011-09-19added method signature validation to XmlElementDeclpfullbright3-0/+24
2011-09-13XmlElementRef(s) and XmlElementDecl validationpfullbright44-1107/+2466
2011-08-26removed ANNOTATION_NAME from annotation interfacespfullbright142-716/+661
2011-08-26XmlElementRefsMapping context model and testspfullbright3-296/+500
2011-08-25XmlMixed support and testspfullbright11-33/+732
2011-08-25added default name testingpfullbright1-3/+75
2011-08-25XmlElementRef validation (and refactoring to support it)pfullbright6-179/+298
2011-08-25renamed package strings, added JAXB_ELEMENTpfullbright1-69/+81
2011-08-25added back content assit and validation for name/namespacepfullbright1-0/+29
2011-08-25fixed xsd type retrieval for anonymous/ root element typespfullbright1-1/+17
2011-08-25added getRegistry()pfullbright2-2/+17
2011-08-23@XmlMixed allowed to be used with @XmlElementRefspfullbright1-1/+2
2011-08-23changed "SchemaComponentRef" -> "QName"pfullbright35-410/+410
2011-08-22XmlElementRef base context modelpfullbright8-4/+1079
2011-08-22added 'required' support to XmlElementRef annotationpfullbright6-7/+161
2011-08-18XmlElements and XmlIDREF validationpfullbright8-106/+222
2011-08-18tweaked commentspfullbright2-6/+4
2011-08-17added validation for XmlElement.type being subtype of attribute base typepfullbright1-0/+1
2011-08-17moved Context interface from XmlElement interface to impl class - only an imp...pfullbright4-16/+17
2011-08-17Update feature version number for 3.1.nhauge2-2/+2
2011-08-17Updated Eclipselink versiontle2-3/+3
2011-08-16added validation for XmlElement.type being subtype of attribute base typepfullbright2-7/+27
2011-08-15refactored XmlElement out to its own component; added XmlElements model and v...pfullbright45-623/+2161
2011-08-05Update feature version numbers for 3.1 M1.nhauge5-6/+8
2011-08-05Update plugin version numbers for 3.1 M1.nhauge4-4/+4
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...kmoore13-346/+146
2011-08-01No need to check isMapped() for a superclass, references are automatically ma...kmoore3-4/+4
2011-07-25342999 - Binding file selection not consistent with Schema file selectiontle1-172/+222
2011-07-22351423 - XML Schema from Java-Class is tried to be exported to a wrong (not e...tle2-16/+24
2011-07-21added api, fixed attribute mapping defaultspfullbright19-88/+333
2011-07-13refactored JaxbPersistentAttribute to delegate to an Accessor instead of usin...kmoore14-224/+195
2011-07-08removed schema validation for attribute/elementFormDefault. seems not to mat...pfullbright1-23/+21
2011-06-30added schema component ref impl for @XmlSchemaTypepfullbright7-256/+196
2011-06-30tweaked validation messagepfullbright1-1/+1

Back to the top