[exo-jcr-commits] exo-jcr SVN: r1601 - jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 28 04:26:32 EST 2010


Author: nzamosenchuk
Date: 2010-01-28 04:26:32 -0500 (Thu, 28 Jan 2010)
New Revision: 1601

Added:
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws1.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws2.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws3.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws1.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws2.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws1.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws2.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws3.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws1.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws2.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws1.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws2.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws3.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws1.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws2.xml
Modified:
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/test-jcr-config.xml
Log:
EXOJCR-434: Added temporary configuration with different tcp mcast ports for workspaces

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9600"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34541" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws1.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws1.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws1.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9610"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34542" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws1.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws2.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws2.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws2.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9620"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34543" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws2.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws3.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws3.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws3.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9630"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34544" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1-ws3.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9640"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34545" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws1.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws1.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws1.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9650"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34546" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws1.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws2.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws2.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws2.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9660"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34547" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-data-db1tck-ws2.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9900"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34581" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws1.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws1.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws1.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9910"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34582" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws1.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws2.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws2.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws2.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9920"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34583" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws2.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws3.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws3.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws3.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9930"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34584" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1-ws3.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9940"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34585" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws1.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws1.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws1.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9950"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34586" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws1.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws2.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws2.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws2.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9960"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34587" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-index-db1tck-ws2.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9800"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34561" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws1.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws1.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws1.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9810"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34562" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws1.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws2.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws2.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws2.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9820"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34563" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws2.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws3.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws3.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws3.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9830"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34564" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1-ws3.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9840"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34565" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws1.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws1.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws1.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9850"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34566" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws1.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws2.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws2.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws2.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -0,0 +1,33 @@
+<config>
+	<TCP bind_addr="127.0.0.1" start_port="9860"
+		loopback="true" recv_buf_size="20000000" send_buf_size="640000"
+		discard_incompatible_packets="true" max_bundle_size="64000"
+		max_bundle_timeout="30" use_incoming_packet_handler="true"
+		enable_bundling="false" use_send_queues="false" sock_conn_timeout="300"
+		skip_suspected_members="true" use_concurrent_stack="true"
+		thread_pool.enabled="true" thread_pool.min_threads="1"
+		thread_pool.max_threads="25" thread_pool.keep_alive_time="5000"
+		thread_pool.queue_enabled="false" thread_pool.queue_max_size="100"
+		thread_pool.rejection_policy="run" oob_thread_pool.enabled="true"
+		oob_thread_pool.min_threads="1" oob_thread_pool.max_threads="8"
+		oob_thread_pool.keep_alive_time="5000" oob_thread_pool.queue_enabled="false"
+		oob_thread_pool.queue_max_size="100" oob_thread_pool.rejection_policy="run" />
+	<MPING timeout="2000" num_initial_members="2"
+		mcast_port="34567" bind_addr="127.0.0.1"
+		mcast_addr="224.0.0.1" />
+
+	<MERGE2 max_interval="30000" min_interval="10000" />
+	<FD_SOCK />
+	<FD max_tries="5" shun="true" timeout="10000" />
+	<VERIFY_SUSPECT timeout="1500" />
+	<pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0"
+		retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false" />
+	<UNICAST timeout="300,600,1200,2400,3600" />
+	<pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000"
+		stability_delay="1000" />
+	<pbcast.GMS join_timeout="5000" print_local_addr="true"
+		shun="false" view_ack_collection_timeout="5000" view_bundling="true" />
+	<FRAG2 frag_size="60000" />
+	<pbcast.STREAMING_STATE_TRANSFER />
+	<pbcast.FLUSH timeout="0" />
+</config>
\ No newline at end of file


Property changes on: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/tcp-lock-db1tck-ws2.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Modified: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/test-jcr-config.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/test-jcr-config.xml	2010-01-28 08:59:30 UTC (rev 1600)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/templateBased/test-jcr-config.xml	2010-01-28 09:26:32 UTC (rev 1601)
@@ -69,16 +69,16 @@
                <cache enabled="true" class="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.JBossCacheWorkspaceStorageCache">
                   <properties>
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-data.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-data-db1-ws.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-db1-ws" />
                   </properties>
                </cache>
                <query-handler class="org.exoplatform.services.jcr.impl.core.query.lucene.SearchIndex">
                   <properties>
-                     <property name="index-dir" value="${java.io.tmpdir}/cluster_nfs/db1/ws" />
+                     <property name="index-dir" value="target/temp/index/db1/ws" />
                      <property name="changesfilter-class" value="org.exoplatform.services.jcr.impl.core.query.jbosscache.JBossCacheIndexChangesFilter" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-indexer.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-index-db1-ws.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-indexer-db1-ws" />
                      <property name="max-volatile-time" value="60" />
                    </properties>
@@ -87,7 +87,7 @@
                   <properties>
                      <property name="time-out" value="15m" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-lock.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-lock-db1-ws.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-locks-db1-ws" />
                      <property name="jbosscache-cl-cache.jdbc.table.name" value="jcrlocks_db1_ws"/>
                      <property name="jbosscache-cl-cache.jdbc.table.create" value="true"/>
@@ -127,7 +127,7 @@
                <cache enabled="true" class="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.JBossCacheWorkspaceStorageCache">
                   <properties>
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-data.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-data-db1-ws1.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-db1-ws1" />
                   </properties>
                </cache>
@@ -136,7 +136,7 @@
                      <property name="index-dir" value="target/temp/index/db1/ws1" />
                      <property name="changesfilter-class" value="org.exoplatform.services.jcr.impl.core.query.jbosscache.JBossCacheIndexChangesFilter" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-indexer.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-index-db1-ws1.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-indexer-db1-ws1" />
                      <property name="max-volatile-time" value="60" />
                      
@@ -153,7 +153,7 @@
                   <properties>
                      <property name="time-out" value="15m" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-lock.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-lock-db1-ws1.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-locks-db1-ws1" />
                      <property name="jbosscache-cl-cache.jdbc.table.name" value="jcrlocks_db1_ws1"/>
                      <property name="jbosscache-cl-cache.jdbc.table.create" value="true"/>
@@ -192,7 +192,7 @@
                <cache enabled="true" class="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.JBossCacheWorkspaceStorageCache">
                   <properties>
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-data.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-data-db1-ws2.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-db1-ws2" />
                   </properties>
                </cache>
@@ -201,7 +201,7 @@
                      <property name="index-dir" value="target/temp/index/db1/ws2" />
                      <property name="changesfilter-class" value="org.exoplatform.services.jcr.impl.core.query.jbosscache.JBossCacheIndexChangesFilter" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-indexer.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-index-db1-ws2.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-indexer-db1-ws2" />
                      <property name="max-volatile-time" value="60" />
                      
@@ -218,7 +218,7 @@
                   <properties>
                      <property name="time-out" value="15m" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-lock.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-lock-db1-ws2.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-locks-db1-ws2" />
                      <property name="jbosscache-cl-cache.jdbc.table.name" value="jcrlocks_db1_ws2"/>
                      <property name="jbosscache-cl-cache.jdbc.table.create" value="true"/>
@@ -276,7 +276,7 @@
                <cache enabled="true" class="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.JBossCacheWorkspaceStorageCache">
                   <properties>
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-data.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-data-db1-ws3.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-db1-ws3" />
                   </properties>
                </cache>
@@ -285,19 +285,16 @@
                      <property name="index-dir" value="target/temp/index/db1/ws3" />
                      <property name="changesfilter-class" value="org.exoplatform.services.jcr.impl.core.query.jbosscache.JBossCacheIndexChangesFilter" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-indexer.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-index-db1-ws3.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-indexer-db1-ws3" />
                      <property name="max-volatile-time" value="60" />
                      
-					 <property name="synonymprovider-class"
-								value="org.exoplatform.services.jcr.impl.core.query.lucene.PropertiesSynonymProvider" />
-					 <property name="synonymprovider-config-path" value="../../synonyms.properties" />
-					 <property name="support-highlighting" value="true" />
-					 <property name="indexing-configuration-path" value="../../indexing-configuration.xml" />
-					 <property name="query-class"
-								value="org.exoplatform.services.jcr.impl.core.query.QueryImpl" />
-					 <property name="spellchecker-class"
-								value="org.exoplatform.services.jcr.impl.core.query.lucene.spell.LuceneSpellChecker$FiveSecondsRefreshInterval" />
+                     <property name="synonymprovider-class" value="org.exoplatform.services.jcr.impl.core.query.lucene.PropertiesSynonymProvider" />
+                     <property name="synonymprovider-config-path" value="../../synonyms.properties" />
+                     <property name="support-highlighting" value="true" />
+                     <property name="indexing-configuration-path" value="../../indexing-configuration.xml" />
+                     <property name="query-class" value="org.exoplatform.services.jcr.impl.core.query.QueryImpl" />
+                     <property name="spellchecker-class" value="org.exoplatform.services.jcr.impl.core.query.lucene.spell.LuceneSpellChecker$FiveSecondsRefreshInterval" />
                      
                   </properties>
                </query-handler>
@@ -305,7 +302,7 @@
                   <properties>
                      <property name="time-out" value="15m" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-lock.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-lock-db1-ws3.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-locks-db1-ws3" />
                      <property name="jbosscache-cl-cache.jdbc.table.name" value="jcrlocks_db1_ws3"/>
                      <property name="jbosscache-cl-cache.jdbc.table.create" value="true"/>
@@ -363,7 +360,7 @@
                <cache enabled="true" class="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.JBossCacheWorkspaceStorageCache">
                   <properties>
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-data.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-data-db1tck-ws.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-db1tck-ws" />
                   </properties>
                </cache>
@@ -372,7 +369,7 @@
                      <property name="index-dir" value="target/temp/index/db1tck/ws" />
                      <property name="changesfilter-class" value="org.exoplatform.services.jcr.impl.core.query.jbosscache.JBossCacheIndexChangesFilter" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-indexer.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-index-db1tck-ws.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-indexer-db1tck-ws" />
                      <property name="max-volatile-time" value="60" />
                      
@@ -389,7 +386,7 @@
                   <properties>
                      <property name="time-out" value="15m" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-lock.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-lock-db1tck-ws.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-locks-db1tck-ws" />
                      <property name="jbosscache-cl-cache.jdbc.table.name" value="jcrlocks_db1tck_ws"/>
                      <property name="jbosscache-cl-cache.jdbc.table.create" value="true"/>
@@ -435,7 +432,7 @@
                <cache enabled="true" class="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.JBossCacheWorkspaceStorageCache">
                   <properties>
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-data.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-data-db1tck-ws1.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-db1tck-ws1" />
                   </properties>
                </cache>
@@ -444,7 +441,7 @@
                      <property name="index-dir" value="target/temp/index/db1tck/ws1" />
                      <property name="changesfilter-class" value="org.exoplatform.services.jcr.impl.core.query.jbosscache.JBossCacheIndexChangesFilter" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-indexer.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-index-db1tck-ws1.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-indexer-db1tck-ws1" />
                      <property name="max-volatile-time" value="60" />
                      <property name="synonymprovider-class" value="org.exoplatform.services.jcr.impl.core.query.lucene.PropertiesSynonymProvider" />
@@ -459,7 +456,7 @@
                   <properties>
                      <property name="time-out" value="15m" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-lock.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-lock-db1tck-ws1.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-locks-db1tck-ws1" />
                      <property name="jbosscache-cl-cache.jdbc.table.name" value="jcrlocks_db1tck_ws1"/>
                      <property name="jbosscache-cl-cache.jdbc.table.create" value="true"/>
@@ -505,7 +502,7 @@
                <cache enabled="true" class="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.JBossCacheWorkspaceStorageCache">
                   <properties>
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-data.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-data-db1tck-ws2.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-db1tck-ws2" />
                   </properties>
                </cache>
@@ -514,7 +511,7 @@
                      <property name="index-dir" value="target/temp/index/db1tck/ws2" />
                      <property name="changesfilter-class" value="org.exoplatform.services.jcr.impl.core.query.jbosscache.JBossCacheIndexChangesFilter" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-indexer.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-index-db1tck-ws2.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-indexer-db1tck-ws2" />
                      <property name="max-volatile-time" value="60" />
                      <property name="synonymprovider-class" value="org.exoplatform.services.jcr.impl.core.query.lucene.PropertiesSynonymProvider" />
@@ -532,7 +529,7 @@
                   <properties>
                      <property name="time-out" value="15m" />
                      <property name="jbosscache-configuration" value="conf/templateBased/test-jbosscache-lock.tpl.xml" />
-                     <property name="jgroups-configuration" value="udp.xml" />
+                     <property name="jgroups-configuration" value="conf/templateBased/tcp-lock-db1tck-ws2.xml" />
                      <property name="jbosscache-cluster-name" value="JCR-cluster-locks-db1tck-ws2" />
                      <property name="jbosscache-cl-cache.jdbc.table.name" value="jcrlocks_db1tck_ws2"/>
                      <property name="jbosscache-cl-cache.jdbc.table.create" value="true"/>
@@ -550,4 +547,4 @@
          </workspaces>
       </repository>
    </repositories>
-</repository-service>
\ No newline at end of file
+</repository-service>



More information about the exo-jcr-commits mailing list