<replicationInterceptor>
     <configuration>
<replicationConfiguration sync="RefreshOnly" (or "RefreshAndPersist")

how about replacing the parameter 'sync' with 'refreshOnly' and setting the 
value like

<replicationConfiguration refreshOnly="true" />

The mode 'refreshAndPersist' will be used(assumed) if the attribute 
'refreshOnly' is set
to 'false' or is not present.

--
Kiran Ayyagari

Reply via email to