Need help in using SwarmCache with hibernate
Status: Beta
Brought to you by:
pents90
I need help to use hibernate in sharing the same Cache
for 2 applications :
- One "client" which read and modify a record
- A "server" which read the same record in a loop
The modification from the "client" should be visible from
the "server", but no change in the server side.
Please see the example in the Zip file.
Can you look at this problem and tell me where is
mistakes ?
Best regards,
The server and the client tests.