Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-10rework JpaProjectManagerbvosburgh50-1194/+983
2012-02-10tweak annotation adaptersbvosburgh1-3/+3
2012-02-10tweak non-UI plug-in classpathsbvosburgh3-3/+12
2012-01-24XmlPath form validationpfullbright8-4/+263
2012-01-18bug 367890 - fixed validation of XmlElement type with XmlJavaTypeAdapter (and...pfullbright4-9/+36
2012-01-17validation for XmlPath w/ XmlElementspfullbright8-37/+165
2012-01-17validation for XmlPath w/ XmlAnyElementpfullbright1-0/+43
2012-01-13validation for XmlPath w/ XmlElement, XmlAttribute and XmlElementWrapperpfullbright15-122/+302
2012-01-13changed order so moxy definitions get prioritypfullbright1-1/+1
2012-01-12XmlPath context model support for xml any attribute/xml any element/xml eleme...pfullbright19-70/+655
2012-01-12opened up constructor for inheritancepfullbright9-43/+46
2012-01-09added xml path to xml attribute and xml element context modelpfullbright11-1/+571
2011-12-16XmlInverseReference validation and XmlPath annotation supportpfullbright18-9/+729
2011-12-16refactored value mapping into attribute/element hierarchypfullbright14-528/+346
2011-12-16changed to asynchronous sync/updatepfullbright3-6/+58
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 ...pfullbright5-27/+177
2011-12-02Added XmlList defaulting, schema type validationpfullbright20-243/+584
2011-11-30updated version number after 2.4 platform addedkmoore1-1/+1
2011-11-29added a spacekmoore1-1/+1
2011-11-29356226 - [EclipseLink] 2.4 platform support including eclipselink-orm.xsd and...kmoore12-18/+116
2011-11-17Update versions and version dependencies for 3.1 release.nhauge3-3/+3
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 validationpfullbright6-27/+84
2011-11-11bugs 363103 and 363217 - XmlList and XmlIDREF validation errorspfullbright9-5/+85
2011-11-10363378 - NPE viewing jaxb project properties when schema has a null namespacekmoore1-13/+10
2011-11-10updated bundle versionkmoore1-1/+1
2011-11-09Bug 363227 - Listener leak in AbstractJptGenerator - remove the launchListene...kmoore3-38/+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 validationpfullbright4-6/+7
2011-11-02added disposal to SchemaLibrarypfullbright2-0/+13
2011-11-02reworked SchemaLibrary for better usabilitypfullbright23-202/+348
2011-10-28XmlIDREF validation supportpfullbright9-43/+104
2011-10-27XmlList validation supportpfullbright20-47/+132
2011-10-27made some xsd schema util api changespfullbright4-6/+24
2011-10-26XmlID validationpfullbright11-12/+98
2011-10-26XmlSchemaType validationpfullbright6-4/+105
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 validationpfullbright14-21/+279
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

Back to the top