symmetric.symmetric-ds.2.1.3.source-code.symmetric-dialects.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of symmetric-ds Show documentation
Show all versions of symmetric-ds Show documentation
SymmetricDS is an open source database synchronization solution. It is platform-independent,
web-enabled, and database-agnostic. SymmetricDS was first built to replicate changes between 'retail store'
databases and ad centralized 'corporate' database.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tx="http://www.springframework.org/schema/tx" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd" default-lazy-init="true"> <import resource="classpath:/org/jumpmind/symmetric/db/mssql.xml" /> <import resource="classpath:/org/jumpmind/symmetric/db/oracle.xml" /> <import resource="classpath:/org/jumpmind/symmetric/db/mysql.xml" /> <import resource="classpath:/org/jumpmind/symmetric/db/postgresql.xml" /> <import resource="classpath:/org/jumpmind/symmetric/db/derby.xml" /> <import resource="classpath:/org/jumpmind/symmetric/db/h2.xml" /> <import resource="classpath:/org/jumpmind/symmetric/db/hsqldb.xml" /> <import resource="classpath:/org/jumpmind/symmetric/db/hsqldb2.xml" /> <import resource="classpath:/org/jumpmind/symmetric/db/db2.xml" /> <import resource="classpath:/org/jumpmind/symmetric/db/db2-zseries.xml" /> <import resource="classpath:/org/jumpmind/symmetric/db/firebird.xml" /> <import resource="classpath:/org/jumpmind/symmetric/db/sqlite.xml" /> <import resource="classpath:/org/jumpmind/symmetric/db/informix.xml" /> </beans>