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
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,
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.