dbstore_classpath
Includes all the JAR files required by the EMS server when employing the database store feature. This parameter must be set when a store of type
dbstore
has been created in the
stores.conf
file.
dbstore_classpath = pathname
Required JAR files are determined by the installed Hibernate release, and are documented in the
_README.txt
file that is located in the
lib/
directory of the Hibernate distribution. Many of these JAR files are version-specific, and the required versions may change with new Hibernate releases. You should verify the required version and modify the
dbstore_classpath
variable accordingly.
If you are using Hibernate release 3.2.5, for example, the
dbstore_classpath
should include paths to the following JAR files:
- hibernate3.jar
- dom4j-1.6.1.jar
- commons-collections-2.1.1.jar
- commons-logging-1.0.4.jar
- ehcache-1.2.3.jar
- jta.jar
- cglib-2.1.3.jar
- antlr-2.7.6.jar
- c3p0-0.9.5.5.jar
- mchange-commons-java-0.2.19.jar
- asm.jar
- asm-attrs.jar
- Database-specific driver JAR file. Supported jar files are listed in the table below. Supported databases are described in the section on Supported Databases in TIBCO Enterprise Message Service Installation.
For an example, see EMS_HOME/samples/config/tibemsd-db.conf.
For information on parameters used by the database store feature, see stores.conf
.