Yes, it should be possibe. Here is the code snippet (you can read it more in docs.jboss.com).
Map map = new HashMap(); cache.putObject(fqn, map); // get the proxy Map proxy = cache.getObject(fqn); proxy.put(key, val); // Will show up in the cache store. For persistence, it should work as well. -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898715#3898715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898715 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
