From: <glassfish_at_javadesktop.org>
Date: Tue, 07 Aug 2007 12:24:36 PDT
Although the 2nd level cache is not technically cluster aware, there are some things you can do to make your application more cluster-friendly.
Here's an article about using cacheing and locking properly in TopLink - which should translate fairly well to TopLink Essentials:
Using some of the configuration described above, in combination with some of the JPA API such as the refresh API, you should be able to build a fairly cluster-friendly application.
[Message sent by forum member 'tware' (tware)]