1 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; version 2 of the License.
7 # This program is distributed in the hope that it will be useful,
8 # but WITHOUT ANY WARRANTY; without even the implied warranty of
9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 # GNU General Public License for more details.
12 # You should have received a copy of the GNU General Public License
13 # along with this program; if not, write to the Free Software
14 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
16 ERR_More_Than_One_Column_Mapped_To_A_Field:Cannot map more than one column \
17 to a field. class: {0}, field: {1} columns: {2}.
18 ERR_Illegal_Primary_Key_Type:Unsupported Primary Key type for \
19 class: {0} field: {1} column: {2} Java type: {3}.
20 ERR_Illegal_Foreign_Key_Type:Unsupported Foreign Key type for \
21 class: {0} field: {1} column: {2} Java type: {3}.
22 ERR_Unsupported_Flush_Operation:Unsupported PCType for flush operation: {0}.
23 ERR_Commit_Failed:Commit failed: {0}
24 ERR_No_Column_Mapped_To_A_Field:Must map a column to a field: \
25 class: {0} field: {1} table: {2} strategy: {3}.
26 ERR_Unsupported_Meta_Type:MetaType {0} not supported yet.
27 ERR_Datastore_Exception:Exception caught.
28 ERR_Unsupported_Object_Type_For_Resolve:Unsupported object type {0} for resolve.
29 ERR_Implementation_Should_Not_Occur:Implementation error; should not occur.
30 ERR_No_Oid_Field:There is no oid field defined for column {0}.
31 ERR_No_Field_In_Oid_Class:Oid class {0} does not have a field named {1}.
32 ERR_Security_Violation_For_Oid_Class:Security violation getting field for oid class {0}.
33 ERR_Illegal_Filter_Condition:Illegal filter condition for composite key {0}.
34 ERR_Create_Domain_Type_Handler_First:The DomainTypeHandler for {0} must be created \
35 before using this method.
36 ERR_Missing_Connect_String:The property openjpa.ndb.connectString must be specified \
38 ERR_Unsupported_Object_Id_Type:Unsupported object id type {1} for {0}.
39 ERR_Unknown_Field_Mapping:Can't find NdbOpenJPADomainFieldHandlerImpl for type {0} field {1}.
40 ERR_Unknown_Field_Name:No field named {0} is defined for {1}.
41 ERR_No_Columns_And_Not_Mapped_By:For type {0} field {1}, fields with no columns \
42 must be mapped by a related field.
43 ERR_Embedded_Fields_Not_Supported:For type {0} field {1}, embedded fields are not supported.
44 ERR_Partition_Key_Null:Partition key must not be null.
45 ERR_Bad_Dependency:This class has a dependency on class {0} which is not supported.
46 ERR_JDBC_Path:Force failure on access of unsupported class {0}.
47 MSG_Unsupported_Class:Class {0} is not supported.
48 ERR_No_Column:For field {0}, table {1} does not define column {2}.
49 ERR_No_Table:For class {0}, table {1} is not a cluster table.
50 ERR_No_Mapped_Table:For class {0}, no table is mapped.
51 ERR_Abstract_Class:Class {0} is abstract and is not supported.
52 ERR_Subclass:Class {0} is a persistent subclass and is not supported.
53 ERR_Superclass:Class {0} is a persistent superclass and is not supported.
54 ERR_Exception_While_Loading:An exception was raised while loading.