[jboss-user] [JBoss Cache Users] - Re: CacheLoader saves but rollbacks

chtimi2 do-not-reply at jboss.com
Tue Nov 3 03:50:39 EST 2009


At last here is the complete replSync-service.xml. Sorry for the inconvenience. 

<?xml version="1.0" encoding="UTF-8"?> 
  | <jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.2"> 
  |    <transaction transactionManagerLookupClass="hellotrackworld.impl.srv.AtomikosTransactionManagerLookup"/> 
  |     <locking 
  |             isolationLevel="SERIALIZABLE" 
  |             lockParentForChildInsertRemove="false" 
  |             lockAcquisitionTimeout="20000" 
  |             nodeLockingScheme="pessimistic" 
  |             writeSkewCheck="false" 
  |             concurrencyLevel="500"/> 
  |   <loaders passivation="false" shared="false"> 
  |         <preload> 
  |             <node fqn="/"/> 
  |         </preload> 
  |         <loader 
  |                 class="org.jboss.cache.loader.JDBCCacheLoader" 
  |                 async="false" 
  |                 fetchPersistentState="true" 
  |                 ignoreModifications="false" 
  |                 purgeOnStartup="false"> 
  |             <properties> 
  |                 cache.jdbc.table.name=jbosscache 
  |                 cache.jdbc.table.create=true 
  |                 cache.jdbc.table.drop=true 
  |                 cache.jdbc.table.primarykey=jbosscache_pk 
  |                 cache.jdbc.fqn.column=fqn 
  |                 cache.jdbc.fqn.type=VARCHAR(255) 
  |                 cache.jdbc.node.column=node 
  |                 cache.jdbc.node.type=BINARY 
  |                 cache.jdbc.parent.column=parent 
  |                 cache.jdbc.driver=org.hsqldb.jdbcDriver 
  |                 cache.jdbc.url=jdbc:hsqldb:hsql://localhost/jbc 
  |                 cache.jdbc.user=sa 
  |                 cache.jdbc.password= 
  |             </properties> 
  |         </loader> 
  |     </loaders> 
  | </jbosscache> 
  |  

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

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



More information about the jboss-user mailing list