Hi,
While I'm trying to create a sessionFactory from the hibernate console, I get this error.
If I remove the hibernate.dialect properties from the hibernate.propertis file is works, but of course I guess the default dialect is loaded...
If I put the hibernate.dialect properties in the hibernate.cfg.xml it works to, but then I have to have one hibernate.cfg.xml for the Hibernate console and another one for my test.
Could somebody tell me how I have to setup the hibernate.properties to setup correctly the hibernate.dialect?
Is there an existing issue with the OracleDialect?
Hibernate version: 3.1.1
Full stack trace of any exception that occurs:
org.hibernate.HibernateException: Dialect class not found: org.hibernate.dialect.OracleDialect
org.hibernate.HibernateException: Dialect class not found: org.hibernate.dialect.OracleDialect
Name and version of the database you are using:
Oracle10g
|