Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-01-29more orm/eclipselink ecore model updates to match recent changes. Refactored ↵v201301300022Karen Butzke32-1164/+1741
and added an XmlManagedType interface.
2013-01-29minor cleanupBrian Vosburgh2-6/+6
2013-01-29clean up messages in dbws.eclipselink.uiBrian Vosburgh9-168/+147
2013-01-29clean up messages in common.core, common.ui, and common.eclipselink.coreBrian Vosburgh79-434/+473
2013-01-28[379755] lock individual projects (instead of the entire workspace) whenv201301290232Brian Vosburgh3-81/+36
building JPA projects during startup
2013-01-28clean up utility classes (iterables and iterators in particular); addBrian Vosburgh299-5810/+4199
lots of Transformers
2013-01-28move JpaPlatformConfig and JpaPlatformGroupConfig into JpaPlatform asBrian Vosburgh44-367/+314
member interfaces
2013-01-28[395460] - The integration between the JPA diagram editor and the JPAPetya Sabeva2-67/+58
details view is lost. Change-Id: Ia04e17def90d2ca3c544c7582346770d0bdc6f6d
2013-01-24Change BinaryField to handle null bindings from the ASTParser, which canNeil Hauge2-2/+4
happen under certain circumstances.
2013-01-24Generalize context model exclusions for JAXB types to all core javaNeil Hauge2-20/+9
types in the "java" package namespace.
2013-01-23 394284 - JPA 2.1 orm.xml resource model and EL 2.5 eclipselink-orm.xml ↵v201301232244Karen Butzke117-2751/+18106
resource model
2013-01-23[386570] JPA modelgen creates invalid metamodel classes with dynamicv201301230101Tran Le13-29/+139
persistence
2013-01-22rename ProjectResourceLocator methodsBrian Vosburgh12-26/+26
2013-01-22rename ResourceLocator methodsBrian Vosburgh6-29/+29
2013-01-22add JPA perspective and view constantsBrian Vosburgh4-26/+44
2013-01-22[392601] fix JpaNavigatorContentProvider leakBrian Vosburgh15-145/+386
2013-01-22add some platform adaptersBrian Vosburgh3-0/+91
2013-01-21398686 - Initial crack at binary type support for JAXB. SupportedNeil Hauge5-269/+311
requirements and limitations can be found in the corresponding bug. All types on the project classpath should now be available to pull into the JAXB context, as well as used for external type adapters.
2013-01-21398686 - Update/finish binary resource model for JAXB core.Neil Hauge3-0/+395
2013-01-21Ensure jaxb model is sync'ed after imports change. Paul Fullbright1-2/+2
2013-01-17fix icon file names now that fix for bug 395126 is releasedBrian Vosburgh1-16/+7
2013-01-17add null checks for values return by getAdapter(Class)Brian Vosburgh63-200/+518
2013-01-17fix IllegalStateException that occurs when validation executes afterBrian Vosburgh2-25/+50
Dali plug-ins are stopped
2013-01-17tie together top-level global state and add null checksBrian Vosburgh52-216/+567
2013-01-16performance improvements related to when we build an astRootv201301170344Karen Butzke3-4/+36
2013-01-16Bug 396954 - renaming Java Entity open in the jpa views causes a ↵Karen Butzke1-4/+19
ResourceNotFoundException
2013-01-14my facetedReferencingProjects property tester was not checking *this* ↵Karen Butzke2-1/+4
project for the given facet
2013-01-11tweak the JAXB facet version constants againBrian Vosburgh9-208/+209
2013-01-11rework constants; [397412] fix JaxbSchemasPropertiesPage broken by imageBrian Vosburgh1-1/+2
work
2013-01-11rework constantsBrian Vosburgh85-1355/+1333
2013-01-11Bug 397800 - Profiler hyperlink opens new class wizard for user defined classesNan Li1-1/+1
2013-01-10Bug 391360 - jdt refactoring extensions load the jpa.core plug-in even when ↵Karen Butzke6-31/+129
there are no referencing JPA faceted projects
2013-01-10Generate Entities not from the Package Explorer (an IJavaProject selected). ↵Karen Butzke6-546/+17
This functionality was lost in the conversion to the handler framework. Deleted old *Action classes
2013-01-10fix CME in JpaProjectManager (whoops)Brian Vosburgh1-1/+2
2013-01-10397606 - JPA Java Change Event Handler (Waiting) - limit the number of these ↵Karen Butzke2-19/+136
jobs that are kicked off an then promptly ignored by each JpaProject - many are appearing when building the refactoring preview dialog, for every working copy created and discarded.
2013-01-10Fix some NPEs.Petya Sabeva5-116/+24
Change-Id: I8e1847d15bcb39548cd4cfebd4dd5e6a2b881f70
2013-01-09394485 - disable remove button to avoid NPEv201301092313Nan Li1-2/+4
2013-01-09fix some NPEsBrian Vosburgh3-21/+9
2013-01-09remove unnecessary imporBrian Vosburgh1-2/+1
2013-01-09Fix issue with hyperlink not working for an unqualified path expressionPascal Filion1-8/+12
2013-01-08removed JpaProject.Manager.log(...) and .getExceptionHandler() methods;Brian Vosburgh5-80/+5
as we should use the corresponding plug-in methods
2013-01-08clean up doc plug-in manifest and build propertiesBrian Vosburgh2-7/+16
2013-01-08[395211] fix shutdown deadlock etc.Brian Vosburgh70-694/+903
2013-01-04388568 - add/remove methods for one to many bidi relationships.v201301082227Chris Stodden3-0/+38
2013-01-04Converting line delimiters back to Unix style. Somehow this file wasNeil Hauge1-895/+895
switched from unix to win delimiters on a previous commit.
2013-01-04Bug 397454 - added null check to Converter TransformerKaren Butzke1-4/+4
2013-01-04Bug 397415 - ClassCastException: JavaEclipseLinkManyToOneMapping cannot be ↵Karen Butzke4-11/+11
cast to EclipseLinkManyToOneMapping2_0
2013-01-03fixed code involved in recent refactoring - was causing invalid validation ↵Karen Butzke1-1/+1
when a class was mapped and lsited in the persistence.xml
2013-01-03fixed the JPA 2.1 and EclipseLink 2.5 platform supportKaren Butzke2-3/+3
2013-01-03Draft docs/help for 3.3.0Rick Sapir182-1233/+1108

Back to the top