Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-03-30This commit was manufactured by cvs2svn to create tag 'v201103300000'.v201103300000nhauge3388-593983/+0
2011-03-30[340175] Re-institute support for custom variables for the JPA facet. These ↵nhauge7-10/+137
are being used by adopting products and have requested that they remain available for library provider enablement condition evaluation (filtering).
2011-03-29Temporary removed failing tests.tle1-10/+10
2011-03-25Added org.eclipse.persistence.jpa.jpqltle1-0/+7
2011-03-24Added org.eclipse.persistence.oxm import packagetle1-0/+1
2011-03-22more x-friend/access rules clean-upbvosburgh21-99/+128
2011-03-22add MySQL ANSI_QUOTES support; add check for SQL reserved words (that must ↵bvosburgh6-115/+134
be delimited)
2011-03-22clean up .cvsignore filesbvosburgh31-102/+8
2011-03-22add CollectionTools.elementsAreNotIdentical(...)bvosburgh2-0/+84
2011-03-21Initial checkintle5-0/+25
2011-03-17Changed statement to include moxy jar instead.tle1-2/+6
2011-03-17Changed statement to include persistence jar instead.tle1-2/+6
2011-03-17Add JUnit tests for One-to-Many unidirectional relationship JPA 2.0 supportpsabeva2-42/+480
2011-03-17340274 - org.eclipse.persistence.dbws.builder failed to resolve javax.wsdltle1-5/+5
2011-03-17Added javax.wsdl dependencytle1-0/+5
2011-03-16Added javax.persistence dependencytle1-8/+2
2011-03-16Added org.eclipse.persistence.moxy dependencytle1-7/+2
2011-03-16Added javax.persistence dependencytle1-20/+1
2011-03-15added eclipselink 2.1 and 2.2 platformspfullbright14-1/+227
2011-03-14added jaxb.index context testspfullbright1-0/+46
2011-03-14added reader.close()pfullbright1-0/+9
2011-03-11Added external library jars check for the integration with the buildtle3-29/+67
2011-03-11Changed requires statementtle1-15/+2
2011-03-11JaxbIndexResource testingpfullbright2-0/+96
2011-03-11added some public apipfullbright1-2/+7
2011-03-11added basic support for jaxb.index (resource model, tie-in to context ↵pfullbright10-7/+389
calculation)
2011-03-09[335594] fix buildJavaNamedQuery(...) signature to override implementation ↵bvosburgh2-20/+21
in abstract superlass
2011-03-09339434 - CCE adding a java entity to a mapping file - change to ↵kmoore1-1/+2
ReadOnlySecondaryTable
2011-03-09339428 - fix NPE with null Iterator -NPE setting attribute overrides to an ↵kmoore1-6/+2
embedded attribute of EclipseLink 2.0 project
2011-03-09[335343] fix combo box behavior - patch from Nanbvosburgh3-34/+24
2011-03-08Added JPA Editor tests.tle1-0/+4
2011-03-08[339098] Updating EclipseLink branding info.nhauge3-5/+5
2011-03-08Added comment.tle1-3/+3
2011-03-08Initial check-in.tle6-0/+103
2011-03-08Tests plugin renamed.tle42-0/+6798
2011-03-08338945 - isDisposed() check necessary to prevent an exception when deleting ↵kmoore1-0/+3
an Entity
2011-03-07removed "moxy" references in ui (and using ELJaxb as standard prefix)pfullbright8-31/+31
2011-03-07removed @Override from interface impl methodpfullbright1-1/+0
2011-03-04added XmlSeeAlso to context model, added references to jaxb context calculationpfullbright14-295/+878
2011-03-04added newArrayInitializer(AST, Expression...)pfullbright1-0/+9
2011-03-04337657 + 338567 - Change Graphiti dependency from 'includes' to pre-req typetle1-21/+3
2011-03-04added ASTTools.resolveFullyQualifiedNames(Expression)pfullbright2-7/+149
2011-03-04338567 - Change Graphiti dependency from 'includes' to pre-req typetle1-2/+6
2011-03-03fix the implementation of getName(), this needs to be the fully qualified ↵kmoore1-0/+3
name if that is possible
2011-03-03orm virtual attribute labels were not appearing in the JPA Content project ↵kmoore1-3/+3
explorer
2011-03-03[334454] rework database stuff to handle MySQL case-sensitivity crazinessbvosburgh6-30/+35
2011-03-03[334454] rework database stuff to handle MySQL case-sensitivity crazinessbvosburgh71-1939/+2377
2011-03-03tweak commentsbvosburgh1-13/+13
2011-03-03204132 - need a validation error when the same class is specified twice in ↵kmoore9-71/+114
the orm.xml - patch from Nan
2011-03-02tweak commentbvosburgh2-1/+9

Back to the top