Author: rareddy
Date: 2009-07-15 10:13:56 -0400 (Wed, 15 Jul 2009)
New Revision: 1131
Modified:
trunk/client/src/main/resources/com/metamatrix/admin/i18n.properties
trunk/engine/src/main/resources/com/metamatrix/dqp/i18n.properties
Log:
missing i18 key
Modified: trunk/client/src/main/resources/com/metamatrix/admin/i18n.properties
===================================================================
--- trunk/client/src/main/resources/com/metamatrix/admin/i18n.properties 2009-07-15
13:34:35 UTC (rev 1130)
+++ trunk/client/src/main/resources/com/metamatrix/admin/i18n.properties 2009-07-15
14:13:56 UTC (rev 1131)
@@ -347,4 +347,4 @@
Unable_to_read_data_from_stream=Unable to read data from the stream: {0}
no_response_server=No response received from server.
Request.query_plan_not_allowed=Query Plan not allowed in this context. Please remove the
SHOWPLAN or PLANONLY option.
-Request.wsdl_user_not_authorized=The WSDL user is not authorized for this action.
+Request.wsdl_user_not_authorized=The anonymous user is not authorized for this action.
Modified: trunk/engine/src/main/resources/com/metamatrix/dqp/i18n.properties
===================================================================
--- trunk/engine/src/main/resources/com/metamatrix/dqp/i18n.properties 2009-07-15 13:34:35
UTC (rev 1130)
+++ trunk/engine/src/main/resources/com/metamatrix/dqp/i18n.properties 2009-07-15 14:13:56
UTC (rev 1131)
@@ -381,7 +381,9 @@
Request.transaction_not_supported=Autowrap transaction required, but transaction support
is disabled
Request.potentially_unsafe=The request is modifying more than 1 model without any
containing transaction (txnAutoWrap = OFF). This is potentially unsafe as the updates
cannot be rolled back as a single unit.
Request.no_result_set=Statement does not return a result set.
-Request.result_set=Statement returns a result set, not an update count.
+Request.result_set=Statement returns a result set, not an update count.
+Request.wsdl_user_not_authorized=The anonymous user is not authorized for this action.
+
ParameterImpl.Invalid_direction=Invalid parameter direction: {0}
DQPCORE.6=Unable to create ResulSet cache.
ResultSetCache.1=Result batches are not contiguous in cache.
Show replies by date