It looks like the solution to all my problems is *not* to use a cacheloader at all. I was preloading all the data anyway (in a custom and optimized way) so I don't need to load further data, and for storing changes I found that I can use a simple cache listener (the JBC2 CacheListener does a wonderful job). I'm using this kind of configuration now.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060624#4060624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060624 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
