aspose file tools
The moose likes Object Relational Mapping and the fly likes Schema text failed: Dialect class not found Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "Schema text failed: Dialect class not found" Watch "Schema text failed: Dialect class not found" New topic
Author

Schema text failed: Dialect class not found

milgy george
Greenhorn

Joined: Jun 04, 2007
Posts: 1
Hi,
I am trying to build an application using Hibernate 2.1.8
I am using HSQLDB. while trying to generate a schema using ANT i get the following error.
build.xml:85: Schema text failed: Dialect class not found: net.sf.hibernate.dialect.HSQLDialect
I have hibernate2.jar in the classpath, but i still get this error.
my build file is

i call ant schema

would appreciate all help.

thanks in advance
 
 
subject: Schema text failed: Dialect class not found
 
Threads others viewed
persistent class not found
Trouble understanding Ant('s classpath)
Classpath problems(?)
Problem using Hibernate Extensions: hbm2java
problem at using hibernate extension to build *java from *.hbm.xml
developer file tools