[jboss-user] [JBossCache] - Re: replicating pojocache

2006-09-25 Thread noamg
The interceptor works fine on both ServerA and ServerB, and getTotal returns the correct value. The problem I was having was in ClientB - In the client, the interceptor sees that the object is not connected to the cache (The private field is transient, so in the client it is null), and returns

[jboss-user] [JBossCache] - replicating pojocache

2006-09-21 Thread noamg
Hello. I am using PojoCache from release 1.4SP1 I am trying to have a map of aspectesized objects in a pojocache between two websphere 6 application servers. After some fiddling around, the tests run well from within the server, but now I bumped into a new problem - In my setup, ServerA starts