Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 961E77B36 for ; Wed, 28 Sep 2011 17:13:07 +0000 (UTC) Received: (qmail 77374 invoked by uid 500); 28 Sep 2011 17:13:07 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 77324 invoked by uid 500); 28 Sep 2011 17:13:07 -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 77316 invoked by uid 99); 28 Sep 2011 17:13:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 17:13:07 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 17:13:06 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C331C28D634 for ; Wed, 28 Sep 2011 17:12:45 +0000 (UTC) Date: Wed, 28 Sep 2011 17:12:45 +0000 (UTC) From: "Bruce Thompson (Issue Comment Edited) (JIRA)" To: dev@activemq.apache.org Message-ID: <43513115.4426.1317229965801.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <804532641.4359.1317228765449.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Issue Comment Edited] (AMQ-3515) MultiKahaDBPersistenceAdapter can not set directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13116604#comment-13116604 ] Bruce Thompson edited comment on AMQ-3515 at 9/28/11 5:11 PM: -------------------------------------------------------------- {code:title=MultiKahaDBPersistenceAdapter.java patch} # This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines. --- Base (BASE) +++ Locally Modified (Based On LOCAL) @@ -238,7 +238,7 @@ @Override public void setDirectory(File dir) { - this.directory = directory; + this.directory = dir; } public void setBrokerService(BrokerService brokerService) { {code} was (Author: brucent): # This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines. --- Base (BASE) +++ Locally Modified (Based On LOCAL) @@ -238,7 +238,7 @@ @Override public void setDirectory(File dir) { - this.directory = directory; + this.directory = dir; } public void setBrokerService(BrokerService brokerService) { > MultiKahaDBPersistenceAdapter can not set directory > --------------------------------------------------- > > Key: AMQ-3515 > URL: https://issues.apache.org/jira/browse/AMQ-3515 > Project: ActiveMQ > Issue Type: Bug > Components: Message Store > Affects Versions: 6.0.0 > Reporter: Bruce Thompson > > There is an assignment to self in the directory setter of MultiKahaDBPersitenceAdapter. this.directory=directory should be this.directory=dir. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira