From dev-return-86162-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Fri Oct 08 14:31:04 2010 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 78580 invoked from network); 8 Oct 2010 14:31:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Oct 2010 14:31:03 -0000 Received: (qmail 73660 invoked by uid 500); 8 Oct 2010 14:31:03 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 73588 invoked by uid 500); 8 Oct 2010 14:31:02 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 73581 invoked by uid 99); 8 Oct 2010 14:31:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 14:31:02 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kevan.miller@gmail.com designates 209.85.213.54 as permitted sender) Received: from [209.85.213.54] (HELO mail-yw0-f54.google.com) (209.85.213.54) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 14:30:53 +0000 Received: by ywp4 with SMTP id 4so434847ywp.13 for ; Fri, 08 Oct 2010 07:30:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=DT3/Hp44tdovjlz6Gcnuy5rJ1PKVjAuQt5Fe+MN54QQ=; b=ptu/BT8OM5TE5q9rOk5iCSHsJo+ygqM8DoryAwHjBQ6sTqtyngicA6uDkgge0qj8yD PF3pISw8+X8Vh7XAn92DJAiNkpLOuYh57sFvDByh0eexfOpJORpPX3GeXKoKGqtLoq+m 6qxH/AkUoDnpd+adl5KlHIDXcYdPQLf4XBhUI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=sRDaxSL8vJmGE879Q4/p/g+MZ7ngtg9hDgN7vnB7YVqaYn+iRcCqmE9T4UB/Rfz3bu BbTUGx92rm20ZqRm0OXJtYWswEAJQZhX55rWejBPMhyqGhYk8UD5kIhwMAW2d5Knojgi hLqFLpRlmtWtKYYxc4T6sBzrL+SCSBbfm8AeE= Received: by 10.151.126.12 with SMTP id d12mr2995610ybn.69.1286548231869; Fri, 08 Oct 2010 07:30:31 -0700 (PDT) Received: from [10.0.1.200] (cpe-075-189-199-238.nc.res.rr.com [75.189.199.238]) by mx.google.com with ESMTPS id z62sm2347747yhc.41.2010.10.08.07.30.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 08 Oct 2010 07:30:28 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: svn commit: r963176 - in /geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources: activemq-template.xml activemq.xml From: Kevan Miller In-Reply-To: <20100712024322.CFF79238896F@eris.apache.org> Date: Fri, 8 Oct 2010 10:30:26 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <3DFFB0FA-0BD6-4586-A99D-B9356110BFD1@gmail.com> References: <20100712024322.CFF79238896F@eris.apache.org> To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org On Jul 11, 2010, at 10:43 PM, genspring@apache.org wrote: > Author: genspring > Date: Mon Jul 12 02:43:22 2010 > New Revision: 963176 >=20 > URL: http://svn.apache.org/viewvc?rev=3D963176&view=3Drev > Log: > Revert "GERONIMO-5372 - change the default adapter in geronimo to = kahaDB". Because it's causing a jms tck failure. Since = persistentAdapter is also working well per GERONIMO-5426. we need to = revert this back. Hi Shawn, Do we have information on the failures that kahaDB caused? If this is a = problem with the kahaDB persistence adapter, we should pass this = information along to the ActiveMQ community so that the problem can be = fixed. Would it be possible to recreate this problem? --kevan=