[teiid-commits] teiid SVN: r4517 - trunk/connectors/translator-object/src/main/resources/org/teiid/translator/object.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Oct 5 10:10:28 EDT 2012


Author: shawkins
Date: 2012-10-05 10:10:27 -0400 (Fri, 05 Oct 2012)
New Revision: 4517

Modified:
   trunk/connectors/translator-object/src/main/resources/org/teiid/translator/object/i18n.properties
Log:
TEIID-2210 refinements to the object translator.

Modified: trunk/connectors/translator-object/src/main/resources/org/teiid/translator/object/i18n.properties
===================================================================
--- trunk/connectors/translator-object/src/main/resources/org/teiid/translator/object/i18n.properties	2012-10-05 13:39:14 UTC (rev 4516)
+++ trunk/connectors/translator-object/src/main/resources/org/teiid/translator/object/i18n.properties	2012-10-05 14:10:27 UTC (rev 4517)
@@ -19,22 +19,8 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301 USA.
 #
-ObjectExecutionFactory.cacheNotFoundinJNDI=Cache was not found using JNDI name {0}
-
-InfinispanBaseExecutionFactory.cacheNameNotDefined=CacheName is not defined
-InfinispanBaseExecutionFactory.cacheNotFound=No cache was found for {0} in Infinispan
-
-InfinispanExecutionFactory.undefinedHowToGetCache=Either CacheJndiName or ConfigurationFileName must be specified how the cache will be obtained
-InfinispanExecutionFactory.unsupportedContainerType=CacheContainer type {0} is not currently supported when connecting to Infinispan, must be {1}
-
 LuceneSearch.invalidOperator=Unsupported operator {0} was encountered, only {1} are supported
 LuceneSearch.unsupportedComparingByNull=Comparing using a NULL is not currently supported.
 LuceneSearch.Unsupported_expression=Unsupported expression of {0} when performing {1}
 
 MapCacheConnection.unexpectedObjectTypeInCache=Unexpected root object type in the cache is {0}, expected {1}
-
-MapCacheExecutionFactory.undefinedJndiName=CacheJndiName is undefined
-MapCacheExecutionFactory.unexpectedCacheType=Expected cache type to be of type Map, but its of type {0}
-
-BasicKeySearchCriteria.missingComparisonExpression=Comparison criteria is missing the expression
-BasicKeySearchCriteria.Unsupported_expression=Unsupported expression {0} found in the IN clause
\ No newline at end of file



More information about the teiid-commits mailing list