1 # Copyright (c) 2010, 2011, 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_NotImplemented:Not implemented.
17 ERR_No_Persistence_Capable_Annotation:Class {0} has no @PersistenceCapable annotation.
18 ERR_NullProperty:Property {0} must not be null.
19 ERR_Connecting:Error getting connection to cluster with properties {0}:\n
20 ERR_Create_Ndb:Failed to create Ndb for Session.
21 ERR_Get_NdbFilter:Failure getting NdbFilter.
22 ERR_Get_NdbTable:Failure getting NdbTable for class {0}, table {1}. \
23 Verify that the table is defined with ENGINE=NDB.
24 ERR_NumericFormat:Property {0} with value {1} must be numeric.
25 ERR_Unmatched_Methods:Unmatched method(s) {0}, {1}.
26 ERR_Not_A_Member:The property {0} is not a member of {1}.
27 ERR_No_Field_Number:Unable to find field number for {0} in class {1}.
28 ERR_Composite_Key_Parameter:Composite primary keys require Object[] parameter.
29 ERR_Create_Instance:Failed to create instance for {0}.
30 ERR_Set_Method_Parameters:Set method must have exactly one parameter. {0} has {1} parameters.
31 ERR_Method_Name:Method {0} is not a get or a set method
32 ERR_Unmatched_Method:Unmatched method {0}. Methods getXXX and setXXX must \
33 be matched; the parameter of the setXXX method must match the return type \
34 of the matching getXXX method.
35 ERR_Get_Constructor:Cannot get Constructor for class
36 ERR_Annotate_Set_Method:Property {0}: Cannot annotate set methods with {1}.
37 ERR_Primary_Field_Type:For class {0}, primary key column {1}: field type {2} is not supported.
38 ERR_Primary_Column_Type:For class {0}, primary key column {1}: column type {2} is not supported.
39 ERR_Value_Delegate:For field {0} column {1} valueDelegate {2}, error executing {3}.
40 ERR_Filter_Value:Error performing filter operation for field {0} column {1} \
41 valueDelegate {2}, value {3}.
42 ERR_Parameter_Undefined:Parameter named {0} is not defined for this query.
43 ERR_Parameter_Not_Bound:Parameter {0} is not bound. All parameters must be bound \
44 before executing or explaining a query.
45 ERR_Parameter_Null:Parameter name must not be null.
46 ERR_Parameter_Cannot_Be_Null:Parameter for {0} must not be null for {1}.
47 ERR_Parameter_Wrong_Type:Parameter {0} is of the wrong type {1}. It should be {2}.
48 ERR_Exception_On_Method:Exception on method {0}.
49 ERR_Only_Parameters:Operation {0} is implemented only for parameters.
50 ERR_Operation_Not_Supported:Operation {0} is not supported for {1}.
51 ERR_Unsupported_Field_Type:Unsupported field type {0} for {1}.
52 ERR_Index_Scan:Error executing getIndexScanOperation on table {0} using index {1}.
53 ERR_Unique_Index_Delete:Error executing getUniqueIndexDeleteOperation on table {0} using index {1}.
54 ERR_Table_Scan:Error executing getTableScanOperation on table {0}.
55 ERR_Select:Error executing getSelectOperation on table {0}.
56 ERR_Unique_Index:Error executing getUniqueIndexOperation on table {0} using index {1}.
57 ERR_Insert:Error executing getInsertOperation on table {0}.
58 ERR_Update:Error executing getUpdateOperation on table {0}.
59 ERR_Write:Error executing getWriteOperation on table {0}.
60 ERR_Delete_All:Error deleting all on table {0}.
61 ERR_Illegal_Scan_Type:Illegal scan type {0}.
62 ERR_Session_Closed:The session has been closed; no operations can be performed.
63 ERR_Create_Query:Parameter to CreateQuery must be ClusterJ DomainObject.
64 ERR_Ndb_Start:Error starting NdbTransaction.
65 ERR_Ndb_Commit:Error committing NdbTransaction.
66 ERR_Next_Result_Illegal:Error: nextResult() returned an illegal value: {0}
67 ERR_Transaction_Must_Not_Be_Active_For_Method:A transaction must not be active \
69 ERR_Transaction_Must_Be_Active_For_Method:A transaction must be active \
71 ERR_Transaction_Must_Be_Active:A transaction must be active.
72 ERR_Transaction_Must_Not_Be_Active:A transaction must not be active.
73 ERR_Transaction_Execute:An error occurred while executing a transaction \
75 ERR_Transaction_Rollback_Only:This transaction has been marked for rollback, \
76 and has been rolled back.
77 ERR_Transaction_Auto_Start:The method startAutoTransaction should have been \
78 called before {0} but was not called.
79 ERR_Transaction_Auto_End:The method endAutoTransaction should have been \
80 called before {0} but was not called.
81 ERR_Index_Annotation_Columns:For class {0}, field {0} the Index annotation \
82 must not include the columns attribute.
83 ERR_Index_Mismatch:For class {0}, index {1}, column {2} has no corresponding field.
84 ERR_Duplicate_Index:For class {0}, index {1} is duplicated.
85 ERR_Duplicate_Column:For class {0}, index {1}, column {2} is duplicated.
86 ERR_No_Column:For field {0}, table {1} does not define column {2}.
87 ERR_Wrong_Domain_Object:For operation {0}, domain objects must be identical.
88 ERR_Implementation_Should_Not_Occur:Error in implementation. Please file \
90 ERR_Exception_On_Query:Exception executing query.
91 ERR_Null_Value_Exception:For class {0}, field {1} is specified as \
92 NullValue.EXCEPTION and the value of the field is null.
93 ERR_Convert_String_To_Value:Don't know how to convert {0} to {1}. \
94 If you have any ideas, please file an issue.
95 ERR_Parameter_Type:The parameter must be of type {0} but is of type {1}.
96 ERR_Multiple_Parameter_Usage:Parameters can only be used in multiple places \
97 if they have the same type in each place. The parameter {0} has different types ({1} and {2}).
98 ERR_Get_Ndb_Index:Error getting NdbIndex for table: {0}, index: {1}.
99 ERR_No_Object_Found:No object found from class {0} with key {1}.
100 ERR_Invalid_Index_For_Type:For class {0}, field {1}, column {2}, index {3}, type {4}: \
101 hash indexes on float and double; and indexes on lob types are not supported.
102 ERR_Field_Not_Valid:The field {1} in class {0} cannot be persistent:\n
103 ERR_Key_Must_Be_An_Object_Array:Key must be an Object[] with {0} dimensions.
104 ERR_Key_Must_Not_Be_Null:Key must not be null, class {0} field {1}.
105 ERR_Incorrect_Key_Type:Incorrect key type for {0}: {1} should be {2}.
106 ERR_Set_Value:Error on setValue, handler {0}.
107 ERR_Session_Must_Not_Be_Null:Session must not be null.
108 ERR_Key_Parts_Must_Not_Be_Null_Or_Zero_Length:Key parts must not be null or zero length \
110 ERR_Set_Partition_Key_After_Enlistment:A transaction must not be enlisted when calling \
111 setPartitionKey for table {0}.
112 ERR_Set_Partition_Key_Twice:You must not call setPartitionKey twice for table {0}.
113 ERR_Null_Values_Can_Only_Be_Filtered_Equal:Null query parameters \
114 are only valid with equal comparisons. Query predicate for {0} {1} with {2} \
115 cannot have a null parameter.
116 ERR_Query_Where_Must_Not_Be_Null:Query where must not be null.
117 ERR_Cannot_Set_Coordinated_Transaction_Id_After_Transaction_Begin:\
118 Cannot set coordinated transaction after transaction begin.
119 ERR_Dynamic_Object_Instantiation:InstantiationException: \
120 The dynamic class {0} must be static, public, and have a public constructor.
121 ERR_Dynamic_Object_Illegal_Access:IllegalAccessException: \
122 The dynamic class {0} must be static, public, and have a public constructor.
123 ERR_Dynamic_Object_Null_Table_Name:The method {0}.tableName() must return a non-null table name \
124 or the class must be annotated with @PersistenceCapable with a non-null table attribute.
125 ERR_Session_Factory_Closed:The session factory cannot be used after it is closed.
126 ERR_Node_Ids_Format:The nodeids property {0} is invalid. Valid nodeids are integers separated \
127 by white space, commas, or semicolons.
128 ERR_Node_Ids_Must_Match_Connection_Pool_Size:The nodeids property ''{0}'' does not match the connection \
129 pool size ''{1}''. If both are specified, the number of node ids must match the connection pool size.
130 ERR_Session_Factory_Impl_Failed_To_Complete_Transaction:SessionFactoryImpl failed to complete transaction.
131 ERR_Too_Many_In_For_Index:For index ''{0}'', only one column per index can use the ''in'' operator in queries.
132 ERR_Wrong_Parameter_Type_For_In:For field ''{0}'', the parameter for query operator ''in'' must be \
133 either an array of Object types or a List.
134 ERR_Parameter_Too_Big_For_In:For field ''{0}'', the parameter of length {1} for query operator ''in'' \
135 is too big; it must contain fewer than 4097 items.