[exo-jcr-commits] exo-jcr SVN: r1623 - jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/jbosscache.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jan 29 07:53:48 EST 2010


Author: nzamosenchuk
Date: 2010-01-29 07:53:47 -0500 (Fri, 29 Jan 2010)
New Revision: 1623

Modified:
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/jbosscache/ExoJBossCacheFactory.java
Log:
EXOJCR-425: Log messages updated.

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/jbosscache/ExoJBossCacheFactory.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/jbosscache/ExoJBossCacheFactory.java	2010-01-29 11:38:41 UTC (rev 1622)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/jbosscache/ExoJBossCacheFactory.java	2010-01-29 12:53:47 UTC (rev 1623)
@@ -109,7 +109,7 @@
    {
       // get JBossCache configuration file path
       String jBossCacheConfigurationPath = parameterEntry.getParameterValue(JBOSSCACHE_CONFIG);
-      log.info("JBoss Cache configuration/template used: " + jBossCacheConfigurationPath);
+      log.info("JBoss Cache configuration used: " + jBossCacheConfigurationPath);
 
       // prepare configuration
       InputStream configStream;
@@ -142,11 +142,11 @@
             String jgroupsConfigurationFilePath = parameterEntry.getParameterValue(JGROUPS_CONFIG);
             if (jgroupsConfigurationFilePath != null)
             {
-               // Create and inject multiplexer fatory
+               // Create and inject multiplexer factory
                JChannelFactory muxFactory = new JChannelFactory();
                muxFactory.setMultiplexerConfig(configurationManager.getResource(jgroupsConfigurationFilePath));
                cache.getConfiguration().getRuntimeConfig().setMuxChannelFactory(muxFactory);
-               log.info("Multiplexer stack successfully inabled for the cache.");
+               log.info("Multiplexer stack successfully enabled for the cache.");
             }
          }
          catch (Exception e)



More information about the exo-jcr-commits mailing list