Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data.NHibernate/Data/NHibernate/Support
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6568
Modified Files:
OpenSessionInViewModule.cs
Log Message:
fixed SPRNET-731 (osiv configuration)
Index: OpenSessionInViewModule.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data.NHibernate/Data/NHibernate/Support/OpenSessionInViewModule.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** OpenSessionInViewModule.cs 8 Aug 2007 18:41:12 -0000 1.5
--- OpenSessionInViewModule.cs 29 Sep 2007 21:29:23 -0000 1.6
***************
*** 43,47 ****
/// but does not yet associate a session with a thread, that is lef to the lifecycle of the request.
/// </summary>
! public OpenSessionInViewModule() : base(false)
{
--- 43,47 ----
/// but does not yet associate a session with a thread, that is lef to the lifecycle of the request.
/// </summary>
! public OpenSessionInViewModule() : base("appSettings", false)
{
|