I'm trying to 'Getting Started', but the program is throwing the follow 
exception:

[image: exception castle oracle.png]

The config file:

<?xml version="1.0" encoding="utf-8" ?>
<activerecord>
    <config>
           <add
        key="connection.driver_class"
        value="NHibernate.Driver.OracleClientDriver" />
      <add
        key="dialect"
        value="NHibernate.Dialect.Oracle10gDialect" />
      <add
        key="connection.provider"
        value="NHibernate.Connection.DriverConnectionProvider" />
      <add
        key="connection.connection_string"
        value="Data Source=;User ID=;Password=;" />
      <add 
        key="proxyfactory.factory_class"        
value="NHibernate.ByteCode.Castle.ProxyFactoryFactory,NHibernate.ByteCode.Castle"
 
/>
    </config>
</activerecord>



-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to castle-project-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/castle-project-users/49cbcafc-4364-49cd-8ea3-4478a29cc9cfn%40googlegroups.com.

Reply via email to