You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by al...@apache.org on 2008/08/16 00:19:36 UTC

svn commit: r686402 - in /openjpa/branches/1.2.x: openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/ openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/ openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/ openjpa-j...

Author: allee8285
Date: Fri Aug 15 15:19:36 2008
New Revision: 686402

URL: http://svn.apache.org/viewvc?rev=686402&view=rev
Log:
Minor typo corrections in message files.

Modified:
    openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties
    openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties
    openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties
    openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
    openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties
    openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties
    openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties
    openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties
    openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
    openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties
    openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties
    openjpa/branches/1.2.x/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties
    openjpa/branches/1.2.x/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties
    openjpa/branches/1.2.x/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties

Modified: openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties Fri Aug 15 15:19:36 2008
@@ -69,7 +69,7 @@
 
 SubclassFetchMode-name: Subclass fetch mode
 SubclassFetchMode-desc: Specifies the default subclass fetch mode to use. \
-	Eitehr "none" to always select data in base class tables only, "join" to \
+	Either "none" to always select data in base class tables only, "join" to \
 	outer-join to tables for all subclasses, or "parallel" to execute a \
 	separate select in parallel for each possible subclass.  Parallel mode is \
 	only applicable to Query execution; in other situations it mirrors \

Modified: openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties Fri Aug 15 15:19:36 2008
@@ -129,7 +129,7 @@
 generic-bad-fktarget: "{0}" defines a target of "{1}" for column "{2}", but \
 	that target does not exist in table "{3}".
 generic-bad-fktargetcls: "{0}" defines target field "{1}" for column \
-	"{2}", but OpenJPA cannot deterimine the owning class for that field.
+	"{2}", but OpenJPA cannot determine the owning class for that field.
 generic-bad-fktargetfield: "{0}" defines target field "{1}" for column \
 	"{2}", but that field does not exist in type "{3}".
 generic-fktargetfield-cols: "{0}" defines target field "{1}" for column \
@@ -146,7 +146,7 @@
 	deferred constraints.  Creating an undeferred constraint.
 generic-unsupported-fk-action: "{0}" uses an unsupported foreign key delete or \
 	update action on its columns.  Reverting to a logical foreign key.
-generic-const-join: "{0}" attmpts to join a constant value to another constant \
+generic-const-join: "{0}" attempts to join a constant value to another constant \
 	value.
 superclass-no-fk-cols: Type "{0}" is missing information on how to join to \
 	its superclass.
@@ -169,7 +169,7 @@
 superclass-bad-fktarget: Type "{0}" defines a target of "{1}" for superclass \
 	join column "{2}", but that target does not exist in table "{3}".
 superclass-bad-fktargetcls: "{0}" defines target field "{1}" for superclass \
-	join column "{2}", but OpenJPA cannot deterimine the owning class for that \
+	join column "{2}", but OpenJPA cannot determine the owning class for that \
 	field.
 superclass-bad-fktargetfield: Type "{0}" defines target field of "{1}" for \
 	superclass join column "{2}", but that field does not exist in type "{3}".
@@ -191,7 +191,7 @@
 superclass-unsupported-fk-action: Type "{0}" uses an unsupported foreign key \
 	delete or update action on its superclass join columns.  Reverting to a \
 	logical foreign key.
-superclass-const-join: "{0}" attmpts to join a constant value to another \
+superclass-const-join: "{0}" attempts to join a constant value to another \
 	constant value.
 join-no-index-cols: "{0}" declares a join index, but has no join columns.
 join-index-exists: "{0}" marks its join columns as explicitly not indexed, but \
@@ -237,7 +237,7 @@
 join-bad-fktarget: "{0}" defines a target of "{1}" for join column "{2}", but \
 	that target does not exist in table "{3}".
 join-bad-fktargetcls: "{0}" defines target field "{1}" for join column "{2}", \
-	but OpenJPA cannot deterimine the owning class for that field.
+	but OpenJPA cannot determine the owning class for that field.
 join-bad-fktargetfield: "{0}" defines target field of "{1}" for join column \
 	"{2}", but that field does not exist in type "{3}".
 join-fktargetfield-cols: "{0}" defines target field "{1}" for join column \
@@ -255,7 +255,7 @@
 	support deferred constraints.  Creating an undeferred constraint.
 join-unsupported-fk-action: "{0}" uses an unsupported foreign key delete or \
 	update action on its join columns.  Reverting to a logical foreign key.
-join-const-join: "{0}" attmpts to join a constant value to another constant \
+join-const-join: "{0}" attempts to join a constant value to another constant \
 	value.
 unmapped: Attempt to map "{0}" failed: the owning entity is not mapped.
 col-wrong-table: When mapping "{0}" to table "{1}", found a column mapped to \

Modified: openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties Fri Aug 15 15:19:36 2008
@@ -126,7 +126,7 @@
 	"traditional" join syntax, which does not support outer joins.  To \
 	use SQL 92 joins instead, set the following property:\n\
 	openjpa.jdbc.DBDictionary: JoinSyntax=sql92
-unknown-discrim-value: Could not map disciminator value "{0}" to any \
+unknown-discrim-value: Could not map discriminator value "{0}" to any \
 	known subclasses of the requested class "{1}" (known discriminator \
 	values: {2}).
 bad-unmapped-rel: "{0}" cannot be mapped without stringifying the oid of \

Modified: openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties Fri Aug 15 15:19:36 2008
@@ -157,9 +157,9 @@
 column-not-mapped: SQLResultSetMapping "{0}" does not map the columns "{1}" \
 	that are selected by the SQL query\r\n "{2}"
 dictionary-configuration: DBDictionary configuration: \n{0}
-oracle-timestamp-bug: An ArrayIndexOutOfBoundsException has occured when \
+oracle-timestamp-bug: An ArrayIndexOutOfBoundsException has occurred when \
     getting a timestamp value. This can happen when using versions of the \
-    Oracle JDBC driver greater than 9.2 in conjuncion with a server version \
+    Oracle JDBC driver greater than 9.2 in conjunction with a server version \
     less than 9.2. Downgrading the driver will solve this, or it can be \
     worked around by setting the "SupportsTimestampNanos" DBDictionary \
     property to "true".

Modified: openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/conf/localizer.properties Fri Aug 15 15:19:36 2008
@@ -129,7 +129,7 @@
 MaxFetchDepth-expert: true
 
 FetchGroups-name: Fetch groups to add to default fetch group
-FetchGroups-desc: A comma-separated list of fetch group names that wll be \
+FetchGroups-desc: A comma-separated list of fetch group names that will be \
 	loaded by default when fetching data from the data store.
 FetchGroups-type: Optimization
 FetchGroups-cat: Fetching

Modified: openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties Fri Aug 15 15:19:36 2008
@@ -29,7 +29,7 @@
 	WebSphere managed transaction. Please ensure that your are running the \
 	application from within WebSphere Application Server (version 5.0.2 or \ 
 	newer).
-was-reflection-exception: An error occured reflecting WebSphere proprietary \
+was-reflection-exception: An error occurred reflecting WebSphere proprietary \
 	interfaces. Please ensure that you are running the application from within \
 	WebSphere Application Server (version 5.0.2 or newer).
 was-lookup-error: An error occurred looking up the WebSphere extended JTA \

Modified: openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/enhance/localizer.properties Fri Aug 15 15:19:36 2008
@@ -78,7 +78,7 @@
 	Adding a {1} no-args constructor.
 enhance-cloneable:The type "{0}" implements Cloneable but does not call \
 	super.clone ().  Adding protected super.clone () invocation.
-enhance-uid-access: An IllegalAccessException occured when trying to \
+enhance-uid-access: An IllegalAccessException occurred when trying to \
 	obtain the serialVersionUID field for the class "{0}". This is a known \
 	bug in JDK 1.4+ when using a custom ClassLoader to enhance a \
 	class that implements java.io.Serializable. If compatibility with \
@@ -91,7 +91,7 @@
 factory-not-oidloader: Attempt to run the application id tool under metadata \
 	configuration that does not support it.  The application id tool can only \
 	run under certain metadata factory settings.
-str-cons: The id type "{0}" specfied by persistent type "{1}" \  
+str-cons: The id type "{0}" specified by persistent type "{1}" \  
 	does not have a public {0}(String) or {0}(Class, String) constructor.
 appid-start: Generating an application id for type "{0}".
 appid-invalid: Type "{0}" does not have metadata, does not use application \

Modified: openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/jpql/localizer.properties Fri Aug 15 15:19:36 2008
@@ -30,7 +30,7 @@
 not-identifer: The specified node ("{0}") is not a valid identifier.
 no-field: No field named "{1}" in class "{0}".
 unaccessible-field: The field named "{1}" in class "{0}" could not be accessed.
-multi-children: Expression "{0}" does not allow mutliple children ("{1}").
+multi-children: Expression "{0}" does not allow multiple children ("{1}").
 no-children: Expression "{0}" requires at least one child.
 unknown-comp: Unknown comparison operator "{0}".
 wrong-child-count: Wrong number of arguments to expression \

Modified: openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties Fri Aug 15 15:19:36 2008
@@ -38,7 +38,7 @@
 	class object (such as a collection or map field) that you obtained before \
 	the transaction began.  After beginning a datastore transaction, you \
 	must re-obtain any references to mutable second class objects from the \
-	owning persistent object.  Detected attmpt to mutate value of field "{0}" \
+	owning persistent object.  Detected attempt to mutate value of field "{0}" \
 	in instance "{1}".  This instance may not be locked correctly.
 not-derefed: Encountered unknown dependent instance "{0}".  This error is \
 	often caused by either removing a dependent instance from one dependent \
@@ -291,7 +291,7 @@
 extra-params: More parameters were passed to execute() than were declared: \
 	{1} parameters were specified for query execution, but only {0} \
 	parameters were declared in the query.
-null-primitive-param: Parameter "{0}" was declared with a primtive type, but \
+null-primitive-param: Parameter "{0}" was declared with a primitive type, but \
 	has been given a null value.
 merged-aggregate: This query on candidate type "{0}" with filter "{1}" \
 	involves combining the results of multiple sub-queries.  However, because \
@@ -342,7 +342,7 @@
 	the method name supplied in your MethodQL query filter.  OpenJPA is \
 	attempting to execute this query against the datastore; if you implemented \
 	the in-memory method instead (a method with the same signature but with an \
-	Object argument) and want this query to execute in-memory, supplly a \
+	Object argument) and want this query to execute in-memory, supply a \
 	Collection of candidates to filter.
 only-update-constants: Bulk update queries when executed in memory \
 	may only update to constant values.
@@ -358,7 +358,7 @@
 savepoint-flush-not-supported: The configured SavepointManager does not \
 	support incremental flushing when a savepoint has been set.  You must \
 	release your savepoints before flushing.
-callback-err: Errors occured processing listener callbacks.  See the nested \
+callback-err: Errors occurred processing listener callbacks.  See the nested \
     exceptions for details.
 bad-agg-listener-hint: Query hint value "{0}" ({1}) cannot be converted into \
 	an aggregate listener.

Modified: openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/meta/localizer.properties Fri Aug 15 15:19:36 2008
@@ -311,8 +311,8 @@
 parse-found-names: parsePersistentTypeNames() found {0}.
 interface-load: Dynamic implementation of managed "{0}" can not be defined \
 	using classloader "{1}". See nested exception for details.
-interface-load2: Enhanced dynamic implementaion of managed "{0}" can not be \
+interface-load2: Enhanced dynamic implementation of managed "{0}" can not be \
 	defined using classloader "{1}". See nested exception for details.
-interface-badenhance: Dynamic implementaion of "{0}" can not be enhanced.
+interface-badenhance: Dynamic implementation of "{0}" can not be enhanced.
 bad-externalized-value: Value "{0}" was not found in the list of \
 	ExternalValues for field "{2}". Valid values are {1}

Modified: openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-kernel/src/main/resources/org/apache/openjpa/util/localizer.properties Fri Aug 15 15:19:36 2008
@@ -34,7 +34,7 @@
 not-found: The instance "{0}" does not exist in the data store.
 obj-exists: The instance "{0}" cannot be persisted, because it conflicts with \
 	an existing instance.
-not-found-multi: The follwing instnaces do not exist in the data store: {0}
+not-found-multi: The following instances do not exist in the data store: {0}
 opt-lock: An optimistic lock violation was detected when flushing object \
 	instance "{0}" to the data store.  This indicates that the \
 	object was concurrently modified in another transaction.
@@ -44,7 +44,7 @@
 opt-lock-nested: Optimistic locking errors were detected when \
 	flushing to the data store.  This indicates that some objects were \
 	concurrently modified in another transaction.  Each exception in \
-	the nested throwables array contains a failed object representing \
+	the nested Throwables array contains a failed object representing \
 	a concurrently modified object.
 bad-array: Unable to copy array: {0}.
 no-proxy-final: Unable to create a second class object proxy for final class \

Modified: openjpa/branches/1.2.x/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties Fri Aug 15 15:19:36 2008
@@ -21,7 +21,7 @@
 	sure the class has a public no-args constructor.
 prop-parse: There was an error parsing the properties string "{0}".  Please \
 	check that the format is: "<name1>=<value1> <name2>=<value2> ...".
-naming-err:	There was an error duing JNDI lookup of the name "{0}".
+naming-err:	There was an error during JNDI lookup of the name "{0}".
 invalid-config-params: There was an error while setting up the configuration \
 	plugin option "{0}". The plugin was of type "{1}". Setter methods for the \
 	following plugin properties were not available in that type: {2}. \

Modified: openjpa/branches/1.2.x/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-lib/src/main/resources/org/apache/openjpa/lib/jdbc/localizer.properties Fri Aug 15 15:19:36 2008
@@ -35,7 +35,7 @@
 tracker-max: max
 tracker-average: average
 tracker-ms: ms
-tracker-occurances: occurances
+tracker-occurances: occurrences
 tracker-slowest-statements: slowest statements
 rsrc-closed: The connection "{0}" has already been closed.  The embedded \
 	stack trace for this exception details the closure point.

Modified: openjpa/branches/1.2.x/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties?rev=686402&r1=686401&r2=686402&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties (original)
+++ openjpa/branches/1.2.x/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties Fri Aug 15 15:19:36 2008
@@ -59,7 +59,7 @@
 bad-fg-field: Fetch group "{0}" in type "{1}" includes field "{2}", but \
 	this field is not declared in "{1}", or is not persistent.  Currently, \
 	OpenJPA only supports declared fields in fetch groups.
-missing-included-fg:"{0}" declares a fecth group "{1}" includes "{2}". But \
+missing-included-fg:"{0}" declares a fetch group "{1}" includes "{2}". But \
 	the included fetch group "{2}" can not be found in "{0}". Currently, all \
 	included fetch groups must be declared within the same entity scope.
 not-update-delete-query: Cannot perform an update or delete operation \