[jboss-cvs] JBossAS SVN: r76411 - trunk/testsuite/src/resources/cluster/hasingleton.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Jul 29 08:36:37 EDT 2008
Author: adrian at jboss.org
Date: 2008-07-29 08:36:37 -0400 (Tue, 29 Jul 2008)
New Revision: 76411
Added:
trunk/testsuite/src/resources/cluster/hasingleton/ha-singleton-jboss-beans.xml
Removed:
trunk/testsuite/src/resources/cluster/hasingleton/ha-singleton-beans.xml
Log:
[JBAS-5803] beans.xml -> jboss-beans.xml
Deleted: trunk/testsuite/src/resources/cluster/hasingleton/ha-singleton-beans.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/hasingleton/ha-singleton-beans.xml 2008-07-29 12:35:52 UTC (rev 76410)
+++ trunk/testsuite/src/resources/cluster/hasingleton/ha-singleton-beans.xml 2008-07-29 12:36:37 UTC (rev 76411)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
-
- <bean class="org.jboss.ha.singleton.examples.HASingletonPojoExample"
- name="SimpleHaSingletonPojo">
-
- <constructor><parameter>test/cluster/hasingleton/simplepojo</parameter></constructor>
-
- </bean>
-
- <bean class="org.jboss.ha.singleton.HASingletonController"
- name="SimpleHaSingletonController">
-
- <property name="clusterPartition"><inject bean="HAPartition"/></property>
- <property name="target"><inject bean="SimpleHaSingletonPojo"/></property>
- <property name="targetStartMethod">startSingleton</property>
- <property name="targetStopMethod">stopSingleton</property>
-
- </bean>
-
-</deployment>
\ No newline at end of file
Copied: trunk/testsuite/src/resources/cluster/hasingleton/ha-singleton-jboss-beans.xml (from rev 76410, trunk/testsuite/src/resources/cluster/hasingleton/ha-singleton-beans.xml)
===================================================================
--- trunk/testsuite/src/resources/cluster/hasingleton/ha-singleton-jboss-beans.xml (rev 0)
+++ trunk/testsuite/src/resources/cluster/hasingleton/ha-singleton-jboss-beans.xml 2008-07-29 12:36:37 UTC (rev 76411)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<deployment xmlns="urn:jboss:bean-deployer:2.0">
+
+ <bean class="org.jboss.ha.singleton.examples.HASingletonPojoExample"
+ name="SimpleHaSingletonPojo">
+
+ <constructor><parameter>test/cluster/hasingleton/simplepojo</parameter></constructor>
+
+ </bean>
+
+ <bean class="org.jboss.ha.singleton.HASingletonController"
+ name="SimpleHaSingletonController">
+
+ <property name="clusterPartition"><inject bean="HAPartition"/></property>
+ <property name="target"><inject bean="SimpleHaSingletonPojo"/></property>
+ <property name="targetStartMethod">startSingleton</property>
+ <property name="targetStopMethod">stopSingleton</property>
+
+ </bean>
+
+</deployment>
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list