Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-04-01 Thread Atsushi Eno
Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 25 March 2010 4:12 AM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable Thanks for the test, it cleared some things up :) So - first, I cannot

Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-04-01 Thread Matt Dargavel
Cool, thanks. I'll do an update. -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 01 April 2010 10:46 AM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable Hi

Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-03-25 Thread Matt Dargavel
, Matt. -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 24 March 2010 6:18 AM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable Instead of waiting

Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-03-24 Thread Matt Dargavel
March 2010 6:18 AM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable Instead of waiting for your reply, I've rather committed the patch (with a few change) and verify it later with a runnable repro

Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-03-24 Thread Atsushi Eno
-liberabit.com] Sent: 24 March 2010 6:18 AM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable Instead of waiting for your reply, I've rather committed the patch (with a few change) and verify it later with a runnable

[Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-03-23 Thread Matt Dargavel
A patch to return more detail when an endpoint / operation isn't found. Not sure if you'll want to apply this, but it helped in some service debugging I was doing. Matt. DestinationUnreachableInfo.patch Description: DestinationUnreachableInfo.patch

Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-03-23 Thread Atsushi Eno
It's looking fine, but how did you check your change? (I know it could happen not always reproducible, so that's okay if it's not really always reproducible.) BTW I thank a lot for your properties change, that fixed a bug that annoyed me today ;-) Atsushi Eno On 2010/03/23 20:28, Matt

Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-03-23 Thread Matt Dargavel
You can reproduce it by requesting an operation that doesn't exist. (It was happening before I implemented the two Service Contracts on one end point change as the wrong channel dispatcher was getting the request.) So I should be able to write a test case for that... -Original Message-

Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-03-23 Thread Atsushi Eno
I still couldn't reproduce the detailed error message. Let's please post a runnable repro case instead of code-less explanation ;) Atsushi Eno On 2010/03/23 22:38, Matt Dargavel wrote: You can reproduce it by requesting an operation that doesn't exist. (It was happening before I implemented