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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Jul 21 17:07:33 EDT 2009


Author: rareddy
Date: 2009-07-21 17:07:33 -0400 (Tue, 21 Jul 2009)
New Revision: 1160

Modified:
   trunk/embedded/src/main/java/org/teiid/transport/SocketListener.java
   trunk/embedded/src/main/resources/com/metamatrix/dqp/embedded/i18n.properties
Log:
misc cleanup of log messages

Modified: trunk/embedded/src/main/java/org/teiid/transport/SocketListener.java
===================================================================
--- trunk/embedded/src/main/java/org/teiid/transport/SocketListener.java	2009-07-21 16:14:46 UTC (rev 1159)
+++ trunk/embedded/src/main/java/org/teiid/transport/SocketListener.java	2009-07-21 21:07:33 UTC (rev 1160)
@@ -80,7 +80,7 @@
         this.workerPool = WorkerPoolFactory.newWorkerPool("SocketWorker", maxWorkers); //$NON-NLS-1$
         this.nettyPool = Executors.newCachedThreadPool();
         if (LogManager.isMessageToBeRecorded(LogConstants.CTX_SERVER, MessageLevel.DETAIL)) { 
-            LogManager.logDetail(LogConstants.CTX_SERVER, "server = " + this.server + "binding to port:" + port); //$NON-NLS-1$ //$NON-NLS-2$
+            LogManager.logDetail(LogConstants.CTX_SERVER, "server = " + bindAddress + "binding to port:" + port); //$NON-NLS-1$ //$NON-NLS-2$
 		}
 		
         ChannelFactory factory = new NioServerSocketChannelFactory(nettyPool, nettyPool, Math.min(Runtime.getRuntime().availableProcessors(), maxWorkers));

Modified: trunk/embedded/src/main/resources/com/metamatrix/dqp/embedded/i18n.properties
===================================================================
--- trunk/embedded/src/main/resources/com/metamatrix/dqp/embedded/i18n.properties	2009-07-21 16:14:46 UTC (rev 1159)
+++ trunk/embedded/src/main/resources/com/metamatrix/dqp/embedded/i18n.properties	2009-07-21 21:07:33 UTC (rev 1160)
@@ -56,14 +56,14 @@
 VDBService.vdb_change_status_failed=VDB \"{0}\" with version \"{1}\" has failed to change its status from \"{2}\" to \"{3}\" in VDBService
 VDBService.connector_binding_changed=VDB \"{0}\" with version \"{1}\" has changed its connector binding for model name \"{2}\" with \"{3}\"
 VDBService.vdb_already_exists=VDB \"{0}\" with version \"{1}\" already exists in the configuration, will going to save as a new version of the VDB 
-VDBService.vdb_deployed=VDB \"{0}\" with version \"{1}\" has been deployed to the DQP system.
+VDBService.vdb_deployed=VDB \"{0}\" with version \"{1}\" has been deployed to the Teiid system.
 VDBService.vdb_loded=VDB \"{0}\" with version \"{1}\" has been loaded from the configuration.
 VDBService.vdb_missing_bindings=VDB \"{0}\" with version \"{1}\" is incomplete, it does not have all the connector bindings mapped to their physical models.
 VDBService.lookup=VDB \"{0}\" with version \"{1}\" being loaded from configuration
 VDBService.vdb_deleted=VDB \"{0}\" with version \"{1}\" deleted from VDB Service and configuration 
 VDBService.connector_binding_changed=VDB \"{0}\" with version \"{1}\" has changed its connector binding for model name {2} with {3}
 VDBService.vdb_already_exists=VDB \"{0}\" with version \"{1}\" already exists in the configuration, will going to save as a new version of the VDB 
-VDBService.vdb_deployed=VDB \"{0}\" with version \"{1}\" has been deployed to the DQP system.
+VDBService.vdb_deployed=VDB \"{0}\" with version \"{1}\" has been deployed to the Teiid system.
 VDBService.vdb_loded=VDB \"{0}\" with version \"{1}\" has been loaded from the configuration.
 VDBService.vdb_missing_bindings=VDB \"{0}\" with version \"{1}\" is incomplete, it does not have all the connector bindings mapped to their physical models.
 VDBService.vdb_active=VDB \"{0}\" with version \"{1}\" is set to ACTIVE.
@@ -120,7 +120,7 @@
 EmbeddedConfigurationService.ConnectorBinding_in_use_failed_delete=Connector binding with Name \"{0}\" is currenlty in use by VDB \"{1}\" with version \"{2}\"; Can not delete; Remove the assosiation first 
 #EmbeddedConfigurationService.Alternate_binding_inuse=Connector binding {0} is using alternate properties defined in the system configuration file.
 EmbeddedConfigurationService.ConnectorBinding_in_use_failed_delete=Connector binding with Name {0} is currenlty in use by VDB {1} with version {2}; Can not delete; Remove the assosiation first 
-EmbeddedConfigurationService.savingConfiguration=DQP Configuration is being saved.
+EmbeddedConfigurationService.savingConfiguration=Teiid Configuration is being saved.
 EmbeddedConfigurationService.vdb_delete=VDB with name \"{0}\" and version \"{1}\" is being deleted from the configuration.
 EmbeddedConfigurationService.vdb_delete_failed=configuration service failed to delte VDB with name \"{0}\" and version \"{1}\".
 EmbeddedConfigurationService.vdb_saved=VDB with name \"{0}\" and version \"{1}\" is being saved by the configuration to \"{2}\" file name.
@@ -132,16 +132,16 @@
 EmbeddedConfigurationService.connector_type_save=Connector Type with name \"{0}\" is being deleted from configuration.
 EmbeddedConfigurationService.connector_type_delete_failed=Connector Type with name \"{0}\" failed to delete from configuration as they type is not found in configuration.
 EmbeddedConfigurationService.custom_connectors_restricted=License does not allow adding connector types.
-EmbeddedConfigurationService.Failed_to_load_vdb=Failed to load the VDB \"{0}\" during the initilizing the DQP
-EmbeddedConfigurationService.loaded_vdb=Loaded the VDB \"{0}\" sucessfully into DQP.
-EmbeddedConfigurationService.not_loaded_vdb=VDB \"{0}\" is not loaded into DQP due to licensing issues.
+EmbeddedConfigurationService.Failed_to_load_vdb=Failed to load the VDB \"{0}\" during the initialization of Teiid
+EmbeddedConfigurationService.loaded_vdb=Loaded the VDB \"{0}\" sucessfully into Teiid.
+EmbeddedConfigurationService.not_loaded_vdb=VDB \"{0}\" is not loaded into Teiid due to licensing issues.
 EmbeddedConfigurationService.connector_binding_delete_failed=Delete of Connector Binding \"{0}\" failed. Binding not found in the configuration.
 EmbeddedConfigurationService.connector_type_in_use=Delete of Connector type \"{0}\" failed. Currently in use by a Connector Binding.
 EmbeddedConfigurationService.duplicate_vdb_found=Duplicate VDB \"{0}\" is being loaded. Can not load have multiple VDBs with same name and version.
 EmbeddedConfigurationService.connector_type_delete=Connector type \"{0}\" is deleted from the configuration.
 EmbeddedConfigurationService.connectionAdded=Connection added to VDB \"{0}\" with version \"{1}\" with connection id \"{2}\"
 EmbeddedConfigurationService.connectionRemoved=Connection removed from VDB \"{0}\" with version \"{1}\" with connection id \"{2}\"
-EmbeddedConfigurationService.dqp_loading=DQP instance with instance id \"{0}\" is being loaded.
+EmbeddedConfigurationService.dqp_loading=Teiid instance with instance id \"{0}\" is being loaded.
 EmbeddedConfigurationService.init_encryption=Cryptography libraries are in use and are initialized
 EmbeddedConfigurationService.udf_classspath_failure=Failed to resolve the user defined function''s classpath
 EmbeddedConfigurationService.udf_load=User Defined Functions file \"{0}\" is loaded, using classloader \"{1}\"
@@ -154,7 +154,7 @@
 ExtensionModuleReader.ext_module_does_not_exist=Extension module \"{0}\" does not exist in the configuration
 ExtensionModuleWriter.ext_module_save=Extension module with name \"{0}\" is saved to \"{1}\".
 ExtensionModuleWriter.ext_module_already_exists=Extension module \"{0}\" already exists in the configuration failed to delete.
-ExtensionModuleWriter.ext_module_delete_failed=Failed to delete Extension Module \"{0}\"; It may be currently in use by the DQP, check if is it been un-assigned from all models.
+ExtensionModuleWriter.ext_module_delete_failed=Failed to delete Extension Module \"{0}\"; It may be currently in use by the Teiid, check if is it been un-assigned from all models.
 ExtensionModuleWriter.ext_module_delete=Extension module with name \"{0}\" is being deleted with file \"{1}\".
 
 UnSupported_object_conversion=This object conversion not supported..
@@ -185,7 +185,7 @@
 Admin.Invalid_ext_module=Extension module specified is not the JAR type, currently only ".jar" extension modules supported.
 Admin.Connector_type_exists=Connector Type \"{0}\" already exists; Can not add a duplicate, try delete and add again.
 Admin.extension_module_exists=Extension Module \"{0}\" already exists; Can not add a duplicate, delete first and add again.
-Admin.addBindingEixists=Connector Binding \"{0}\" already exists in exists in the configuration, use a unique name for the connector binding in the given dqp instance. 
+Admin.addBindingEixists=Connector Binding \"{0}\" already exists in exists in the configuration, use a unique name for the connector binding in the given Teiid instance. 
 Admin.addBinding_type_exists=Adding Connector Binding \"{0}\" failed, because the Connector Type \"{1}\" already exists, and admin option set to fail on conflict 
 Admin.connector_type_not_exists=Connector Type \"{0}\" does not exists in the configuration, please add Connector Type.
 Admin.Invalid Request=Request submitted does not match the requirement \"{0}\" 
@@ -194,8 +194,8 @@
 Admin.Unsupported_Object_Class=AdminObjects class {0} not supported for this operation.
 Admin.bindings_exceeded_limit=You have reached the MetaMatrix license limit of connector bindings, Failed to add connector bindings.
 
-DQPEmbeddedManager.start_dqp=DQP is started at time = {0}
-DQPEmbeddedManager.shutdown_dqp=DQP is shutdown at time = {0}
+DQPEmbeddedManager.start_dqp=Teiid is started at time = {0}
+DQPEmbeddedManager.shutdown_dqp=Teiid is shutdown at time = {0}
 DQPEmbeddedManager.duplicate_process= There is another process running with same name {0}; Failed to start. 
 
 ServerSecurityAdminImpl.User_name_too_long=The user name may not be null and cannot be longer than {0} charachters
@@ -268,5 +268,5 @@
 ServerWorkItem.processing_error=Processing exception ''{0}'' for session {1}.  Exception type {2} throw from {3}. Enable detail logging to see the entire stacktrace.
 ServerWorkItem.Component_Not_Found=Component not found: {0}
 
-SocketTransport.1=Bound to address {1} listening on port {2}
+SocketTransport.1=Bound to address {0} listening on port {1}
 SocketTransport.2=Problem starting server binding to address {0} and listening on port {1}



More information about the teiid-commits mailing list