[jboss-dev-forums] [Design of JBoss Portal] - Re: portal clustering problem when using optimistic locking

prabhat.jha@jboss.com do-not-reply at jboss.com
Fri Jul 18 15:30:03 EDT 2008


Sorry about code formatting in previous post but I am sure you got what I meant. :-)


  | 
  |  <mbean code="org.jboss.cache.TreeCache"
  |         name="portal:service=TreeCache,type=hibernate">
  |         <depends>jboss:service=Naming</depends>
  |         <depends>jboss:service=TransactionManager</depends>
  | 
  |         <attribute name="TransactionManagerLookupClass">
  |                 org.jboss.cache.JBossTransactionManagerLookup
  |         </attribute>
  | 
  |         <attribute name="NodeLockingScheme">PESSIMISTIC</attribute>
  |         <attribute name="IsolationLevel">READ_COMMITTED</attribute>
  |         <attribute name="CacheMode">REPL_SYNC</attribute>
  | 
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165423#4165423

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165423



More information about the jboss-dev-forums mailing list