Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-21This commit was manufactured by cvs2svn to create tag 'v201110210000'.v201110210000nhauge6076-969545/+0
2011-10-21Updated Eclipselink versiontle3-7/+7
2011-10-21Minor update to global "duplicate name" validation.nhauge1-3/+3
2011-10-21359690 - converter validation too strict if converters are named the same but...nhauge45-14/+697
2011-10-21360594 - EclipseLink multitenancy UIkmoore45-265/+2587
2011-10-21added a constructor that builds a null control Transformerkmoore1-13/+30
2011-10-20fixed multitenant xml resource modelkmoore2-3/+3
2011-10-20bug 310720 - fixing IndexOutOfBoundsException with Override Default check box...kmoore2-2/+42
2011-10-19added XmlType.propOrder validation and content assitpfullbright17-33/+345
2011-10-19fixed problem with arrays and illegal/unexpected expressions. return empty a...pfullbright2-5/+6
2011-10-19added IndexedConversionDeclarationAnnotationElementAdapter usage to testspfullbright1-7/+8
2011-10-19support for indexed values within elementspfullbright7-10/+168
2011-10-19minor cleaning to match other UI classeskmoore2-7/+15
2011-10-19added copyright headerkmoore1-0/+9
2011-10-19[335596] named query support on mapped superclasses (where applicable). Patc...nhauge15-20/+268
2011-10-19Fix for bug 360583 - No JPQL query validation when using undo/redo actionspfilion1-1/+3
2011-10-19Update version for 3.1M3.nhauge2-2/+2
2011-10-18removed eclipselink_orm_2_4.xsd schema, it will not yet be released when Dali...kmoore2-5580/+1
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...nhauge15-85/+325
2011-10-14Fix for versioning blunder in maintenance stream. Maintenance was incremente...nhauge2-2/+2
2011-10-13Bug 360731 - [Multi-Tenancy] Invalid validation against default tenant discri...kmoore2-10/+16
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-12360725 - [Multi-Tenancy] Invalid validation message against mapped superclasskmoore7-18/+40
2011-10-11Bug 360554 - NPE when changing a class to an enum (or enum to class)kmoore2-7/+26
2011-10-11refactored JaxbPersistentType/TransientType/Registry to JaxbType, JaxbTypeMap...pfullbright119-5414/+5989
2011-10-11Fix for bug 359644 -JPQL completion causes tabs and enters to be replaced by ...pfilion2-11/+3
2011-10-10changed CollectionContainer to have the client call initialize, virtuals shou...kmoore45-95/+279
2011-10-07remove EclipseLink 2.4 platform supportkmoore12-330/+328
2011-10-07Changed instanceof to use (value.getNodeType() == ASTNode.ARRAY_INITIALIZER)pfilion1-3/+3
2011-10-07removing excess EclipseLink packages, mainly related to EclipseLink versionkmoore420-3034/+2105
2011-10-07356468 - EclipseLink Cache isolation supportkmoore10-9/+379
2011-10-06360002 - NPE when you add a JPA annotation to a class constructorkmoore2-1/+36
2011-10-05Should fix bug#358106pfilion1-4/+16
2011-10-04single-table multitenancy defaults for tenant discriminator columnskmoore44-79/+2792
2011-09-30Fix for bug#357975 - Invalid JPQL error if named-query is in orm.xmlpfilion8-259/+33
2011-09-30One key was not properly converted from the ResourceBundle into the .properti...pfilion1-1/+1
2011-09-27cleaning up EclipseLink orm test hierarchykmoore47-531/+349
2011-09-21bug 357948 - Annotations added via the context model were not being initializedkmoore1-0/+1
2011-09-21Fix version range of the newly added org.eclipse.core.filesystem dependencysdimov1-1/+1
2011-09-20357691- issue with removing a container annotation and it still exists in our...kmoore1-1/+6
2011-09-20[350474] Cannot create JPA Diagram because Eclipse try to puts XML file in th...sdimov3-9/+36
2011-09-19added method signature validation to XmlElementDeclpfullbright3-0/+24
2011-09-19added getParameterTypeName(int index) to apipfullbright4-120/+158
2011-09-19356226 - [EclipseLink] 2.4 platform support including eclipselink-orm.xsdkmoore35-226/+1994
2011-09-19added copyright statementkmoore1-0/+9
2011-09-19Bug 357954 - CCE creating eclipselink-orm.xml file with access type setkmoore1-2/+1
2011-09-19Bug 357941 - ArrayIndexOutOfBoundsException when switching from PrimaryKeyJoi...kmoore18-107/+17

Back to the top