Joined: Thu Nov 10, 2005 8:26 am Posts: 2 Location: India
|
Hi Hibernate GURUS,
I am getting the below Exception:
Please help me to solve this... I am also pasting the Hibernate.properties file with this.
Error:
-------
Exception in thread "main" java.lang.RuntimeException: org.hibernate.HibernateException: database product name cannot be null
at hiber.ConnectionFactory.<init>(ConnectionFactory.java:84)
desc = JDBC-providerdesc
name = ORA
Hibernate.properties
-----------------------
hibernate.dialect = org.hibernate.dialect.Oracle9Dialect
hibernate.connection.driver_class = oracle.jdbc.driver.OracleDriver
hibernate.connection.url = jdbc:oracle:thin:@115.24..45.67:1524:TST1
hibernate.connection.username = comm_fr
hibernate.connection.password = rand
hibernate.show_sql = true
[/b]
|
|