Deployment Instructions

When you deploy dRS with your application, you must first ensure that the requirements for db4o deployment are met.

dRS-Java Deployment

In order to deploy dRS in the most simple db4o-to-db4o replication scenario you will only need dRS-x.x-core.jar.

For support of replication to relational databases you will need hibernate3.jar and its dependencies:

  • antlr-2.7.6.jar
  • asm.jar
  • asm-attrs.jar
  • cglib-2.1.3.jar
  • commons-collections-2.1.1.jar
  • commons-logging-1.0.4.jar
  • dom4j-1.6.1.jar
  • ehcache-1.2.jar
  • jta.jar
  • log4j-1.2.13.jar
  • xerces-2.6.2.jar

Please, refer to hibernate documentation for an explanation of these dependencies. 

If you are going to use dRS with HSQLDB you will need hsqldb-1.8.0.7.jar in addition to hibernate.