Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 87406 invoked from network); 27 Feb 2007 11:13:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2007 11:13:24 -0000 Received: (qmail 62013 invoked by uid 500); 27 Feb 2007 11:13:32 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 61992 invoked by uid 500); 27 Feb 2007 11:13:32 -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 61983 invoked by uid 99); 27 Feb 2007 11:13:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 03:13:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 03:13:23 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2DA72714058 for ; Tue, 27 Feb 2007 03:13:03 -0800 (PST) Message-ID: <6481201.1172574783184.JavaMail.jira@brutus> Date: Tue, 27 Feb 2007 03:13:03 -0800 (PST) From: "james strachan (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQNET-21) "Object reference not set to an instance of an object." exception when closing connection. In-Reply-To: <23738177.1170791342823.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQNET-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38610 ] james strachan commented on AMQNET-21: -------------------------------------- Jan K: you can use the wiki notation from confluence in comments. e.g. for code you can do \{code\} around blocks of code. e.g. {code} if (foo) { doSomething(); } {code} > "Object reference not set to an instance of an object." exception when closing connection. > ------------------------------------------------------------------------------------------ > > Key: AMQNET-21 > URL: https://issues.apache.org/activemq/browse/AMQNET-21 > Project: ActiveMQ .Net > Issue Type: Bug > Environment: WINXP SP2 > Reporter: Jan K > Fix For: 1.0 > > > at ActiveMQ.TestMain.connection_ExceptionListener(Exception exception) in D:\activemq-dotnet\src\test\csharp\ActiveMQ\TestMain.cs:line 80 > at ActiveMQ.Connection.OnException(ITransport sender, Exception exception) in D:\activemq-dotnet\src\main\csharp\ActiveMQ\Connection.cs:line 334 > at ActiveMQ.Transport.TransportFilter.OnException(ITransport sender, Exception command) in D:\activemq-dotnet\src\main\csharp\ActiveMQ\Transport\TransportFilter.cs:line 44 > at ActiveMQ.Transport.TransportFilter.OnException(ITransport sender, Exception command) in D:\activemq-dotnet\src\main\csharp\ActiveMQ\Transport\TransportFilter.cs:line 44 > at ActiveMQ.Transport.WireFormatNegotiator.OnException(ITransport sender, Exception command) in D:\activemq-dotnet\src\main\csharp\ActiveMQ\Transport\WireFormatNegotiator.cs:line 102 > at ActiveMQ.Transport.Tcp.TcpTransport.ReadLoop() in D:\activemq-dotnet\src\main\csharp\ActiveMQ\Transport\Tcp\TcpTransport.cs:line 150 > at System.Threading.ThreadHelper.ThreadStart_Context(Object state) > at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) > at System.Threading.ThreadHelper.ThreadStart() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.