From dev-return-13612-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Thu Dec 04 03:58:56 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 38356 invoked from network); 4 Dec 2008 03:58:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2008 03:58:56 -0000 Received: (qmail 17117 invoked by uid 500); 4 Dec 2008 03:59:08 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 17084 invoked by uid 500); 4 Dec 2008 03:59:08 -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 17073 invoked by uid 99); 4 Dec 2008 03:59:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2008 19:59:07 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 03:57:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 72EB0234C2A1 for ; Wed, 3 Dec 2008 19:58:05 -0800 (PST) Message-ID: <1013744934.1228363085446.JavaMail.jira@brutus> Date: Wed, 3 Dec 2008 19:58:05 -0800 (PST) From: "David Keaveny (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (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-Virus-Checked: Checked by ClamAV on apache.org WCF provider is catching exceptions thrown by WCF service implementation ------------------------------------------------------------------------ Key: AMQNET-130 URL: https://issues.apache.org/activemq/browse/AMQNET-130 Project: ActiveMQ .Net Issue Type: Bug Components: WCF Affects Versions: 1.0, 1.1, 1.2 Environment: Windows Server 2003 SP1, ActiveMQ 5.2.0, latest Apache.NMS and Apache.NMS.ActiveMQ Reporter: David Keaveny Assignee: Jim Gomes 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. - You can reply to this email to add a comment to the issue online.