Plug the cacheloader into the config - example:
org.jboss.cache.loader.JDBCCacheLoader
        false
        false
        false
        
                            cache.jdbc.table.name=jbosscache
                            cache.jdbc.fqn.column=fqn
                            cache.jdbc.fqn.type=varchar(50)
                            cache.jdbc.node.column=node
                            cache.jdbc.node.type=blob
                            cache.jdbc.parent.column=parentfqn
                            cache.jdbc.parent.type=varchar(50)
                            cache.jdbc.datasource=MYDATASOURCE

You can also create a CacheListener(implements TreeCacheListener) and let it 
Log the callbacks - you can quickly see what the cache is doing.

I am new at this too - Joe



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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to