Class SynchronizerImpl

java.lang.Object
com.zfabrik.impl.hubcr.store.SynchronizerImpl
All Implemented Interfaces:
ISynchronizer

public class SynchronizerImpl extends Object implements ISynchronizer
A synchronizer that simply forwards to a shared HubCRResource instance. If the HubCR is configured to update at end of sync, this is the control flow handler for that. If not configured, the synchronizer will still call but no changes will be applied.

If you intent to not have hub cr be involved at any time, uncomment the component type in the synchronizer definition.

Also make sure to not have the web front end started.