Thank you Thomas,
so it turned out an elementary configuration bit caused the test with titles to fail: the
presence of a cache folder in WEB-INF containing various cache configs. Removing that
made the test with titles and contents succeed.
However, the test with collections still fails, and now I finally had it to fail on my
sever as well: two tomcats, joined through a tcp channel, ... What I observe is that after
a revision is cached in a server, a change of objects only on the other does not
propagate. The event and history frame comes up, not the added object.
Let me understand: jgroups just does the communication, and listeners include a cache
listener which invalidate the entry when the document-event is fired.
Is it correct?
thanks in advance
Paul