[jboss-cvs] JBoss Messaging SVN: r8179 - branches/JBM1842/integration/EAP4/etc/server/default/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 20 08:59:31 EST 2011


Author: gaohoward
Date: 2011-01-20 08:59:30 -0500 (Thu, 20 Jan 2011)
New Revision: 8179

Modified:
   branches/JBM1842/integration/EAP4/etc/server/default/deploy/mysql-persistence-service.xml
Log:
save work


Modified: branches/JBM1842/integration/EAP4/etc/server/default/deploy/mysql-persistence-service.xml
===================================================================
--- branches/JBM1842/integration/EAP4/etc/server/default/deploy/mysql-persistence-service.xml	2011-01-20 13:57:50 UTC (rev 8178)
+++ branches/JBM1842/integration/EAP4/etc/server/default/deploy/mysql-persistence-service.xml	2011-01-20 13:59:30 UTC (rev 8179)
@@ -135,6 +135,7 @@
 UPDATE_TIMESTAMP=UPDATE JBM_CLUSTER SET PING_TIMESTAMP = ? WHERE NODE_ID = ?
 LOAD_CLUSTER_STATE=SELECT NODE_ID, PING_TIMESTAMP, STATE FROM JBM_CLUSTER
 INSERT_NODE_STATE=INSERT INTO JBM_CLUSTER (NODE_ID, PING_TIMESTAMP, STATE) VALUES (?, ?, ?)
+DELETE_DEAD_NODE=DELETE FROM JBM_CLUSTER WHERE NODE_ID = ?
       ]]></attribute>
 
       <!-- This post office is non clustered. If you want a clustered post office then set to true -->



More information about the jboss-cvs-commits mailing list