false
/
false
org.jboss.cache.loader.JDBCCacheLoader
<!-- same as the old CacheLoaderConfig attribute -->
cache.jdbc.table.name=jbosscache
cache.jdbc.table.create=true
cache.jdbc.table.drop=false
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=oracle.jdbc.OracleDriver
cache.jdbc.url=jdbc:oracle:thin:@localhost:1521:XE
cache.jdbc.user=system
cache.jdbc.password=password
<!-- whether the cache loader writes are asynchronous -->
true
<!-- only one cache loader in the chain may set fetchPersistentState to
true.
An exception is thrown if more than one cache loader sets this to true.
-->
true
<!-- determines whether this cache loader ignores writes - defaults to
false. -->
true
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960440#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...