[jboss-user] [JBossCache] - Re: JDBCCacheLoader Problems

chicago_pool_dude do-not-reply at jboss.com
Mon Jul 24 11:35:00 EDT 2006


    
        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#3960440

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



More information about the jboss-user mailing list