Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-11-30This commit was manufactured by cvs2svn to create tag 'v201011290000'.v201011290000nhauge217-97110/+0
2010-11-22added context model support for the XmlType annotation along with testskmoore1-0/+4
2010-11-17added tests for jaxb GenericRootContextNode packageskmoore1-1/+16
2010-11-15used shortcut method for downcasting values()kmoore1-3/+2
2010-11-04added context model XmlSchemaType support to JaxbPackageInfokmoore1-2/+28
2010-11-02more test helper methods for modifying JDT annotationskmoore1-0/+90
2010-11-01helper methods for editing JDT annotations directlykmoore1-1/+126
2010-10-29Start of the JAXB context model. Includes some changes from Brian so that we ...kmoore1-3/+8
2010-10-20added package annotation testing apipfullbright3-15/+92
2010-10-20refactored resource testcase hierarchypfullbright49-90/+124
2010-10-20fix tests in build by not attempting to add the JPA jars to JAXB resource mod...kmoore1-2/+9
2010-10-14265087 - package-level annotation supportkmoore1-2/+2
2010-10-13cleaning up manifest dependency versionskmoore1-1/+1
2010-10-12327609 - refactor Member hierarchy to include an AnnotatedElement interface i...kmoore7-305/+305
2010-09-28jpt changes to accommodate jaxbpfullbright6-7/+13
2010-09-10fixing an NPE that happens with invalid nested annotationskmoore4-3/+9
2010-08-24132216 - Adding entity class related validation errorskmoore2-17/+17
2010-08-24323005 - NPE in AnnotationContainerToolskmoore1-2/+25
2010-08-16refactored jpaPlatforms extension point, added jpaPlatformGrouppfullbright5-16/+14
2010-08-16don't install the utility facet, this seems to solve our failing test issueskmoore1-4/+3
2010-08-16uncomment these failing tests now that M1 has gone out. Will make an attempt ...kmoore1-140/+145
2010-08-11Version updates for 3.0 M1.nhauge1-1/+1
2010-08-10comment out tests that fail intermittently for the 3.0M1 buildkmoore1-145/+140
2010-08-04added JpaFacet APIpfullbright8-17/+22
2010-07-30added ResourceLocator implementationpfullbright49-100/+104
2010-07-21320509 - change PersistenceUnit.addSpecifiedClassRef, JarFileRef, MappingFile...kmoore2-7/+7
2010-07-12294670 - More helpful UI for validation group persistence.xml propertiestle2-20/+336
2010-06-24312905 - fixing some incorrect defaults on virtual ORM attribute mappingskmoore7-7/+565
2010-05-25313766 - StackOverflowError with a self-referential ElementCollection or Embe...kmoore4-1/+136
2010-05-25313810 - final should not prevent an entity from being persistable, use valid...kmoore1-1/+1
2010-05-11312096 - fixed index out of bounds exception adding attributeskmoore13-34/+42
2010-05-05311654 - fixed the ant scripts to use ant target core-test, 1 more timekmoore1-2/+2
2010-05-05311654 - fixed the ant scripts to use ant target core-test. None of the WTP ...kmoore1-2/+2
2010-05-04311221 - split up core tests for the build, so that DNF is less likelykmoore4-33/+46
2010-04-14309196 - only cast to JpaFactory2_0 when in a 2.0 projectkmoore3-10/+10
2010-04-12301437 - uni-directional 1-m mapping using target foreign key is validated in...kmoore2-5/+254
2010-03-31307113 - incorrect default class names in virtual orm.xml attribute mappingskmoore3-13/+13
2010-03-26tweak and standardize copyrightsbvosburgh2-17/+10
2010-03-23fixed copyrightspfullbright28-28/+38
2010-03-18rename JDTTools to ASTToolsbvosburgh3-12/+13
2010-03-09303547 - map key attribute overrides supportkmoore4-5/+1569
2010-03-09fixed copyrightskmoore5-3/+23
2010-03-09Added Cascade.DETACH tests (and Java Cascade tests in general)pfullbright7-2/+498
2010-03-08updating @version and @since tags on core provisional apiskmoore2-46/+46
2010-03-03303547,303548 - added tolerance for .key and .value attribute overrides. Now...kmoore7-13/+22
2010-03-02Refactored several classes to use XmlClassReference insteadpfullbright5-7/+7
2010-03-02304274 - java resource model for CascadeType.DETACHkmoore5-1/+1690
2010-03-01updated exported packageskmoore1-0/+1
2010-03-01undoing accidental check-inkmoore2-6/+0
2010-02-26cleaning up some xml resource model issues, fixed cache-interceptor and query...kmoore2-0/+6

Back to the top