Hi,
I am using tomcat 5.x and i have placed my context file inside conf/Catalina/localhost.
I am getting the datasource inside my hibernate.cfg.xml.
I have my web.xml configurations for JNDI.
I have my driver inside common/lib as well as webapps/app/WEB-INF/lib.
But i can run my application as i am getting following error.
org.hibernate.cfg.SettingsFactory | Could not obtain connection metadata
org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'
Can anybody have any idea?
regards,
Ajse
|