[jboss-dev-forums] [Design of JBossCache] - Re: JBCACHE-1154 - Introduce ability to mark nodes as reside

mircea.markus do-not-reply at jboss.com
Mon Oct 1 21:47:23 EDT 2007


fine with me, didn't like the workaround code anyway :). There still is the transaction part. Do such prop changes subscribe to the ongoing transaction policy? E.g.
tx.start();
  | aNode.setResident(true);
  | tx.rollback();
  | //what's the value of aNode.sResident here?
  | 

Generally speaking we might want to have metadata that does/doesn't subscribe(?); or which we want (want not) to replicate ?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090459#4090459

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090459



More information about the jboss-dev-forums mailing list