Hi all, despite the configuration:
<Journal syncDelay="60000" class="org.apache.jackrabbit.core.journal.MSSqlDatabaseJournal"> <param value="javax.naming.InitialContext" name="driver"/> <param value="java:comp/env/it.gruppo.easy.jdbc.repository" name="url"/> <param value="JCK_J_" name="schemaObjectPrefix"/> <param value="mssql" name="databaseType"/> </Journal> where the value of syncDelay equals 60000, it seems each node of the cluster executes the SQL statement: select REVISION_ID, JOURNAL_ID, PRODUCER_ID, REVISION_DATA from JCK_J_JOURNAL where REVISION_ID > :1 order by REVISION_ID every 5 seconds. Any ideas? Thanks in advance. Emiliano Albiani
