Hi,

I have a problem in processing a data modification in cache. Here is the 
problem :

- I have datas shared in the cluster, and we want to do some actions when these 
datas are modifed. 
- Each cluster node have a listener annotated with @NodeModified
- I modify a data D in the cluster node A 
- On node modification event
  all other cluster node receive :
  |  -> when isPre() == true : the original data D
  |  -> when isPre() == false : the modified data D' 
  | 
  |  the cluster node A receive :
  | -> when isPre() == true : the modified data D' 
  |  -> when isPre() == false : the modified data D' 
  | 
  | 
  | Is it normal? Why we don't have the same behavior ?
  | 
  | Thanks!!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086174
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to