Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 64642 invoked from network); 7 Feb 2011 22:51:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Feb 2011 22:51:21 -0000 Received: (qmail 36379 invoked by uid 500); 7 Feb 2011 22:51:20 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 36297 invoked by uid 500); 7 Feb 2011 22:51:20 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 36283 invoked by uid 99); 7 Feb 2011 22:51:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 22:51:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 22:51:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 80099198BA2 for ; Mon, 7 Feb 2011 22:50:57 +0000 (UTC) Date: Mon, 7 Feb 2011 22:50:57 +0000 (UTC) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Message-ID: <431655551.1063.1297119057520.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (AMQNET-130) WCF provider is catching exceptions thrown by WCF service implementation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AMQNET-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991677#comment-12991677 ] Jim Gomes commented on AMQNET-130: ---------------------------------- I reviewed the exception handlers NmsInputChannelListener::OnExceptionThrown() and NmsInputSessionChannelListener::OnExceptionThrown(). Both of these exception handlers have filters set on them to only handle NMSException types. All other exception types are re-thrown up the exception handler chain. Based on that review, the recommended behavior is what appears to be coded, therefore I am closing this bug. > WCF provider is catching exceptions thrown by WCF service implementation > ------------------------------------------------------------------------ > > Key: AMQNET-130 > URL: https://issues.apache.org/jira/browse/AMQNET-130 > Project: ActiveMQ .Net > Issue Type: Bug > Components: WCF > Affects Versions: 1.1.0 > Environment: Windows Server 2003 SP1, ActiveMQ 5.2.0, latest Apache.NMS and Apache.NMS.ActiveMQ > Reporter: David Keaveny > Assignee: Jim Gomes > Original Estimate: 10h > Remaining Estimate: 10h > > Exceptions that occur within WCF service implementations are being caught by the WCF provider and swallowed, so that the service never sees the exception. The exceptions *are* logged to the WCF trace log though, if the configuration section is defined. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira