Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-12This commit was manufactured by cvs2svn to create tag 'v201101120000'.v201101120000nhauge5157-851721/+0
2011-01-12add javacSource and javacTarget in attempt to get tests compiling in buildkmoore1-2/+3
2011-01-12add bundle version specificationkmoore1-1/+1
2011-01-11changed tests to address default/specified namepfullbright2-28/+50
2011-01-11added validation for XmlTypepfullbright9-34/+169
2011-01-11added abstract java context nodepfullbright3-7/+128
2011-01-11Added basic Xsd adapter model - schema and typespfullbright5-0/+229
2011-01-11adding attribute mapping support - XmlAttribute, XmlElement, XmlTransientkmoore46-268/+2528
2011-01-11change XmlElement and XmlElements annotations to both be standalone annotatio...kmoore7-80/+360
2011-01-11rename getJaxbPlatform() to getPlatform()kmoore9-24/+24
2011-01-11Fixing NPEs in refactoring participants. Added null checks in case the persis...kmoore8-0/+24
2010-12-31basic schema loading supportpfullbright8-41/+331
2010-12-30removed unnecessary buildNullAnnotation methodkmoore2-16/+0
2010-12-30added some more helper methods for testskmoore1-2/+11
2010-12-30added some modifier support to handle determining which fields/properties in ...kmoore6-148/+118
2010-12-30added navigator UI support for JAXB attribute(fields/properties)kmoore8-0/+167
2010-12-30added getName() to AnnotatedElement interface. support setter method name con...kmoore10-23/+19
2010-12-30added attribute(fields/properties) support to the JAXB context modelkmoore12-19/+2060
2010-12-30added a getParent() convenience methodkmoore1-0/+3
2010-12-28change annotations to be supported on JavaResourceMember instead of just Java...kmoore35-85/+85
2010-12-28minor change to use xmlNsPrefixContainer for updatekmoore1-1/+5
2010-12-21hooked up context model validation; added package namespace validationpfullbright9-27/+86
2010-12-21added specified/default namespace apipfullbright3-84/+111
2010-12-21changed validation so no namespace is not an errorpfullbright2-4/+9
2010-12-21changed order of classpath entries so projects view didn't make me insanepfullbright2-2/+2
2010-12-20added JAXB schemas properties pagepfullbright5-0/+955
2010-12-20extracted JaxbProjectModel for use with other properties pagespfullbright2-93/+71
2010-12-20changed order of classpath entries so projects view didn't make me insanepfullbright1-2/+2
2010-12-20added SchemaLibrary to API and tweaked JaxbProject.Configpfullbright7-39/+220
2010-12-20added static adapt(..) that will synch selection model for youpfullbright1-10/+44
2010-12-17removed some of the getDefault*() methods from our jaxb interfaces. I don't t...kmoore15-366/+154
2010-12-16added XmlElementDecl annotation context model supportkmoore4-12/+553
2010-12-16cleaned up test annotationskmoore1-2/+2
2010-12-15Refactoring and adding resource model support for Enums and EnumConstantskmoore73-860/+2089
2010-12-15Listen to the jaxb project manager collection of projects instead of using a ...kmoore2-46/+57
2010-12-15adding resource model support for registry element factory methodskmoore1-0/+113
2010-12-15added test infrastructure for testing enumskmoore1-0/+156
2010-12-15added support for registries and element factory methods in the context modelkmoore5-6/+368
2010-12-15added enum context model supportkmoore58-471/+2056
2010-12-15added enums, registries, and enum constants to the navigator viewkmoore9-0/+210
2010-12-15added Xml registry and enum context model supportkmoore4-5/+253
2010-12-15renamed a local variablekmoore1-2/+2
2010-12-15updated to the latest eclipselink_oxm_2_2.xsdkmoore1-9/+13
2010-12-15updated to the latest eclipselink_orm_2_2.xsd, modified ecore and translatorskmoore54-450/+17637
2010-12-13329493 - fixed no_op user library message for JAXB faceted project.nhauge3-2/+6
2010-12-09re-orged project properties/prefs; added jaxb project properties, facet versi...pfullbright37-1059/+1991
2010-11-30Added warning when schema exists in selected locationtle3-3/+46
2010-11-29support for superPersistentClass so we can use it for defining the default ac...kmoore6-66/+215
2010-11-29fixed problem with infinte update loops when both XmlType and XmlRegistry ann...kmoore1-9/+27
2010-11-29tweaked project content location in navigatorpfullbright2-0/+2

Back to the top