[jboss-cvs] JBossAS SVN: r72022 - trunk/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 11 10:05:35 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-11 10:05:35 -0400 (Fri, 11 Apr 2008)
New Revision: 72022

Modified:
   trunk/cluster/src/etc/jboss-cache-manager-beans.xml
Log:
Fix typo

Modified: trunk/cluster/src/etc/jboss-cache-manager-beans.xml
===================================================================
--- trunk/cluster/src/etc/jboss-cache-manager-beans.xml	2008-04-11 13:49:49 UTC (rev 72021)
+++ trunk/cluster/src/etc/jboss-cache-manager-beans.xml	2008-04-11 14:05:35 UTC (rev 72022)
@@ -35,11 +35,11 @@
    <!-- Standard cache used for web sessions and EBJ3 SFSBs -->
    <entry><key>standard-session-cache</key>
    <value>      
-      <bean  name="StandardSessionCacheConfig" class="org.jboss.cache.config.Configuration">
+      <bean name="StandardSessionCacheConfig" class="org.jboss.cache.config.Configuration">
 
          <property name="runtimeConfig">
             <bean class="org.jboss.cache.config.RuntimeConfig">
-               <property name="transactionManager"><jnject bean="StandardJBossCacheBatchManager"/></property>
+               <property name="transactionManager"><inject bean="StandardJBossCacheBatchManager"/></property>
             </bean>
          </property>
          




More information about the jboss-cvs-commits mailing list