Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 64905 invoked from network); 8 Sep 2010 16:25:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Sep 2010 16:25:58 -0000 Received: (qmail 93033 invoked by uid 500); 8 Sep 2010 16:25:58 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 92969 invoked by uid 500); 8 Sep 2010 16:25:58 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 92962 invoked by uid 99); 8 Sep 2010 16:25:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 16:25:57 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 16:25:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 509DE23889DA; Wed, 8 Sep 2010 16:25:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r995117 - /activemq/trunk/activemq-ra/src/test/java/org/apache/activemq/ra/ManagedConnectionFactoryTest.java Date: Wed, 08 Sep 2010 16:25:37 -0000 To: commits@activemq.apache.org From: gtully@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100908162537.509DE23889DA@eris.apache.org> Author: gtully Date: Wed Sep 8 16:25:36 2010 New Revision: 995117 URL: http://svn.apache.org/viewvc?rev=995117&view=rev Log: auto start of schedualler breaks two embedded brokers as they contest for the default store location Modified: activemq/trunk/activemq-ra/src/test/java/org/apache/activemq/ra/ManagedConnectionFactoryTest.java Modified: activemq/trunk/activemq-ra/src/test/java/org/apache/activemq/ra/ManagedConnectionFactoryTest.java URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-ra/src/test/java/org/apache/activemq/ra/ManagedConnectionFactoryTest.java?rev=995117&r1=995116&r2=995117&view=diff ============================================================================== --- activemq/trunk/activemq-ra/src/test/java/org/apache/activemq/ra/ManagedConnectionFactoryTest.java (original) +++ activemq/trunk/activemq-ra/src/test/java/org/apache/activemq/ra/ManagedConnectionFactoryTest.java Wed Sep 8 16:25:36 2010 @@ -43,8 +43,8 @@ import org.apache.activemq.ActiveMQConne */ public class ManagedConnectionFactoryTest extends TestCase { - private static final String DEFAULT_HOST = "vm://localhost?broker.persistent=false"; - private static final String REMOTE_HOST = "vm://remotehost?broker.persistent=false"; + private static final String DEFAULT_HOST = "vm://localhost?broker.persistent=false&broker.schedulerSupport=false"; + private static final String REMOTE_HOST = "vm://remotehost?broker.persistent=false&broker.schedulerSupport=false"; private ActiveMQManagedConnectionFactory managedConnectionFactory; /**