Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-15bug 363520 - fixed propOrder validation with transient attributespfullbright1-3/+10
2011-11-11363620 - xml enum value invalid lexical value has a null text rangekmoore1-3/+4
2011-11-11added factory class default and XmlType constructor validationpfullbright5-27/+82
2011-11-11bugs 363103 and 363217 - XmlList and XmlIDREF validation errorspfullbright9-5/+85
2011-11-09Bug 363227 - Listener leak in AbstractJptGenerator - remove the launchListene...kmoore2-25/+0
2011-11-08362681 - ConcurrentModificationException while generating JAXB classes - cha...kmoore2-6/+6
2011-11-07parameterized SingleElementIterablekmoore1-1/+1
2011-11-03fixed some potential NPE's for partially built context modelspfullbright8-39/+81
2011-11-03bug 362713 - fixed npe on validationpfullbright3-2/+3
2011-11-02added disposal to SchemaLibrarypfullbright2-0/+13
2011-11-02reworked SchemaLibrary for better usabilitypfullbright19-172/+322
2011-10-28XmlIDREF validation supportpfullbright8-41/+101
2011-10-27XmlList validation supportpfullbright19-46/+129
2011-10-27made some xsd schema util api changespfullbright4-6/+24
2011-10-26XmlID validationpfullbright10-10/+95
2011-10-26XmlSchemaType validationpfullbright5-4/+101
2011-10-25XmlEnumValue validation and content assistpfullbright10-44/+194
2011-10-25added primitives and wrappers to java->xsd type mappingpfullbright1-3/+17
2011-10-25Jaxb enum validationpfullbright12-21/+256
2011-10-19added XmlType.propOrder validation and content assitpfullbright16-32/+340
2011-10-18support for included attributespfullbright9-198/+318
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...pfullbright80-2888/+3560
2011-10-10changed CollectionContainer to have the client call initialize, virtuals shou...kmoore9-30/+78
2011-09-19added method signature validation to XmlElementDeclpfullbright2-0/+22
2011-09-13XmlElementRef(s) and XmlElementDecl validationpfullbright38-1039/+2194
2011-08-26removed ANNOTATION_NAME from annotation interfacespfullbright118-300/+267
2011-08-26XmlElementRefsMapping context model and testspfullbright2-7/+259
2011-08-25XmlMixed support and testspfullbright7-25/+210
2011-08-25XmlElementRef validation (and refactoring to support it)pfullbright5-178/+293
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"pfullbright25-176/+176
2011-08-22XmlElementRef base context modelpfullbright6-4/+635
2011-08-22added 'required' support to XmlElementRef annotationpfullbright5-7/+116
2011-08-18XmlElements and XmlIDREF validationpfullbright7-102/+218
2011-08-18tweaked commentspfullbright2-6/+4
2011-08-17moved Context interface from XmlElement interface to impl class - only an imp...pfullbright4-16/+17
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...pfullbright34-457/+1390
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

Back to the top