blob: f5d9b69ec58e9fe5ab743ef30d582ffae34e4c02 [file] [log] [blame]
################################################################################
# Copyright (c) 2009, 2010 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_LEVEL_CATEGORY=Project
NO_JPA_PROJECT=Project has JPA facet, but JPA project couldn't be created:
PROJECT_NO_CONNECTION=No connection specified for project:
PROJECT_INVALID_CONNECTION=Connection does not exist:
PROJECT_INACTIVE_CONNECTION=Connection is not active:
PROJECT_NO_PERSISTENCE_XML=No persistence.xml file found in project:
PROJECT_MULTIPLE_PERSISTENCE_XML=Multiple persistence.xml files in project:
XML_VERSION_NOT_LATEST=XML document version not most recent:
PERSISTENCE_NO_PERSISTENCE_UNIT=No persistence unit defined:
PERSISTENCE_MULTIPLE_PERSISTENCE_UNITS=Multiple persistence units defined:
PERSISTENCE_XML_INVALID_CONTENT=Invalid content (no root node):
PERSISTENCE_UNIT_LEVEL_CATEGORY=Persistence unit
PERSISTENCE_UNIT_UNSPECIFIED_MAPPING_FILE=Unspecified mapping file:
PERSISTENCE_UNIT_UNSUPPORTED_MAPPING_FILE_CONTENT=Mapping file does not have supported content:
PERSISTENCE_UNIT_NONEXISTENT_MAPPING_FILE=Mapping file cannot be resolved:
PERSISTENCE_UNIT_INVALID_MAPPING_FILE=Mapping file does not have ORM content:
PERSISTENCE_UNIT_DUPLICATE_MAPPING_FILE=Duplicate mapping file:
PERSISTENCE_UNIT_UNSPECIFIED_CLASS=Unspecified class:
PERSISTENCE_UNIT_NONEXISTENT_CLASS=Class cannot be resolved:
PERSISTENCE_UNIT_INVALID_CLASS=Class is included in a persistence unit but is not mapped:
PERSISTENCE_UNIT_DUPLICATE_CLASS=Duplicate class:
PERSISTENCE_UNIT_REDUNDANT_CLASS=Class is already specified in mapping file:
PERSISTENCE_UNIT_DUPLICATE_JAR_FILE=Duplicate JAR file:
PERSISTENCE_UNIT_UNSPECIFIED_JAR_FILE=Unspecified JAR file:
PERSISTENCE_UNIT_JAR_FILE_DEPLOYMENT_PATH_WARNING=The path to the JAR file will vary:
PERSISTENCE_UNIT_NONEXISTENT_JAR_FILE=JAR file cannot be resolved:
MAPPING_FILE_EXTRANEOUS_PERSISTENCE_UNIT_DEFAULTS=Extraneous persistence unit defaults found:
PERSISTENT_TYPE_MAPPED_BUT_NOT_INCLUDED_IN_PERSISTENCE_UNIT=Class is mapped, but is not in a persistence unit:
PERSISTENT_TYPE_ANNOTATED_BUT_NOT_INCLUDED_IN_PERSISTENCE_UNIT=Class is annotated, but is not in a persistence unit:
PERSISTENT_TYPE_UNSPECIFIED_CLASS=Unspecified class:
PERSISTENT_TYPE_UNRESOLVED_CLASS=Class cannot be resolved:
TYPE_LEVEL_CATEGORY=Type
ENTITY_NO_PK=Entity has no primary key:
ENTITY_SINGLE_TABLE_DESCENDANT_DEFINES_TABLE=No table should be defined for non-root entity using single-table inheritance:
ENTITY_ABSTRACT_TABLE_PER_CLASS_DEFINES_TABLE=No table should be defined for abstract entity using table-per-concrete-class inheritance:
ENTITY_ABSTRACT_DISCRIMINATOR_VALUE_DEFINED = No discriminator value should be defined for abstract entity:
ENTITY_TABLE_PER_CLASS_DISCRIMINATOR_VALUE_DEFINED = No discriminator value should be defined for entity using table-per-concrete-class inheritance:
ENTITY_NON_ROOT_DISCRIMINATOR_COLUMN_DEFINED =No discriminator column should be defined for non-root entity:
ENTITY_TABLE_PER_CLASS_DISCRIMINATOR_COLUMN_DEFINED = No discriminator column should be defined for entity using table-per-concrete-class inheritance:
PERSISTENT_ATTRIBUTE_UNSPECIFIED_NAME=Unspecified name:
PERSISTENT_ATTRIBUTE_UNRESOLVED_NAME=Attribute in class cannot be resolved:
PERSISTENT_ATTRIBUTE_INHERITED_ATTRIBUTES_NOT_SUPPORTED=Referenced inherited attribute may not be supported:
PERSISTENT_ATTRIBUTE_INVALID_MAPPING=Attribute has invalid mapping type:
PERSISTENT_ATTRIBUTE_FINAL_FIELD=The java field for attribute is final:
PERSISTENT_ATTRIBUTE_PUBLIC_FIELD=The java field for attribute is public:
ATTRIBUTE_LEVEL_CATEGORY=Attribute
MAPPING_UNRESOLVED_MAPPED_BY=Cannot resolve attribute name:
MAPPING_INVALID_MAPPED_BY=Attribute has invalid mapping for this relationship:
MAPPING_MAPPED_BY_WITH_JOIN_TABLE=Cannot specify join table if attribute is mapped by another attribute:
MAPPING_MAPPED_BY_ON_BOTH_SIDES=Relationship must have an owner:
TARGET_ENTITY_NOT_DEFINED=Target entity is not defined:
TARGET_ENTITY_IS_NOT_AN_ENTITY=Target entity is not an Entity:
MAPS_ID_VALUE_NOT_SPECIFIED="Maps ID" attribute value not specified:
MAPS_ID_VALUE_NOT_RESOLVED="Maps ID" attribute value not resolved:
MAPS_ID_VALUE_INVALID="Maps ID" attribute value invalid:
ORDER_COLUMN_AND_ORDER_BY_BOTH_SPECIFIED=OrderColumn and OrderBy annotations are both specified:
ELEMENT_COLLECTION_TARGET_CLASS_NOT_DEFINED=Element collection target class not defined:
ELEMENT_COLLECTION_TARGET_CLASS_MUST_BE_EMBEDDABLE_OR_BASIC_TYPE=Element collection target class is not embeddable or basic type:
ELEMENT_COLLECTION_MAP_KEY_CLASS_NOT_DEFINED=Element collection map key class not defined:
PHYSICAL_MAPPING_CATEGORY=Database
TABLE_UNRESOLVED_CATALOG=Catalog cannot be resolved for table:
TABLE_UNRESOLVED_SCHEMA=Schema cannot be resolved for table:
TABLE_UNRESOLVED_NAME=Table cannot be resolved:
SECONDARY_TABLE_UNRESOLVED_CATALOG=Catalog cannot be resolved for secondary table:
SECONDARY_TABLE_UNRESOLVED_SCHEMA=Schema cannot be resolved for secondary table:
SECONDARY_TABLE_UNRESOLVED_NAME=Secondary table cannot be resolved:
JOIN_TABLE_UNRESOLVED_CATALOG=Catalog cannot be resolved for join table:
JOIN_TABLE_UNRESOLVED_SCHEMA=Schema cannot be resolved for join table:
JOIN_TABLE_UNRESOLVED_NAME=Join table cannot be resolved:
COLUMN_UNRESOLVED_TABLE=Table for column cannot be resolved:
COLUMN_UNRESOLVED_NAME=Column cannot be resolved:
COLUMN_TABLE_NOT_VALID_FOR_THIS_ENTITY=Table for column not valid for this entity:
JOIN_COLUMN_TABLE_DOES_NOT_MATCH_JOIN_TABLE=Table for join column does not match join table:
JOIN_COLUMN_TABLE_NOT_VALID_FOR_THIS_ENTITY=Table for join column not valid for this entity:
JOIN_COLUMN_UNRESOLVED_NAME=Join column cannot be resolved:
JOIN_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Join column name must be specified when there are multiples:
JOIN_COLUMN_UNRESOLVED_REFERENCED_COLUMN_NAME=Referenced column in join column cannot be resolved:
JOIN_COLUMN_REFERENCED_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Join column referenced column name must be specified when there are multiples:
INVERSE_JOIN_COLUMN_TABLE_DOES_NOT_MATCH_JOIN_TABLE=Table for inverse join column does not match join table:
INVERSE_JOIN_COLUMN_UNRESOLVED_NAME=Inverse join column cannot be resolved:
INVERSE_JOIN_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Inverse join column name must be specified when there are multiples:
INVERSE_JOIN_COLUMN_UNRESOLVED_REFERENCED_COLUMN_NAME=Referenced column in inverse join column cannot be resolved:
INVERSE_JOIN_COLUMN_REFERENCED_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Inverse join column referenced column name must be specified when there are multiples:
PRIMARY_KEY_JOIN_COLUMN_UNRESOLVED_NAME=Primary key join column cannot be resolved:
PRIMARY_KEY_JOIN_COLUMN_UNRESOLVED_REFERENCED_COLUMN_NAME=Referenced column in primary key join column cannot be resolved:
PRIMARY_KEY_JOIN_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Primary key join column name must be specified when there are multiples:
PRIMARY_KEY_JOIN_COLUMN_REFERENCED_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Primary key join column referenced column name must be specified when there are multiples:
VIRTUAL_PRIMARY_KEY_JOIN_COLUMN_UNRESOLVED_NAME=Implied primary key join column cannot be resolved:
VIRTUAL_PRIMARY_KEY_JOIN_COLUMN_UNRESOLVED_REFERENCED_COLUMN_NAME=Implied primary key join column referenced column in primary key join column cannot be resolved:
VIRTUAL_SECONDARY_TABLE_PRIMARY_KEY_JOIN_COLUMN_UNRESOLVED_NAME=Implied secondary table primary key join column cannot be resolved:
VIRTUAL_SECONDARY_TABLE_PRIMARY_KEY_JOIN_COLUMN_UNRESOLVED_REFERENCED_COLUMN_NAME=Implied secondary table primary key join column referenced column name cannot be resolved:
VIRTUAL_SECONDARY_TABLE_PRIMARY_KEY_JOIN_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Implied secondary table primary key join column name must be specified when there are multiples:
VIRTUAL_SECONDARY_TABLE_PRIMARY_KEY_JOIN_COLUMN_REFERENCED_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Implied secondary table primary key join column referenced column name must be specified when there are multiples:
VIRTUAL_ATTRIBUTE_OVERRIDE_COLUMN_TABLE_DOES_NOT_MATCH_COLLECTION_TABLE=Implied attribute override table for column does not match collection table
VIRTUAL_ASSOCIATION_OVERRIDE_JOIN_COLUMN_TABLE_DOES_NOT_MATCH_COLLECTION_TABLE=Implied association override table for join column does not match collection table
MAP_KEY_COLUMN_TABLE_NOT_VALID=Table for map key column is not valid:
COLLECTION_TABLE_UNRESOLVED_CATALOG=Catalog cannot be resolved for collection table:
COLLECTION_TABLE_UNRESOLVED_SCHEMA=Schema cannot be resolved for collection table:
COLLECTION_TABLE_UNRESOLVED_NAME=Collection table cannot be resolved:
ORDER_COLUMN_UNRESOLVED_NAME=Order column cannot be resolved:
ELEMENT_COLLECTION_VALUE_COLUMN_UNRESOLVED_NAME=Element collection value column cannot be resolved:
ELEMENT_COLLECTION_VALUE_COLUMN_TABLE_DOES_NOT_MATCH_COLLECTION_TABLE=Element collection table for value column does not match collection table:
JOIN_COLUMN_TABLE_DOES_NOT_MATCH_COLLECTION_TABLE=Join column table not match collection table:
VIRTUAL_ASSOCIATION_OVERRIDE_JOIN_COLUMN_TABLE_NOT_VALID_FOR_THIS_ENTITY=Association override table for join column not valid for this entity:
VIRTUAL_ASSOCIATION_OVERRIDE_JOIN_COLUMN_UNRESOLVED_NAME=Join column cannot be resolved:
VIRTUAL_ASSOCIATION_OVERRIDE_JOIN_COLUMN_UNRESOLVED_REFERENCED_COLUMN_NAME=Referenced column in join column cannot be resolved:
VIRTUAL_ASSOCIATION_OVERRIDE_JOIN_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Association override join column name must be specified when there are multiples:
VIRTUAL_ASSOCIATION_OVERRIDE_JOIN_COLUMN_REFERENCED_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Association override join column referenced column name must be specified when there are multiples:
IMPLIED_ATTRIBUTE_CATEGORY=Implied Attributes
VIRTUAL_ATTRIBUTE_JOIN_TABLE_UNRESOLVED_CATALOG=Catalog cannot be resolved for join table:
VIRTUAL_ATTRIBUTE_JOIN_TABLE_UNRESOLVED_SCHEMA=Schema cannot be resolved for join table:
VIRTUAL_ATTRIBUTE_JOIN_TABLE_UNRESOLVED_NAME=Join table cannot be resolved:
VIRTUAL_ATTRIBUTE_OVERRIDE_COLUMN_TABLE_NOT_VALID_FOR_THIS_ENTITY=Attribute override table for column not valid for this entity:
VIRTUAL_ATTRIBUTE_ATTRIBUTE_OVERRIDE_COLUMN_TABLE_NOT_VALID_FOR_THIS_ENTITY=Attribute override table for column not valid for this entity:
VIRTUAL_ATTRIBUTE_COLUMN_TABLE_NOT_VALID_FOR_THIS_ENTITY=Table for column not valid for this entity:
VIRTUAL_ATTRIBUTE_ATTRIBUTE_OVERRIDE_COLUMN_UNRESOLVED_NAME=Attribute override column cannot be resolved:
VIRTUAL_ATTRIBUTE_COLUMN_UNRESOLVED_NAME=Column cannot be resolved:
VIRTUAL_ATTRIBUTE_OVERRIDE_COLUMN_UNRESOLVED_NAME=Attribute override column cannot be resolved:
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_UNRESOLVED_TABLE=Table for join column cannot be resolved:
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_UNRESOLVED_NAME=Join column cannot be resolved:
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Join column name must be specified when there are multiples:
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_UNRESOLVED_REFERENCED_COLUMN_NAME=Referenced column in join column cannot be resolved:
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_REFERENCED_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Join column referenced column name must be specified when there are multiples:
VIRTUAL_ATTRIBUTE_TARGET_ENTITY_IS_NOT_AN_ENTITY=Target entity is not an Entity:
VIRTUAL_ATTRIBUTE_TARGET_ENTITY_NOT_DEFINED=Target entity is not defined:
VIRTUAL_ATTRIBUTE_COLLECTION_TABLE_UNRESOLVED_CATALOG=Catalog cannot be resolved for collection table:
VIRTUAL_ATTRIBUTE_COLLECTION_TABLE_UNRESOLVED_SCHEMA=Schema cannot be resolved for collection table:
VIRTUAL_ATTRIBUTE_COLLECTION_TABLE_UNRESOLVED_NAME=Collection table cannot be resolved:
VIRTUAL_ATTRIBUTE_ORDER_COLUMN_UNRESOLVED_NAME=Order column cannot be resolved:
VIRTUAL_ATTRIBUTE_ELEMENT_COLLECTION_TARGET_CLASS_NOT_DEFINED=Element collection target class not defined:
VIRTUAL_ATTRIBUTE_ELEMENT_COLLECTION_TARGET_CLASS_MUST_BE_EMBEDDABLE_OR_BASIC_TYPE=Element collection target class is not embeddable or basic type:
VIRTUAL_ATTRIBUTE_ELEMENT_COLLECTION_MAP_KEY_CLASS_NOT_DEFINED=Element collection map key class not defined:
VIRTUAL_ATTRIBUTE_ELEMENT_COLLECTION_VALUE_COLUMN_UNRESOLVED_NAME=Element collection value column cannot be resolved:
VIRTUAL_ATTRIBUTE_ELEMENT_COLLECTION_VALUE_COLUMN_TABLE_DOES_NOT_MATCH_COLLECTION_TABLE=Element collection table for value column does not match collection table:
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_TABLE_DOES_NOT_MATCH_COLLECTION_TABLE=Join column table not match collection table:
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_TABLE_DOES_NOT_MATCH_JOIN_TABLE=Table for join column does not match join table:
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_TABLE_NOT_VALID_FOR_THIS_ENTITY=Table for join column not valid for this entity:
VIRTUAL_ATTRIBUTE_INVERSE_JOIN_COLUMN_TABLE_DOES_NOT_MATCH_JOIN_TABLE=Table for inverse join column does not match join table:
VIRTUAL_ATTRIBUTE_INVERSE_JOIN_COLUMN_UNRESOLVED_NAME=Inverse join column cannot be resolved:
VIRTUAL_ATTRIBUTE_INVERSE_JOIN_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Inverse join column name must be specified when there are multiples:
VIRTUAL_ATTRIBUTE_INVERSE_JOIN_COLUMN_UNRESOLVED_REFERENCED_COLUMN_NAME=Referenced column in inverse join column cannot be resolved:
VIRTUAL_ATTRIBUTE_INVERSE_JOIN_COLUMN_REFERENCED_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Inverse join column referenced column name must be specified when there are multiples:
VIRTUAL_ATTRIBUTE_ATTRIBUTE_OVERRIDE_COLUMN_TABLE_DOES_NOT_MATCH_COLLECTION_TABLE=Implied attribute override table for column does not match collection table
VIRTUAL_ATTRIBUTE_ASSOCIATION_OVERRIDE_JOIN_COLUMN_TABLE_DOES_NOT_MATCH_COLLECTION_TABLE=Implied association override table for join column does not match collection table
VIRTUAL_ATTRIBUTE_MAP_KEY_COLUMN_TABLE_NOT_VALID=Table for map key column is not valid:
IMPLIED_ASSOCIATION_CATEGORY=Implied Associations
VIRTUAL_ATTRIBUTE_ASSOCIATION_OVERRIDE_JOIN_COLUMN_TABLE_NOT_VALID_FOR_THIS_ENTITY=Association override table for join column not valid for this entity:
VIRTUAL_ATTRIBUTE_ASSOCIATION_OVERRIDE_JOIN_COLUMN_UNRESOLVED_NAME=Association override join column cannot be resolved:
VIRTUAL_ATTRIBUTE_ASSOCIATION_OVERRIDE_JOIN_COLUMN_REFERENCED_COLUMN_UNRESOLVED_NAME=Association override join column referenced column name cannot be resolved:
VIRTUAL_ATTRIBUTE_ASSOCIATION_OVERRIDE_JOIN_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Association override join column name must be specified when there are multiples:
VIRTUAL_ATTRIBUTE_ASSOCIATION_OVERRIDE_JOIN_COLUMN_REFERENCED_COLUMN_NAME_MUST_BE_SPECIFIED_MULTIPLE_JOIN_COLUMNS=Association override join column referenced column name must be specified when there are multiples:
INHERITANCE_CATEGORY=Inheritance
DISCRIMINATOR_COLUMN_UNRESOLVED_NAME=Discriminator column cannot be resolved:
ENTITY_TABLE_PER_CLASS_NOT_SUPPORTED_ON_PLATFORM=Entity cannot use table-per-concrete-class inheritance:
ENTITY_TABLE_PER_CLASS_NOT_PORTABLE_ON_PLATFORM=Entity uses table-per-concrete-class inheritance which is not portable:
QUERIES_GENERATORS_CATEGORY=Queries and Generators
GENERATOR_DUPLICATE_NAME=Duplicate generator defined:
ID_MAPPING_UNRESOLVED_GENERATOR_NAME=Unresolved generator name:
GENERATED_VALUE_UNRESOLVED_GENERATOR=Generator name is defined in the persistence unit:
QUERY_DUPLICATE_NAME=Duplicate query defined: