[teiid-commits] teiid SVN: r2535 - in branches/7.1.x: client/src/main/resources/org/teiid/jdbc and 5 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Sep 7 14:41:06 EDT 2010


Author: rareddy
Date: 2010-09-07 14:41:05 -0400 (Tue, 07 Sep 2010)
New Revision: 2535

Modified:
   branches/7.1.x/client/src/main/java/org/teiid/jdbc/StatementImpl.java
   branches/7.1.x/client/src/main/resources/org/teiid/jdbc/i18n.properties
   branches/7.1.x/engine/src/main/resources/org/teiid/query/execution/i18n.properties
   branches/7.1.x/engine/src/main/resources/org/teiid/query/i18n.properties
   branches/7.1.x/jboss-integration/src/main/java/org/teiid/adminapi/jboss/Admin.java
   branches/7.1.x/jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties
   branches/7.1.x/metadata/src/main/resources/org/teiid/metadata/i18n.properties
Log:
TEIID-1027: missing text

Modified: branches/7.1.x/client/src/main/java/org/teiid/jdbc/StatementImpl.java
===================================================================
--- branches/7.1.x/client/src/main/java/org/teiid/jdbc/StatementImpl.java	2010-09-07 15:48:49 UTC (rev 2534)
+++ branches/7.1.x/client/src/main/java/org/teiid/jdbc/StatementImpl.java	2010-09-07 18:41:05 UTC (rev 2535)
@@ -1044,7 +1044,7 @@
 	public void setMaxFieldSize(int max) throws SQLException {
 		checkStatement();
         if ( max < 0 ) {
-            throw new TeiidSQLException(JDBCPlugin.Util.getString("MMStatement.Invalid_field_size")); //$NON-NLS-1$
+            throw new TeiidSQLException(JDBCPlugin.Util.getString("MMStatement.Invalid_field_size", max)); //$NON-NLS-1$
         }
 		this.maxFieldSize = max;
 	}

Modified: branches/7.1.x/client/src/main/resources/org/teiid/jdbc/i18n.properties
===================================================================
--- branches/7.1.x/client/src/main/resources/org/teiid/jdbc/i18n.properties	2010-09-07 15:48:49 UTC (rev 2534)
+++ branches/7.1.x/client/src/main/resources/org/teiid/jdbc/i18n.properties	2010-09-07 18:41:05 UTC (rev 2535)
@@ -122,7 +122,8 @@
 MMStatement.Err_query=Error trying to execute a query statement {0}: {1}
 MMStatement.Success_query=Successfully executed a query {0} and obtained results
 MMStatement.Err_update=Error trying to execute an Update statement {0}: {1}
-MMStatement.Success_update= Successfully executed an update {0}.
+MMStatement.Success_update= Successfully executed an update {0}.
+MMStatement.Invalid_field_size=Invalid MaxFieldSize {0}
 MMBlob.Unable_to_get_bytes_from_pos_to_length._{0}_1=Unable to get bytes from pos to length. {0}
 MMBlob.Unable_to_get_the_position_for_the_byte_array._{0}_2=Unable to get the position for the byte array. {0}
 MMClob.Unable_to_get_chars_from_pos_to_length._{0}_1=Unable to get chars from pos to length. {0}

Modified: branches/7.1.x/engine/src/main/resources/org/teiid/query/execution/i18n.properties
===================================================================
--- branches/7.1.x/engine/src/main/resources/org/teiid/query/execution/i18n.properties	2010-09-07 15:48:49 UTC (rev 2534)
+++ branches/7.1.x/engine/src/main/resources/org/teiid/query/execution/i18n.properties	2010-09-07 18:41:05 UTC (rev 2535)
@@ -229,4 +229,5 @@
 TempTableDataManager.row_refresh_pk=Materialized view {0} cannot have a row refreshed since there is no primary key.
 TempTableDataManager.row_refresh_composite=Materialized view {0} cannot have a row refreshed because it uses a composite key.
 TempTableDataManager.row_refresh_updatable=Materialized view {0} cannot have a row refreshed because it's cache hint did not specify \"updatable\".
-TempTableDataManager.row_refresh=Refreshing row {1} for materialized view {0}.
\ No newline at end of file
+TempTableDataManager.row_refresh=Refreshing row {1} for materialized view {0}.
+CriteriaPlanner.no_context=No root node found.
\ No newline at end of file

Modified: branches/7.1.x/engine/src/main/resources/org/teiid/query/i18n.properties
===================================================================
--- branches/7.1.x/engine/src/main/resources/org/teiid/query/i18n.properties	2010-09-07 15:48:49 UTC (rev 2534)
+++ branches/7.1.x/engine/src/main/resources/org/teiid/query/i18n.properties	2010-09-07 18:41:05 UTC (rev 2535)
@@ -952,4 +952,7 @@
 
 XMLSystemFunctions.invalid_namespaces=Invalid namespaces supplied for XPath expression - ''{0}''
 
-TempTable.duplicate_key=Duplicate key
\ No newline at end of file
+TempTable.duplicate_key=Duplicate key
+ValidationVisitor.group_in_both_dep=Table specified in both dependent and independent queries '{0}'
+XMLQuery.resolvingError=Failed to resolve the query '{0}'
+SQLParser.non_position_constant=Invalid order by at {0} 
\ No newline at end of file

Modified: branches/7.1.x/jboss-integration/src/main/java/org/teiid/adminapi/jboss/Admin.java
===================================================================
--- branches/7.1.x/jboss-integration/src/main/java/org/teiid/adminapi/jboss/Admin.java	2010-09-07 15:48:49 UTC (rev 2534)
+++ branches/7.1.x/jboss-integration/src/main/java/org/teiid/adminapi/jboss/Admin.java	2010-09-07 18:41:05 UTC (rev 2535)
@@ -383,7 +383,7 @@
 				info = getView().getTemplate(TranslatorMetaData.TRANSLATOR_PREFIX+templateName);
 			}
 			if(info == null) {
-				throw new AdminProcessingException(IntegrationPlugin.Util.getString("connector_type_not_found", templateName)); //$NON-NLS-1$
+				throw new AdminProcessingException(IntegrationPlugin.Util.getString("template_not_found", templateName)); //$NON-NLS-1$
 			}
 			
 			ArrayList<PropertyDefinition> props = new ArrayList<PropertyDefinition>();

Modified: branches/7.1.x/jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties
===================================================================
--- branches/7.1.x/jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties	2010-09-07 15:48:49 UTC (rev 2534)
+++ branches/7.1.x/jboss-integration/src/main/resources/org/teiid/jboss/i18n.properties	2010-09-07 18:41:05 UTC (rev 2535)
@@ -47,4 +47,7 @@
 invalid_class={0} invalid type of class specified. Must be of type org.teiid.connector.api.ConnectorEnvironment
 class_not_found=Class {0} not found.
 datasource_exists=Data source with name {0} already exists!
-datasource_template_not_found=Template {0} for creating the data source is not found.
\ No newline at end of file
+datasource_template_not_found=Template {0} for creating the data source is not found.
+jndi_failed=JNDI lookup failed.
+distribute_failed=Deploy of the archive failed {0}
+template_not_found=Template not found for {0}
\ No newline at end of file

Modified: branches/7.1.x/metadata/src/main/resources/org/teiid/metadata/i18n.properties
===================================================================
--- branches/7.1.x/metadata/src/main/resources/org/teiid/metadata/i18n.properties	2010-09-07 15:48:49 UTC (rev 2534)
+++ branches/7.1.x/metadata/src/main/resources/org/teiid/metadata/i18n.properties	2010-09-07 18:41:05 UTC (rev 2535)
@@ -24,4 +24,5 @@
 # Note: All new messages should have been looked up before being logged! DON'T use I18nLogManager!
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
-TransformationMetadata.0={0} ambiguous, more than one entity matching the same name
\ No newline at end of file
+TransformationMetadata.0={0} ambiguous, more than one entity matching the same name
+exception.wrongFormat=Index file in wrong format
\ No newline at end of file



More information about the teiid-commits mailing list