Re: Active Record [Oracle]

2021-03-27 Thread Jonathon Rossi
That's an NHibernate exception, you'd be best looking at the NHibernate
docs on how to use Oracle as those are just passed to NHibernate.

However, more importantly if you aren't aware (since you are using the
Getting Started guide), Castle ActiveRecord has been a
deprecated/unmaintained project for many years.

On Sun, Mar 28, 2021 at 3:10 AM Alan Rodrigues 
wrote:

>
> I'm trying to 'Getting Started', but the program is throwing the follow
> exception:
>
> [image: exception castle oracle.png]
>
> The config file:
>
> 
> 
> 
> key="connection.driver_class"
> value="NHibernate.Driver.OracleClientDriver" />
>key="dialect"
> value="NHibernate.Dialect.Oracle10gDialect" />
>key="connection.provider"
> value="NHibernate.Connection.DriverConnectionProvider" />
>key="connection.connection_string"
> value="Data Source=;User ID=;Password=;" />
>key="proxyfactory.factory_class"
> value="NHibernate.ByteCode.Castle.ProxyFactoryFactory,NHibernate.ByteCode.Castle"
> />
> 
> 
>
>
>
> --
> 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
> 
> .
>


-- 
Jono

-- 
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/CAGb9TQJ_rL%3DJmc161%3DY4O31z%2BuX0%3DKJt1B4MkQ%3D10e-WRGx0kw%40mail.gmail.com.


Active Record [Oracle]

2021-03-27 Thread Alan Rodrigues

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

[image: exception castle oracle.png]

The config file:




   
  
  
  
  





-- 
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.