-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: hibernate.properties file
PostPosted: Tue Jun 21, 2005 12:38 am 
Beginner
Beginner

Joined: Thu Jun 09, 2005 3:18 am
Posts: 34
Location: India
Hi all,

I think it is very small problem..

When i am configuring hibernate to database using hibernate.cfg.xml file it is detecting jdbc drivers and working fine, but when i use hibernate.properties file i am not connecting to jdbc driver.

I have set class path for jdbc

i getting the following error message

JDBC Driver class not found: COM.ibm.db2.jdbc.app.DB2Driver


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 21, 2005 12:39 am 
Beginner
Beginner

Joined: Thu Jun 09, 2005 3:18 am
Posts: 34
Location: India
Here is my hibernate.properties file

hibernate.dialect = net.sf.hibernate.dialect.DB2Dialect
hibernate.connection.driver_class = COM.ibm.db2.jdbc.app.DB2Driver
hibernate.connection.url = jdbc:db2:TEST_DAT
hibernate.connection.username = db2admin
hibernate.connection.password = jagan


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 21, 2005 6:33 am 
Newbie

Joined: Tue Jun 21, 2005 6:31 am
Posts: 4
hey there

how about trying this out:
hibernate.connection.driver_class = com.ibm.db2.jdbc.app.DB2Driver

COM = com ?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 21, 2005 7:31 am 
Beginner
Beginner

Joined: Thu Jun 09, 2005 3:18 am
Posts: 34
Location: India
not working


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.