Hi,
> The listener side must add a handler to process the post-commit event it
> receives over tcp.
Not necessarily. The L2 cache implementation of OpenJPA implements
RemoteCommitListener with default behavior of invalidating all
updated/deleted instances X that has been notified by the event.

  So if OpenJPA is configured with 
  <property name="openjpa.DataCache" value="true"/>
  remote notification should be processed.

  Adding a simple listener (OpenJPA can broadcast to multiiple listeners)
may help debugging!



-- 
View this message in context: 
http://n2.nabble.com/regarding-configuration-of-the-distributed-cache-tp660903p721933.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to