Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jaxb
AgeCommit message (Collapse)AuthorFilesLines
2012-11-16Bug 394418 - NPEs in log of EclipseLink JAXB tests, locally and in buildKaren Butzke1-1/+2
2012-11-13made SCHEMA_LOCATIONS finalKaren Butzke1-1/+1
2012-11-12bug 393592 - JPA commands are appearing in Quick Access when not ↵v201211130301Karen Butzke3-57/+38
appropriate - cleaned up our handlers and menus
2012-11-06fixing some test failures resulting in my regenerating out emf modelsv201211062137Karen Butzke1-7/+3
2012-11-06[392584] fix BackingStoreException during JAXB project creation - it'sBrian Vosburgh1-27/+4
possible this is a Faceted Project bug...
2012-11-06390871 - ClassCastException: open "JAXB Classes from Schema" wizardTran Le1-3/+3
through Quick Access
2012-11-02regenerated emf model codeKaren Butzke2-9/+5
2012-10-30Added backpointer to ELJaxbPackage->OxmFile relationshipPaul Fullbright4-8/+35
2012-10-30Added package validation to oxm filesPaul Fullbright6-10/+49
2012-10-30Removed oxm file version constraintPaul Fullbright3-14/+1
2012-10-25tweak project build paths in dbws.eclipselink.core.gen andBrian Vosburgh1-1/+1
jpadiagrameditor.ui to be consistent with other Dali projects
2012-10-24Added implied packages and type name validation on OxmJavaTypesv201210242344Paul Fullbright14-52/+238
2012-10-17Add oxm java types to project explorerPaul Fullbright6-8/+95
2012-10-16remove extended ASCII/Unicode characters from commentsBrian Vosburgh3-3/+3
2012-10-16convert comments to UnicodeBrian Vosburgh3-3/+3
2012-10-12fix plugin.xml references to *PlatformDescription classes I missed whenBrian Vosburgh1-1/+1
I renamed them to *PlatformConfig
2012-10-12make property testers consistentBrian Vosburgh5-9/+9
2012-10-12return Iterable instead of array from CompositeException.getExceptions()Brian Vosburgh1-1/+2
2012-10-11Merged with tools changesv201210121945Paul Fullbright5-28/+61
2012-10-11Added java types to xml bindings and name to java typePaul Fullbright9-11/+482
2012-10-11Added OxmJavaType/ImplPaul Fullbright2-0/+55
2012-10-11rework utility classesBrian Vosburgh308-3813/+6642
2012-10-10388602 - Fix several other consecutive single quotes.v201210110244Neil Hauge1-6/+6
2012-10-09Bug 391462 - fixed initialization/synchronization of SourceAnnotation ↵Karen Butzke12-104/+26
subclasses. annotationTextRange was not getting set because of missing super.initialize(Annotation) and super.synchronizeWith(Annotation) calls
2012-10-04removed JavaContextNode and refactored java interfaces into java packagev201210042332Paul Fullbright69-311/+232
2012-10-02xml bindings context modelv201210030343Paul Fullbright25-222/+1024
2012-10-01388602, 388603 - Fix some quoting typos in validation messages.Neil Hauge2-2/+2
2012-09-26Update EclipseLink 2.5.0v201209262323Tran Le2-3/+3
2012-09-25Added ordering to oxm filesPaul Fullbright1-7/+24
2012-09-25Added package name to syncPaul Fullbright2-0/+13
2012-09-25Moved navigator-specific classes to new packagePaul Fullbright9-9/+11
2012-09-25Re-interfaced oxm context modelPaul Fullbright6-146/+181
2012-09-25Oxm file version validationPaul Fullbright4-11/+66
2012-09-19added oxm files to project explorerPaul Fullbright9-9/+184
2012-09-19added oxm files to context modelPaul Fullbright18-113/+625
2012-09-06Correctly fixed java code completion filteringKaren Butzke10-17/+52
2012-09-05Update version numbers for 3.3 M2.Neil Hauge21-21/+21
2012-09-05Revert "Fixed filtering of completion proposals after my recent refactoring ↵Karen Butzke1-39/+4
- adding quotes as necessary in the proposal computer itself" This reverts commit 8e884ee1f86ca2c7512ecac40c74a4db156a09b9.
2012-09-05Fixed add moxy property actionPaul Fullbright1-6/+6
2012-09-05Fixed versionPaul Fullbright1-1/+1
2012-09-05Removed (again)Paul Fullbright1-49/+0
2012-09-01support for versionless xml filesPaul Fullbright39-134/+336
2012-08-31remove duplicate settingBrian Vosburgh1-2/+1
2012-08-31[297124] remove obsolete component.xml filesBrian Vosburgh7-61/+8
2012-08-31Fixed filtering of completion proposals after my recent refactoring -Karen Butzke1-4/+39
adding quotes as necessary in the proposal computer itself
2012-08-29refactored completion proposal methods to be identical in xml and javaKaren Butzke45-338/+201
and moved up the hierarchy, removed Filter and CompilationUnit parameters in both JPA and JAXB
2012-08-27Bug 376595 - stop building CompilationUnitKaren Butzke78-586/+535
astRoot when validating, moved validate methods up the hierarchy, removed textRange resolvers, removed some owner interfaces
2012-08-24bug 346989 - add jaxb bindings schemaPaul Fullbright3-2/+377
2012-08-22caching TextRanges in the JAXB java resource model Annotation hierarchyKaren Butzke74-563/+862
2012-08-22rename: commonResourceModels.genmodel -> common.genmodelPaul Fullbright1-1/+1

Back to the top