Trying again.
<server>
| <classpath codebase="./lib/deploy" archives="jboss-cache.jar,
jgroups.jar"/>
| <mbean code="org.jboss.cache.CacheImpl"
| name="jboss.cache:service=TreeCache">
| <depends>jboss:service=Naming</depends>
| <depends>jboss:service=TransactionManager</depends>
| <attribute
name="TransactionManagerLookupClass">JotmTxMgrLookup</attribute>
| <attribute
name="IsolationLevel">REPEATABLE_READ</attribute>
| <attribute name="CacheMode">REPL_SYNC</attribute>
| <attribute name="UseReplQueue">false</attribute>
| <attribute name="ReplQueueInterval">0</attribute>
| <attribute name="ReplQueueMaxElements">0</attribute>
| <attribute name="ClusterName">TestCluster</attribute>
| <attribute name="UseInterceptorMbeans">true</attribute>
| <attribute name="ClusterConfig">
| <config>
| <TCP start_port="8800"
| 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"
| use_outgoing_packet_handler="false"
| down_thread="false" up_thread="false"
| enable_bundling="false"
| use_send_queues="false"
| sock_conn_timeout="300"
| skip_suspected_members="true"/>
| <TCPPING timeout="3000"
| initial_hosts="127.0.0.1[8800]"
| port_range="1"
| num_initial_members="2"/>
| <MERGE2 max_interval="100000"
| min_interval="20000"/>
| <FD_SOCK/>
| <FD timeout="10000"
| max_tries="5"
| shun="true"/>
| <VERIFY_SUSPECT timeout="1500" />
| <pbcast.NAKACK max_xmit_size="60000"
| use_mcast_xmit="false"
| gc_lag="0"
| retransmit_timeout="300,600,1200,2400,4800"
| discard_delivered_msgs="true"/>
| <pbcast.STABLE stability_delay="1000"
| desired_avg_gossip="50000"
| max_bytes="400000"/>
| <pbcast.GMS print_local_addr="true"
| join_timeout="3000"
| join_retry_timeout="2000"
| shun="false"
| view_bundling="true"/>
| <FRAG2 frag_size="60000" />
| <pbcast.STREAMING_STATE_TRANSFER
use_reading_thread="true"/>
| <!-- <pbcast.STATE_TRANSFER/> -->
| <pbcast.FLUSH/>
| </config>
| </attribute>
| <attribute name="FetchInMemoryState">true</attribute>
| <attribute name="StateRetrievalTimeout">15000</attribute>
| <attribute name="SyncReplTimeout">15000</attribute>
| <attribute
name="LockAcquisitionTimeout">10000</attribute>
| <attribute
name="UseRegionBasedMarshalling">true</attribute>
| </mbean>
| </server>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132294#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...