[Mono-bugs] [Bug 77364][Wis] New - System.Runtime.Remoting.Messaging.MethodCall.LogicalCallContext difference to MS.NET

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 26 02:12:33 EST 2006


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 dominic_ullmann at hispeed.ch.

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

--- shadow/77364	2006-01-26 02:12:33.000000000 -0500
+++ shadow/77364.tmp.10240	2006-01-26 02:12:33.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 77364
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Ubuntu
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: dominic_ullmann at hispeed.ch               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Runtime.Remoting.Messaging.MethodCall.LogicalCallContext difference to MS.NET
+
+Description of Problem:
+In MS.NET the properties MethodCall.LogicalCallContext,
+ReturnMessage.LogicalCallContext and the property
+MethodResponse.LogicalCallContext behave differently.
+If during construction of the MethodCall/ReturnMessage/MethodResponse no
+LogicalCallContext instance was provided, the
+MethodCall/ReturnMessage/MethodResponse creates one during first access.
+
+For IIOP.NET (http://iiop-net.sourceforge.net/) I need to deserialise a
+CORBA iiop message on the server side and create a MethodCall. Because I
+can't instantiate a LogicalCallContext due to its internal constructor, I
+need to have one created on first call to MethodCall.LogicalCallContext. 
+This works in this way on MS.NET.
+
+Steps to reproduce the problem:
+1. create an instance of MethodCall/ReturnMessage and don't provide a
+   LogicalCallContext (in the IMessage / or as constructor argument)
+2. Access teh LogicalCallContext property
+
+Actual Results:
+The value returned by LogicalCallContext property is null.
+
+Expected Results:
+The value returned by LogicalCallContext property is an instance of
+LogicalCallContext.
+
+How often does this happen? 
+Always
+
+Additional Information:
+I've tested this on mono 1.1.13.2


More information about the mono-bugs mailing list