The problem with this test is that you are actively putting the child nodes into the cache. My issue arises when you are relying on the CacheLoader to provide the children. I will try to put together a simple test case tonight when I get home from work.
As far as why I am not using the FileCacheLoader -- I'm not *exactly* mapping the filesystem to the cache. The leaf nodes of my cache are actually dynamically created based on their parents. If my directory looks like: /a/1 /a/2 There are actually nodes: /a/1/x /a/1/y Which are generated from information pointed to by /a/1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872926#3872926 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872926 ------------------------------------------------------- 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
