Hibernate not finding Oracle driver - despite straight JDBC working
From: IINET (mjinteractive_at_iinet.net.au)
Date: 12/22/04
- Next message: Murray: "Re: Hibernate not finding Oracle driver - despite straight JDBC working"
- Previous message: Peter Griffin: "Hibernate: storing a java.util.Map with some extra information"
- Next in thread: Murray: "Re: Hibernate not finding Oracle driver - despite straight JDBC working"
- Reply: Murray: "Re: Hibernate not finding Oracle driver - despite straight JDBC working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 22 Dec 2004 23:25:23 +0800
tomcat 5 / hibernate 2 / oracle 10g
- Could not obtain connection metadata
org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of
class '' for connect URL 'null'
Been at this a few hours now - just cant get hibernate to work. I have my
driver in the right place (web-inf/lib and also tried common/lib too), my
config file and properties files all by the book. My tomcat JNDI resource is
all set up right (its working with DBCP in its own right, so driver is
working in a non hibernate situation)
I have changed the sqlDialect property around a couple of time too - in case
it had issue with the generic Oracle dialect and preffered the Oracle9
dialect.
No luck - about to give up on Hibernate altogether (I am yet to see it
work!)
This issue seems to be suggesting my tomcat JNDI set up is incorrect -but
its not! Its working just fine using straight JDBC lookups.
Any help at all would be appreciated - even sympathy would do.
Andles
- Next message: Murray: "Re: Hibernate not finding Oracle driver - despite straight JDBC working"
- Previous message: Peter Griffin: "Hibernate: storing a java.util.Map with some extra information"
- Next in thread: Murray: "Re: Hibernate not finding Oracle driver - despite straight JDBC working"
- Reply: Murray: "Re: Hibernate not finding Oracle driver - despite straight JDBC working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|