Hibernate version:2.1.6
Name and version of the database you are using: CLoudscape 10.0b
Hi,
I'm rather new to Databases and completely new to hibernate. I tried to follow the guidelines for beginners and encountered a (probably rather small) problem, which I'm sure someone can help me with.
I chose Cloudscape/Derby as database, since it seemed rather promising, downloaded hibernate and I also found the DerbyDialect and DerbyCaseFragment java-files and copied them to the appropriate locations. The "build eg" command, however, does not build successfully, since the DerbyDialect class is not found, the message is as follows:
SettingsFactory:51 - No dialect set - using GenericDialect: Dialect class not found: net.sf.hibernate.dialect.DerbyDialect
and a little later it says again:
net.sf.hibernate.HibernateException: Dialect class not found: net.sf.hibernate.dialect.DerbyDialect
Can anyone tell me what I did wrong? Using HSQLDB, the build was successfull. Thanx in advance,
Jan
|