Doh. Perhaps I'll write my own method then... the problem is I have an asycrounous thread that checks every n milliseconds for cache modifications (determined by a cache listener setting a boolean value). If cache has been modified I then do a recursive deep copy of the entire cache into our own tree of hashmaps and publish the "snapshot" of cache to another application using JMS.
Everything else needs to tree reads to this cache as Repeatable_Read. I only want specifically the method thats doing the deep copy to ignore lock writes. Becuase right now I get exceptions from the transaction manager if a write based cache interaction is going on while I am doing the deep copy. I need to think on this a bit more... If I do implement my own method I'll be sure to submit a path to you guys so you can incorporate it if you want. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869879#3869879 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869879 ------------------------------------------------------- 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-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
