This plug-in embeds a 2.x snapshot version of the SymmetricDS library. As soon as SymmetricDS 2.0 is released, this plug-in will be upgraded and versioned with the same version number as the SymmetricDS library
This plug-in embeds the
SymmetricDS synchronization engine into a Grails application. It adds the SymmetricServlet and SymmetricFilter to the web.xml and provides configuration by contributing a SymmetricConfig.groovy to the grails-app/conf directory.
The following settings can be applied to the Config.groovy log4j section to configure SymmetricDS logging.
info 'org.jumpmind'
warn 'org.apache.ddlutils', 'org.jumpmind.symmetric.service.impl.PurgeService'
error 'org.jumpmind.symmetric.config.PropertiesFactoryBean'
Work is currently underway to:
- provide SymmetricDS utilities through Grails scripts
- provide the functionality to build SymmetricDS extension points in Groovy