Author: kwsutter
Date: Wed Oct 17 18:30:28 2007
New Revision: 585773
URL: http://svn.apache.org/viewvc?rev=585773&view=rev
Log:
OPENJPA-409. Message update.
Modified:
openjpa/branches/1.0.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
Modified: openjpa/branches/1.0.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties?rev=585773&r1=585772&r2=585773&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
(original)
+++ openjpa/branches/1.0.x/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
Wed Oct 17 18:30:28 2007
@@ -245,7 +245,8 @@
is not mapped, and does not have any mapped implementors.
bad-param-name: The parameter name or position "{0}" passed to \
execute() is not valid. All map keys must be a declared parameter \
- name or a number matching the parameter position.
+ name or a number matching the parameter position. Native queries only \
+ allow the use of positional parameters.
force-in-mem: This query on type "{0}" must load the entire candidate class \
extent and evaluate the query in-memory. This may be very slow. The \
query must be executed in memory because OpenJPA is configured with \
Modified: openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties?rev=585773&r1=585772&r2=585773&view=diff
==============================================================================
--- openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
(original)
+++ openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties
Wed Oct 17 18:30:28 2007
@@ -245,7 +245,8 @@
is not mapped, and does not have any mapped implementors.
bad-param-name: The parameter name or position "{0}" passed to \
execute() is not valid. All map keys must be a declared parameter \
- name or a number matching the parameter position.
+ name or a number matching the parameter position. Native queries only \
+ allow the use of positional parameters.
force-in-mem: This query on type "{0}" must load the entire candidate class \
extent and evaluate the query in-memory. This may be very slow. The \
query must be executed in memory because OpenJPA is configured with \
|