[jboss-user] [Clustering/JBoss] - Re: Why not always use cache invalidation option?

2006-08-14 Thread [EMAIL PROTECTED]
Yes, it will be invalidated even on the local server. :( That's a bug, see http://jira.jboss.com/jira/browse/JBAS-2837 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965042#3965042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Clustering/JBoss] - Re: Why not always use cache invalidation option?

2006-08-14 Thread anarvekar
Thanks for the reply. So, does that mean that when you have cache invalidation option on, even in a single-server mode, the cache will be invalidated. I thought that there would be a distinction made between a cache on a remote server and cache on a local server. i.e., in a single-server mode,

[jboss-user] [Clustering/JBoss] - Re: Why not always use cache invalidation option?

2006-08-11 Thread [EMAIL PROTECTED]
On a single server, concurrent access to an individual bean is controlled via locking of the bean itself. There is no need to invalidate the cache, because while one transaction has the bean locked, it is not readable by other transactions. View the original post : http://www.jboss.com/index.