Hi all,
I have figured my problem. The configuration has the following settings:
<property name="hibernate.connection.username">db2admin</property>
<property name="hibernate.connection.password">xxxxx</property>
<property name="hibernate.dialect">org.hibernate.dialect.DB2Dialect</property>
<property name="hibernate.connection.url">jdbc:db2:EMPL</property>
<property name="hibernate.connection.driver_class">com.ibm.db2.jcc.DB2Driver</property>
The following files were imported and added to the build path.
db2java.zip, db2jcc_license_cisuz.jar,db2jcc_license_cu.jar and db2jcc.jar.
When creating the Hibernate Console Configuration the above jars have to be included in the classpath.
|