[jboss-cvs] JBossAS SVN: r100997 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 15 17:03:52 EST 2010


Author: fnasser at redhat.com
Date: 2010-02-15 17:03:52 -0500 (Mon, 15 Feb 2010)
New Revision: 100997

Modified:
   branches/JBPAPP_5_0/build/jbossas-5-ewp-production.patch
Log:
JBPAPP-3672 - EWP: production config fails to start

Modified: branches/JBPAPP_5_0/build/jbossas-5-ewp-production.patch
===================================================================
--- branches/JBPAPP_5_0/build/jbossas-5-ewp-production.patch	2010-02-15 21:49:34 UTC (rev 100996)
+++ branches/JBPAPP_5_0/build/jbossas-5-ewp-production.patch	2010-02-15 22:03:52 UTC (rev 100997)
@@ -12,17 +12,28 @@
        <!-- Use jdk1.5 features in jsp pages -->
        <init-param>
           <param-name>compilerSourceVM</param-name>
---- server/production/deploy/cluster/ha-legacy-jboss-beans.xml.orig	2010-01-19 19:39:59.000000000 -0500
-+++ server/production/deploy/cluster/ha-legacy-jboss-beans.xml	2010-01-19 19:42:25.000000000 -0500
-@@ -109,11 +109,6 @@
-    <!-- Distributed EJB2 entity cache invalidation                           -->
-    <!-- ==================================================================== -->
+--- server/production/deploy/cluster/ha-legacy-jboss-beans.xml.orig	2010-01-20 09:26:00.000000000 -0600
++++ server/production/deploy/cluster/ha-legacy-jboss-beans.xml	2010-02-05 11:09:02.409782084 -0600
+@@ -105,20 +105,5 @@
+       
+    </bean>
  
+-   <!-- ==================================================================== -->
+-   <!-- Distributed EJB2 entity cache invalidation                           -->
+-   <!-- ==================================================================== -->
+ 
 -   <bean name="JGCacheInvalidationBridge"
 -        class="org.jboss.cache.invalidation.bridges.JGCacheInvalidationBridge">
 -      
 -      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.cache:service=InvalidationBridge,type=JavaGroups", exposedInterface=org.jboss.cache.invalidation.bridges.JGCacheInvalidationBridgeMBean.class, registerDirectly=true)</annotation>
 -      
-       <!--  Partition used for group RPCs -->
-       <property name="HAPartition"><inject bean="HAPartition"/></property>
-       <property name="invalidationManager"><inject bean="jboss.cache:service=InvalidationManager"/></property>
+-      <!--  Partition used for group RPCs -->
+-      <property name="HAPartition"><inject bean="HAPartition"/></property>
+-      <property name="invalidationManager"><inject bean="jboss.cache:service=InvalidationManager"/></property>
+-      <property name="bridgeName">DefaultJGBridge</property>
+-      
+-   </bean>
+-
+-</deployment>
+\ No newline at end of file
++</deployment>




More information about the jboss-cvs-commits mailing list