Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 77120 invoked from network); 17 Oct 2006 14:52:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2006 14:52:12 -0000 Received: (qmail 84164 invoked by uid 500); 17 Oct 2006 14:52:12 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 83971 invoked by uid 500); 17 Oct 2006 14:52:11 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 83962 invoked by uid 99); 17 Oct 2006 14:52:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 07:52:11 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcjau-user-2@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 07:52:08 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GZqI0-0007bZ-J3 for activemq-users@geronimo.apache.org; Tue, 17 Oct 2006 16:51:33 +0200 Received: from 82.207.108.201 ([82.207.108.201]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Oct 2006 16:51:32 +0200 Received: from thisaddressisnotmine by 82.207.108.201 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Oct 2006 16:51:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: activemq-users@geronimo.apache.org From: Oleg Deribas Subject: NMS ActiveMQ unit tests Date: Tue, 17 Oct 2006 17:50:50 +0300 Lines: 50 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 82.207.108.201 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N When I'm trying to run nunit tests on current ActiveMQ I have unhandled exception. I'm using nunit 2.2.8 for .NET 2.0. nms-test.dll goes fine, but testing activemq-test.dll gives exception. Is it known bug, or should I actually ignore this exception? --------------------------- Unhandled Exception --------------------------- An unhandled exception was detected. Since it was most likely thrown on a separate thread, it may or may not have been caused by the current test. System.Runtime.Serialization.SerializationException: Type 'ActiveMQ.ConnectionClosedException' in Assembly 'activemq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable. at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter) at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter) at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck) at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck) at System.Runtime.Remoting.Channels.CrossAppDomainSerializer.SerializeObject(Object obj, MemoryStream stm) at System.AppDomain.Serialize(Object o) at System.AppDomain.MarshalObject(Object o) --------------------------- -- Oleg