Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 75101 invoked from network); 23 Jun 2010 11:01:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jun 2010 11:01:16 -0000 Received: (qmail 87647 invoked by uid 500); 23 Jun 2010 11:01:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 87460 invoked by uid 500); 23 Jun 2010 11:01:13 -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 87452 invoked by uid 99); 23 Jun 2010 11:01:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 11:01:12 +0000 X-ASF-Spam-Status: No, hits=-1539.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 11:01:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5NB0pWU029750 for ; Wed, 23 Jun 2010 11:00:51 GMT Message-ID: <262060.21961277290851850.JavaMail.jira@thor> Date: Wed, 23 Jun 2010 07:00:51 -0400 (EDT) From: "Dejan Bosanac (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2793) KahaDB store default directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c KahaDB store default directory ------------------------------ Key: AMQ-2793 URL: https://issues.apache.org/activemq/browse/AMQ-2793 Project: ActiveMQ Issue Type: Bug Affects Versions: 5.3.2 Reporter: Dejan Bosanac Assignee: Dejan Bosanac Priority: Minor Fix For: 5.4.0 Add default directory for KahaDB message store. If adapter is set simply with {code}broker.setPersistenceAdapter(KahaDBPersistenceAdapter()){code} it will result in NPE during broker start. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.