Author: gbayon
Date: Wed Mar  7 10:39:07 2007
New Revision: 515691

URL: http://svn.apache.org/viewvc?view=rev&rev=515691
Log:
Fixed IBATISNET-211

Modified:
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapSession.cs

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapSession.cs
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapSession.cs?view=diff&rev=515691&r1=515690&r2=515691
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapSession.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapSession.cs Wed Mar  7 
10:39:07 2007
@@ -371,6 +371,7 @@
                        }
                        _transaction.Commit();
                        _transaction.Dispose();
+            _transaction = null;
             _isTransactionOpen = false;
 
                        if (_connection.State != ConnectionState.Closed)


Reply via email to