Yeah I have overridden the connection provider but when I call configuration.BuildSessionFactory() it whats to test the connectionstring and I don't have the connectionstring just then so I want to turn that action off.
On Apr 13, 11:40 am, Jason Dentler <[email protected]> wrote: > I'm not quite sure what you mean when you say the session factory is testing > the value. > > Maybe you should use a custom connection > provider:http://jasondentler.com/blog/2009/11/authentication-impersonation-and... > > <http://jasondentler.com/blog/2009/11/authentication-impersonation-and...> > > On Tue, Apr 13, 2010 at 4:24 AM, Niclas Pehrsson <[email protected]> wrote: > > The ConnectionString in my solution are dynamically so I can't set the > > connectionstring when building the sessionfactory. But I can set a > > dummy value, but the SessionFactory are testing the connection can I > > turn it off? > > > -- > > 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]<nhusers%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/nhusers?hl=en. -- 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.
