[teiid-commits] teiid SVN: r660 - in trunk/server/src/main/resources/com/metamatrix: server and 1 other directory.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Mar 30 13:40:54 EDT 2009


Author: rareddy
Date: 2009-03-30 13:40:54 -0400 (Mon, 30 Mar 2009)
New Revision: 660

Modified:
   trunk/server/src/main/resources/com/metamatrix/platform/service/i18n.properties
   trunk/server/src/main/resources/com/metamatrix/server/i18n.properties
Log:
fixing the missing i18N messages

Modified: trunk/server/src/main/resources/com/metamatrix/platform/service/i18n.properties
===================================================================
--- trunk/server/src/main/resources/com/metamatrix/platform/service/i18n.properties	2009-03-30 17:29:08 UTC (rev 659)
+++ trunk/server/src/main/resources/com/metamatrix/platform/service/i18n.properties	2009-03-30 17:40:54 UTC (rev 660)
@@ -157,4 +157,27 @@
 ERR.014.107.0081 = RMI Error with MembershipServiceProxy communication with service.
 ERR.014.107.0082 = Membership service instance not initialized.
 ERR.014.107.0083 = Caught ServiceException. Marking Membership service instance bad.
-ERR.014.107.0089 = Cannot find a server instance with the necessary service "{0}".
\ No newline at end of file
+ERR.014.107.0089 = Cannot find a server instance with the necessary service "{0}".
+
+# admin (001)
+MSG.014.001.0001 = Starting AdminAPIConnection for session <{0}> userName={1}
+MSG.014.001.0002 = Bounce complete
+MSG.014.001.0003 = Stopping service: {0} user = {1}
+MSG.014.001.0004 = Stopping service now: {0} user = {1}
+MSG.014.001.0005 = Stopping host: {0} user = {1}
+MSG.014.001.0006 = Stopping host now: {0} user = {1}
+MSG.014.001.0009 = Stopping process: {0} user = {1}
+MSG.014.001.0010 = Stopping process now: {0} user = {1}
+MSG.014.001.0013 = Stopping all services in process: {0} user = {1}
+MSG.014.001.0014 = Stopping all services in process now: {0} user = {1}
+MSG.014.001.0015 = Shutting down server. user = {0}
+MSG.014.001.0016 = Bouncing server. user = {0}
+MSG.014.001.0019 = Restarting service: {0}
+MSG.014.001.0020 = Starting host: {0} user = {1}
+MSG.014.001.0021 = Starting process: {0} user = {1}
+MSG.014.001.0022 = Starting PSC: {0} user = {1}
+MSG.014.001.0023 = Stopping PSC: {0} user = {1}
+MSG.014.001.0026 = Synchronizing server. user = {0}
+MSG.014.001.0027 = Setting logging configuration.
+MSG.014.001.0028 = Setting logging configuration in all processes.
+MSG.014.001.0029 = Setting logging configuration in process: {0}
\ No newline at end of file

Modified: trunk/server/src/main/resources/com/metamatrix/server/i18n.properties
===================================================================
--- trunk/server/src/main/resources/com/metamatrix/server/i18n.properties	2009-03-30 17:29:08 UTC (rev 659)
+++ trunk/server/src/main/resources/com/metamatrix/server/i18n.properties	2009-03-30 17:40:54 UTC (rev 660)
@@ -661,7 +661,7 @@
 ConnectorService.NoClassPath=Connector class path is not defined.
 ConnectorService.0=Error trying to initialize IndexMetadataService.
 ConnectorService.1=Unable to get the url for the system vdb from the current configuration.
-ConnectorService.IllegalClassPath=The format of connector class path is illegal.
+ConnectorService.IllegalClassPath=The format of connector class path is illegal-{0}
 ConnectorService.Unable_to_get_connector_binding_name_from_connector_properties=Unable to get connector binding name from connector properties.
 ConnectorService.Unable_to_get_Configuration_for_connector_binding_{0}=Unable to get Configuration for connector binding {0}.
 ConnectorService.Unable_to_get_ConfigurationModelContainer_for_connector_binding_{0}=Unable to get ConfigurationModelContainer for connector binding {0}.
@@ -850,3 +850,6 @@
 VDBCreation.No_type_passed_and_bindingtype_not_found=There was no connector type passed for binding {0} and the referenced type {1} was not found.
 
 LogonImpl.Invalid_use_of_credentials_and_token=Conflicting use of both client session token and credentials. 
+
+commonextensionspath_in_use=Services will be loaded with common extensions classpath:{0}
+commonextensionspath_not_in_use=No common extension classpath specified.
\ No newline at end of file




More information about the teiid-commits mailing list