Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-21This commit was manufactured by cvs2svn to create tag 'v201110210000'.v201110210000nhauge348-39842/+0
2011-10-19added XmlType.propOrder validation and content assitpfullbright17-33/+345
2011-10-18support for included attributespfullbright10-205/+329
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 XmlElementDeclpfullbright3-0/+24
2011-09-13XmlElementRef(s) and XmlElementDecl validationpfullbright40-1042/+2212
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)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"pfullbright26-178/+178
2011-08-22XmlElementRef base context modelpfullbright6-4/+635
2011-08-22added 'required' support to XmlElementRef annotationpfullbright5-7/+116
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-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...pfullbright35-458/+1396
2011-08-05Update plugin version numbers for 3.1 M1.nhauge1-1/+1
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-30tweaked validation messagepfullbright1-1/+1
2011-06-30added missing updates for schemaType and javaTypeAdapterskmoore1-0/+10
2011-06-29added schema component ref impl to xml root element and xml typepfullbright20-585/+349
2011-06-29added schema component ref annotation and context model supportpfullbright67-1066/+1395
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 librarypfullbright5-22/+50

Back to the top