[Mono-bugs] [Bug 59430][Nor] New - MONO Beta 2 bug tracing web service activity

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Jun 2004 00:54:54 -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 davidandrewtaylor@hotmail.com.

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

--- shadow/59430	2004-06-02 00:54:53.000000000 -0400
+++ shadow/59430.tmp.4323	2004-06-02 00:54:53.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 59430
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 002 Two hours
+Priority: Normal
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: davidandrewtaylor@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: MONO Beta 2 bug tracing web service activity
+
+Description of Problem:
+Lluis has fixed a problem in bug 58565 regarding tracing using the 
+SoapExtensionAttribute and I have verified that bug is resolved; however 
+when I changed the code to host it within ASP.NET instead of a console 
+application, (writing trace info to HttpContext.Current.Trace instead of 
+Console.WriteLine) the information is not appearing in the trace for MONO 
+Beta 2, unlike MS.NET 1.1 which works fine.
+
+Steps to reproduce the problem:
+1. Run the attached ASPX file and look at trace information.
+
+Actual Results:
+Web Service XML information does NOT appear in the trace.
+
+Expected Results:
+It should appear in the trace as it does in MS.NET 1.1
+
+How often does this happen? 
+All the time on MONO Beta 2.
+
+Additional Information:
+The code was exactly the same as the code in bug 58565, apart from 
+changing Console.Writeline to HttpContext.Trace.Write.  Something is 
+behaving differently when hosted under MONO ASP.NET; possibly a threading 
+issue or stream buffering issue?