[jboss-cvs] JBossAS SVN: r86686 - in branches/Branch_5_x/cluster/src: main/org/jboss and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 2 13:55:53 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-04-02 13:55:53 -0400 (Thu, 02 Apr 2009)
New Revision: 86686

Added:
   branches/Branch_5_x/cluster/src/etc/farm-deployment-jboss-beans.xml
   branches/Branch_5_x/cluster/src/main/org/jboss/profileservice/
Log:
[JBAS-5552] Port clustered deployment repo from trunk

Copied: branches/Branch_5_x/cluster/src/etc/farm-deployment-jboss-beans.xml (from rev 86676, trunk/cluster/src/etc/farm-deployment-jboss-beans.xml)
===================================================================
--- branches/Branch_5_x/cluster/src/etc/farm-deployment-jboss-beans.xml	                        (rev 0)
+++ branches/Branch_5_x/cluster/src/etc/farm-deployment-jboss-beans.xml	2009-04-02 17:55:53 UTC (rev 86686)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<deployment xmlns="urn:jboss:bean-deployer:2.0">
+   
+   <bean name="FarmProfileRepositoryClusteringHandler"
+         class="org.jboss.profileservice.cluster.repository.DefaultRepositoryClusteringHandler">
+         
+      <property name="partition"><inject bean="HAPartition"/></property>
+      <property name="profileName">farm</property>
+      <property name="synchronizationPolicy"><inject bean="FarmProfileSynchronizationPolicy"/></property>
+   </bean>
+   
+   <bean name="FarmProfileSynchronizationPolicy" 
+         class="org.jboss.profileservice.cluster.repository.DefaultSynchronizationPolicy">
+      <property name="timestampService"><inject bean="TimestampDiscrepancyService"/></property>
+   </bean>
+
+</deployment>

Copied: branches/Branch_5_x/cluster/src/main/org/jboss/profileservice (from rev 86676, trunk/cluster/src/main/org/jboss/profileservice)




More information about the jboss-cvs-commits mailing list