weblogic 10.3.3 cluster nodes not updating with latest data.
Hi All,
We are using weblogic 10.3.3. We have one entity bean(Bean A) which uses <concurrency-strategy>Optimistic</concurrency-strategy> and another one is read only entity bean(Bean with configuration <concurrency-strategy>ReadOnly</concurrency-strategy>. We invalidate bean B when there is any change in bean A with configuration(<invalidation-target><ejb-name>Bean B</ejb-name></invalidation-target>).
Everything is fine in standalone server that is whenever there is a change in bean A, bean B shows the changes immediately. But the same deployment in clustered environment, it is not working. Our cluster set up is configured with 3 managed nodes. First machine is configured with both admin and managed node where as second and third machine are configured with 2 managed nodes. When we open our web application using node 1 url and update bean A and access the bean B in node 2, it is not showing the latest value. Once we restart node 2 and