Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2008-04-09 19:41:11 +0000
committerkmoore2008-04-09 19:41:11 +0000
commit720dfb3c4d2ae8e10acca1f0180c0df25cd947d9 (patch)
tree4edc5df36bdbec34dbca03bbb4eb1a853500eab6 /jpa/plugins
parent876aa3ca48fbf282eb42a157eb76831700cdd241 (diff)
downloadwebtools.dali-720dfb3c4d2ae8e10acca1f0180c0df25cd947d9.tar.gz
webtools.dali-720dfb3c4d2ae8e10acca1f0180c0df25cd947d9.tar.xz
webtools.dali-720dfb3c4d2ae8e10acca1f0180c0df25cd947d9.zip
tweaking the validation message
Diffstat (limited to 'jpa/plugins')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/property_files/jpa_validation.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_validation.properties b/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_validation.properties
index 8d6a10ea7b..a0ce965395 100644
--- a/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_validation.properties
+++ b/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_validation.properties
@@ -22,7 +22,7 @@ PERSISTENCE_UNIT_INVALID_MAPPING_FILE=Mapping file \"{0}\" does not have ORM con
PERSISTENCE_UNIT_DUPLICATE_MAPPING_FILE=Duplicate mapping file \"{0}\"
PERSISTENCE_UNIT_UNSPECIFIED_CLASS=Unspecified class
PERSISTENCE_UNIT_NONEXISTENT_CLASS=Class \"{0}\" cannot be resolved
-PERSISTENCE_UNIT_INVALID_CLASS=Class \"{0}\" is listed in the persistence.xml file but not annotated as a persistent class
+PERSISTENCE_UNIT_INVALID_CLASS=Class \"{0}\" is listed in the persistence.xml file but not mapped
PERSISTENCE_UNIT_DUPLICATE_CLASS=Duplicate class \"{0}\"
PERSISTENCE_UNIT_REDUNDANT_CLASS=Class \"{0}\" is already specified in mapping file \"{1}\"
GENERATOR_DUPLICATE_NAME=Duplicate generator named \"{0}\" defined in this persistence unit

Back to the top