[jboss-user] [JBoss Cache: Core Edition] - Re: Far cache problem (3.0.2) tx problems

rs1050 do-not-reply at jboss.com
Wed Feb 4 07:08:38 EST 2009


the first one (commented out) is the only i had when reporting the error at the beginning of this thread.


  | <loaders passivation="false" shared="false">
  |              <!--<loader class="org.jboss.cache.loader.TcpDelegatingCacheLoader"-->
  |                      <!--async="false"-->
  |                      <!--fetchPersistentState="true"-->
  |                      <!--ignoreModifications="false"-->
  |                      <!--purgeOnStartup="false">-->
  |                 <!--<properties>-->
  |                    <!--host=127.0.0.1-->
  |                    <!--port=7500-->
  |                    <!--timeout=100000-->
  |                    <!--reconnectWaitTime=2000-->
  |                 <!--</properties>-->
  |              <!--</loader>-->
  |        
  |       <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=BLOB
  |             cache.jdbc.parent.column=parent
  |             cache.jdbc.driver=com.mysql.jdbc.Driver
  |             cache.jdbc.url=jdbc:mysql://white/threadmap
  |             cache.jdbc.user=threadmap_dev
  |             cache.jdbc.password=75eGK%
  |           </properties>
  |       </loader>
  |    </loaders>
  | 

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

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



More information about the jboss-user mailing list