>From what you wrote I'm guessing that the other class directly manipulated the >Node object to do its update, rather than calling cache.put().
You'll only get notifications if operations are performed on the cache. Directly manipulating Node objects will bypass all the logic that results in things like notifications, replication, locking, etc. In 2.0 we are going to change the JBossCache API won't even expose the Node object so people won't be tempted to bypass the cache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948587#3948587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948587 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
