[jboss-cvs] JBossAS SVN: r59923 - trunk/ejb3/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 22 15:20:42 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-22 15:20:42 -0500 (Mon, 22 Jan 2007)
New Revision: 59923

Modified:
   trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml
Log:
Work around case sensitivity issue

Modified: trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml
===================================================================
--- trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml	2007-01-22 20:19:45 UTC (rev 59922)
+++ trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml	2007-01-22 20:20:42 UTC (rev 59923)
@@ -9,7 +9,7 @@
       <!-- Externally injected services -->  
       <property name="runtimeConfig">
          <bean name="EJB3EntityCacheRuntimeConfig" class="org.jboss.cache.config.RuntimeConfig">
-            <property name="transactionManager"><inject bean="jboss:service=TransactionManager" property="transactionManager"/></property>
+            <property name="transactionManager"><inject bean="jboss:service=TransactionManager" property="TransactionManager"/></property>
             <property name="muxChannelFactory"><inject bean="jgroups.mux:name=Multiplexer"/></property>
          </bean>
       </property>




More information about the jboss-cvs-commits mailing list