-->
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.  [ 2 posts ] 
Author Message
 Post subject: Setting connection.driver_class in hibernate.cfg.xml
PostPosted: Wed Jul 29, 2009 6:32 am 
Newbie

Joined: Tue Jul 28, 2009 8:28 am
Posts: 18
Hi, I'm trying to set my .Net 3.5 VS 2008 project up to use Nhibernate and am getting the following error back:

TestProject.PlnEnfTest.FetchApplicationByReference : NHibernate.HibernateException : Could not create the driver from oracle.jdbc.driver.OracleDriver.
----> System.TypeLoadException : Could not load type oracle.jdbc.driver.OracleDriver. Possible cause: no assembly name specified.

The following shows my hibernate.cfg.xml file:

Code:
<?xml version="1.0" encoding="utf-8" ?>
  <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
    <session-factory>
      <property name="dialect">NHibernate.Dialect.OracleDialect</property>
      <property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
      <property name="connection.connection_string">Data Source=MVMD1; User ID=M3; Password=M3</property>
      <property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
      <property name="show_sql">true</property>
      <property name="max_fetch_depth">3</property>
      <property name="proxyfactory.factory_class">NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle</property>
      <mapping assembly="M3PlnEnf.BusinessEntities" />
    </session-factory>
  </hibernate-configuration>


Help!!


Top
 Profile  
 
 Post subject: Re: Setting connection.driver_class in hibernate.cfg.xml
PostPosted: Wed Jul 29, 2009 6:41 am 
Newbie

Joined: Tue Jul 28, 2009 8:28 am
Posts: 18
Forget about it actually I've just worked it out, NHibernate.Driver.OracleClientDriver

:-D


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.