Class Driver

java.lang.Object
org.jumpmind.driver.Driver
All Implemented Interfaces:
Driver

public class Driver extends Object implements Driver
Simple configuration (note the jdbc:symds prefix): db.url=jdbc:symds:h2:file:demo-corp;LOCK_TIMEOUT=60000;AUTO_SERVER=TRUE In the your engine.properties file, you can configure interceptors: org.jumpmind.driver.PreparedStatementWrapper.interceptor=org.jumpmind.driver.StatementDelayInterceptor OR org.jumpmind.driver.PreparedStatementWrapper.interceptor=org.jumpmind.driver.RandomErrorInterceptor