We have created our own custom cacheloader implementing the CacheLoader interface.
Everything is configured fine and works except for the fact that when our treeCache object calls get, and cannot find the object in the cache, it does not call our implementation of get in our cacheloader. To isolate the problem, we implemented the put method in our custom cacheloader and called treeCache.put, which actually worked fine, calling our custom cacheloader implementation. Is there is a restriction on implementing the get method of a custom cacheloader? Thanks, Sean Gildea View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880443#3880443 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880443 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
