sorry... treecache.xml
| <?xml version="1.0" encoding="UTF-8"?> | | <server> | <classpath codebase="./lib" archives="jboss-cache.jar, jgroups.jar"/> | <mbean code="org.jboss.cache.TreeCache" | name="jboss.cache:service=TreeCache"> | | <depends>jboss:service=Naming</depends> | <depends>jboss:service=TransactionManager</depends> | | <attribute name="TransactionManagerLookupClass">org.jboss.cache.GenericTransactionManagerLookup</attribute> | <attribute name="IsolationLevel">REPEATABLE_READ</attribute> | <attribute name="CacheMode">REPL_ASYNC</attribute> | <attribute name="UseReplQueue">true</attribute> | <attribute name="ReplQueueInterval">0</attribute> | <attribute name="ReplQueueMaxElements">0</attribute> | | <attribute name="FetchStateOnStartup">true</attribute> | <attribute name="ClusterName">MOD-Catalog</attribute> | <attribute name="ClusterConfig">... </attribute> | <attribute name="InitialStateRetrievalTimeout">300000</attribute> | <attribute name="SyncReplTimeout">300000</attribute> | | <attribute name="LockAcquisitionTimeout">15000</attribute> | </mbean> | </server> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932462#3932462 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932462 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
