Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-20This commit was manufactured by cvs2svn to create tag 'v201202200001'.v201202200001nhauge342-40773/+0
2012-02-20Refactored preferences support with JaxbPreferencesManagertle2-214/+296
2012-02-15Rework validation resources etc.uid84283-87/+120
2012-02-10rework JpaProjectManagerbvosburgh14-305/+473
2012-02-10tweak annotation adaptersbvosburgh1-3/+3
2012-01-18bug 367890 - fixed validation of XmlElement type with XmlJavaTypeAdapter (and...pfullbright4-9/+36
2012-01-17validation for XmlPath w/ XmlElementspfullbright1-26/+34
2012-01-13validation for XmlPath w/ XmlElement, XmlAttribute and XmlElementWrapperpfullbright8-117/+141
2012-01-12opened up constructor for inheritancepfullbright9-43/+46
2011-12-16refactored value mapping into attribute/element hierarchypfullbright14-528/+346
2011-12-16changed to asynchronous sync/updatepfullbright2-3/+53
2011-12-16cosmeticpfullbright1-9/+11
2011-12-16cleaned up xsd type validationpfullbright3-18/+35
2011-12-02added XmlSchemaType to XmlValueMapping, and added text content validation to ...pfullbright4-26/+175
2011-12-02Added XmlList defaulting, schema type validationpfullbright19-239/+575
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

Back to the top