[ 
https://issues.apache.org/activemq/browse/AMQNET-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47849#action_47849
 ] 

David Keaveny commented on AMQNET-130:
--------------------------------------

It looks like the exception handler OnExceptionThrown in the NmsChannelListener 
is intercepting all exceptions; it should probably be only interested in 
NMSExceptions, rethrowing other exceptions to be handled by the WCF service.

> 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 
> <system.diagnostics /> 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.

Reply via email to