Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2007-04-25 20:09:37 +0000
committerpfullbright2007-04-25 20:09:37 +0000
commit5a50ff3aeafeb18e74f2ae005e86953fb4e38ceb (patch)
tree5f403b003319df613511081401862c5a1e6781f6 /jpa/plugins/org.eclipse.jpt.core/property_files
downloadwebtools.dali-5a50ff3aeafeb18e74f2ae005e86953fb4e38ceb.tar.gz
webtools.dali-5a50ff3aeafeb18e74f2ae005e86953fb4e38ceb.tar.xz
webtools.dali-5a50ff3aeafeb18e74f2ae005e86953fb4e38ceb.zip
renamed
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/property_files')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/property_files/jpa_core.properties18
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/property_files/jpa_validation.properties55
2 files changed, 73 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_core.properties b/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_core.properties
new file mode 100644
index 0000000000..8a59a2cb7d
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_core.properties
@@ -0,0 +1,18 @@
+###############################################################################
+# Copyright (c) 2007 Oracle.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Oracle. - initial API and implementation
+###############################################################################
+
+VALIDATE_PLATFORM_NOT_SPECIFIED=Platform must be specified
+VALIDATE_CONNECTION_NOT_SPECIFIED=Connection must be specified
+VALIDATE_CONNECTION_NOT_CONNECTED=Connection must be active to get data source specific help and validation.
+SYNCHRONIZE_CLASSES_JOB=Synchronizing classes
+SYNCHRONIZING_CLASSES_TASK=Synchronizing classes ...
+INVALID_PERSISTENCE_XML_CONTENT=Invalid persistence.xml content
+ERROR_WRITING_FILE=Could not write to persistence.xml \ No newline at end of file
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
new file mode 100644
index 0000000000..bcec2fa7f6
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_validation.properties
@@ -0,0 +1,55 @@
+###############################################################################
+# Copyright (c) 2007 Oracle.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Oracle. - initial API and implementation
+###############################################################################
+
+PROJECT_NO_CONNECTION=No connection specified for project. No data-specific validation will be performed.
+PROJECT_INACTIVE_CONNECTION=Connection \"{0}\" is not active. No validation will be done against the data source.
+PROJECT_NO_PERSISTENCE_XML=No persistence.xml file in project
+PROJECT_MULTIPLE_PERSISTENCE_XML=Multiple persistence.xml files in project
+PERSISTENCE_XML_INVALID_CONTENT=Invalid content (no root node)
+PERSISTENCE_NO_PERSISTENCE_UNIT=No persistence unit defined
+PERSISTENCE_MULTIPLE_PERSISTENCE_UNITS=Multiple persistence units defined
+PERSISTENCE_UNIT_UNSPECIFIED_MAPPING_FILE=Unspecified mapping file
+PERSISTENCE_UNIT_NONEXISTENT_MAPPING_FILE=Mapping file \"{0}\" cannot be resolved
+PERSISTENCE_UNIT_INVALID_MAPPING_FILE=Mapping file \"{0}\" does not have ORM content
+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 not annotated as a persistent class
+PERSISTENCE_UNIT_DUPLICATE_CLASS=Duplicate class \"{0}\"
+ENTITY_MAPPINGS_MULTIPLE_METADATA=Metadata for persistence unit \"{0}\" specified in multiple mapping files
+PERSISTENT_TYPE_UNSPECIFIED_CLASS=Unspecified class
+PERSISTENT_TYPE_UNRESOLVED_CLASS=Class \"{0}\" cannot be resolved
+ENTITY_NO_ID=Entity \"{0}\" has no Id or EmbeddedId
+PERSISTENT_ATTRIBUTE_UNSPECIFIED_NAME=Unspecified name
+PERSISTENT_ATTRIBUTE_UNRESOLVED_NAME=Attribute \"{0}\" in class \"{1}\" cannot be resolved
+PERSISTENT_ATTRIBUTE_INVALID_MAPPING=Attribute \"{0}\" has invalid mapping type in this context
+TABLE_UNRESOLVED_SCHEMA=Schema \"{0}\" cannot be resolved for table \"{1}\"
+TABLE_UNRESOLVED_NAME=Table \"{0}\" cannot be resolved
+JOIN_TABLE_UNRESOLVED_SCHEMA=Schema \"{0}\" cannot be resolved for join table \"{1}\"
+VIRTUAL_ATTRIBUTE_JOIN_TABLE_UNRESOLVED_SCHEMA=In virtual attribute \"{0}\", schema \"{1}\" cannot be resolved for join table \"{2}\"
+JOIN_TABLE_UNRESOLVED_NAME=Join table \"{0}\" cannot be resolved
+VIRTUAL_ATTRIBUTE_JOIN_TABLE_UNRESOLVED_NAME=In virtual attribute \"{0}\",, join table \"{1}\" cannot be resolved
+COLUMN_UNRESOLVED_TABLE=Table \"{0}\" for column \"{1}\" cannot be resolved
+VIRTUAL_ATTRIBUTE_COLUMN_UNRESOLVED_TABLE=In virtual attribute \"{0}\", table \"{1}\" for column \"{2}\" cannot be resolved
+VIRTUAL_ATTRIBUTE_OVERRIDE_COLUMN_UNRESOLVED_TABLE=In virtual attribute override \"{0}\", table \"{1}\" for column \"{2}\" cannot be resolved
+COLUMN_UNRESOLVED_NAME=Column \"{0}\" cannot be resolved
+VIRTUAL_ATTRIBUTE_COLUMN_UNRESOLVED_NAME=In virtual attribute \"{0}\", column \"{1}\" cannot be resolved
+VIRTUAL_ATTRIBUTE_OVERRIDE_COLUMN_UNRESOLVED_NAME=In virtual attribute override \"{0}\", column \"{1}\" cannot be resolved
+JOIN_COLUMN_UNRESOLVED_TABLE=Table \"{0}\" for join column \"{1}\" cannot be resolved
+VIRTUAL_ATTRIBUTE_JOIN_COLUMN_UNRESOLVED_TABLE=In virtual attribute \"{0}\", table \"{1}\" for join column \"{2}\" cannot be resolved
+VIRTUAL_ASSOCIATION_OVERRIDE_JOIN_COLUMN_UNRESOLVED_TABLE=In virtual association override \"{0}\", table \"{1}\" for join column \"{2}\" cannot be resolved
+JOIN_COLUMN_UNRESOLVED_NAME=Join column \"{0}\" cannot be resolved
+VIRTUAL_ATTRIBUTE_JOIN_COLUMN_UNRESOLVED_NAME=In virtual attribute \"{0}\", join column \"{1}\" cannot be resolved
+VIRTUAL_ASSOCIATION_OVERRIDE_JOIN_COLUMN_UNRESOLVED_NAME=In virtual association override \"{0}\", join column \"{1}\" cannot be resolved
+JOIN_COLUMN_REFERENCED_COLUMN_UNRESOLVED_NAME=Referenced column \"{0}\" in join column \"{1}\" cannot be resolved
+VIRTUAL_ATTRIBUTE_JOIN_COLUMN_REFERENCED_COLUMN_UNRESOLVED_NAME=In virtual attribute \"{0}\", referenced column \"{1}\" in join column \"{2}\" cannot be resolved
+VIRTUAL_ASSOCIATION_OVERRIDE_JOIN_COLUMN_REFERENCED_COLUMN_UNRESOLVED_NAME=In virtual association override \"{0}\", referenced column \"{1}\" in join column \"{2}\" cannot be resolved
+GENERATED_VALUE_UNRESOLVED_GENERATOR=No generator named \"{0}\" is defined in persistence unit

Back to the top