[Mono-bugs] [Bug 66754][Maj] Changed - Commiting database transaction results in "transaction not open" error

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 24 Sep 2004 07:43:41 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sumadevi@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=66754

--- shadow/66754	2004-09-23 23:51:27.000000000 -0400
+++ shadow/66754.tmp.32137	2004-09-24 07:43:41.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 66754
 Product: Mono: Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Fedora Core 1
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: Sys.Data
 AssignedTo: sumadevi@novell.com                            
 ReportedBy: crslinyc@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -103,6 +103,13 @@
 
 
 How often does this happen? 
 always
 
 Additional Information:
+
+------- Additional Comments From sumadevi@novell.com  2004-09-24 07:43 -------
+Fixed on the CVS Head and mono-1-0
+The dispose method was calling rollback when the transaction was
+closed due to which the exception was thrown.
+
+