By the way, if I use 'NHibernate.Cache.HashtableCacheProvider', it seems to 
work just fine:

16:53:25.890 [TestRunnerThread] DEBUG NHibernate.Impl.SessionFactoryImpl -

instantiating session factory with properties:
{
    'use_reflection_optimizer'='True',
    'bytecode.provider'='lcg',
    'connection.provider'='NHibernate.Connection.DriverConnectionProvider',
    'connection.driver_class'='NHibernate.Driver.SqlClientDriver',
    'connection.connection_string_name'='ConnDB',
    'dialect'='NHibernate.Dialect.MsSql2005Dialect',
    'show_sql'='false',
    'query.substitutions'='true 1, false 0',
    'cache.use_second_level_cache'='true',
    'cache.use_query_cache'='true',
    'cache.provider_class'='NHibernate.Cache.HashtableCacheProvider',
    
'proxyfactory.factory_class'='NHibernate.ByteCode.Castle.ProxyFactoryFactory, 
NHibernate.ByteCode.Castle',
    'current_session_context_class'='thread_static',
    'generate_statistics'='false'
}

I'm using 3.0.0GA. Any help is greatly appreciated.

Cheers,

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to