From 97cd88adc357a99b97c27d0074a8fec46adee7a5 Mon Sep 17 00:00:00 2001 From: Donald Woods Date: Mon, 8 Mar 2010 18:28:33 +0000 Subject: [PATCH] OPENJPA-1121 Update Changes/ReleaseNotes to say this was fixed in 2.0.0 M3 git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920435 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/CHANGES.txt | 1 + openjpa-project/RELEASE-NOTES.html | 1 + 2 files changed, 2 insertions(+) diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt index 89d7b2cd5..718fa5b5e 100644 --- a/openjpa-project/CHANGES.txt +++ b/openjpa-project/CHANGES.txt @@ -415,6 +415,7 @@ Bug * [OPENJPA-1117] - Missing AgentClass attribute in openjpa-all-xxx.jar manifest.mf * [OPENJPA-1119] - NPE in InstrumentationFactory * [OPENJPA-1120] - idEquals() broken in BigDecimalId and BigIntegerId + * [OPENJPA-1121] - Enums cause a ClassNotFoundException in the MappingTool * [OPENJPA-1125] - A message is logged about dynamically loading the class enhancer even though I'm using the -javaagent * [OPENJPA-1127] - Typos in user manual and log messages * [OPENJPA-1132] - Dropping constraints fails on MySQL diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html index 551acd36e..b890b7de0 100644 --- a/openjpa-project/RELEASE-NOTES.html +++ b/openjpa-project/RELEASE-NOTES.html @@ -626,6 +626,7 @@ in each release of OpenJPA.

  • [OPENJPA-1117] - Missing AgentClass attribute in openjpa-all-xxx.jar manifest.mf
  • [OPENJPA-1119] - NPE in InstrumentationFactory
  • [OPENJPA-1120] - idEquals() broken in BigDecimalId and BigIntegerId
  • +
  • [OPENJPA-1121] - Enums cause a ClassNotFoundException in the MappingTool
  • [OPENJPA-1125] - A message is logged about dynamically loading the class enhancer even though I'm using the -javaagent
  • [OPENJPA-1127] - Typos in user manual and log messages
  • [OPENJPA-1132] - Dropping constraints fails on MySQL