[jboss-cvs] JBossAS SVN: r60919 - trunk/testsuite/src/resources/cluster/partition.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 26 14:47:27 EST 2007


Author: jerrygauth
Date: 2007-02-26 14:47:27 -0500 (Mon, 26 Feb 2007)
New Revision: 60919

Modified:
   trunk/testsuite/src/resources/cluster/partition/jboss-beans.xml
Log:
Removed extraneous characters causing parsing failures

Modified: trunk/testsuite/src/resources/cluster/partition/jboss-beans.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/partition/jboss-beans.xml	2007-02-26 19:26:57 UTC (rev 60918)
+++ trunk/testsuite/src/resources/cluster/partition/jboss-beans.xml	2007-02-26 19:47:27 UTC (rev 60919)
@@ -90,7 +90,7 @@
    
    <!-- Service to record and cache any failures in the partition -->
    <bean name="BadProviderPartitionRecorder"
-         class="org.jboss.test.cluster.partition.HAPartitionRecorder">j
+         class="org.jboss.test.cluster.partition.HAPartitionRecorder">
          <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=BadProviderPartitionRecorder", exposedInterface=org.jboss.test.cluster.partition.HAPartitionRecorderMBean.class, registerDirectly=true)</annotation>
    </bean>
          
@@ -147,7 +147,7 @@
    
    <!-- Service to record and cache any failures in the partition -->
    <bean name="BadStatePartitionRecorder"
-         class="org.jboss.test.cluster.partition.HAPartitionRecorder">j
+         class="org.jboss.test.cluster.partition.HAPartitionRecorder">
          <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=BadStatePartitionRecorder", exposedInterface=org.jboss.test.cluster.partition.HAPartitionRecorderMBean.class, registerDirectly=true)</annotation>
    </bean>
          
@@ -204,7 +204,7 @@
    
    <!-- Service to record and cache any failures in the partition -->
    <bean name="NoStatePartitionRecorder"
-         class="org.jboss.test.cluster.partition.HAPartitionRecorder">j
+         class="org.jboss.test.cluster.partition.HAPartitionRecorder">
          <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=NoStatePartitionRecorder", exposedInterface=org.jboss.test.cluster.partition.HAPartitionRecorderMBean.class, registerDirectly=true)</annotation>
    </bean>
          
@@ -252,7 +252,7 @@
    
    <!-- Service to record and cache any failures in the partition -->
    <bean name="GoodStatePartitionRecorder"
-         class="org.jboss.test.cluster.partition.HAPartitionRecorder">j
+         class="org.jboss.test.cluster.partition.HAPartitionRecorder">
          <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=GoodStatePartitionRecorder", exposedInterface=org.jboss.test.cluster.partition.HAPartitionRecorderMBean.class, registerDirectly=true)</annotation>
    </bean>
          




More information about the jboss-cvs-commits mailing list