Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 7688 invoked from network); 2 Oct 2006 11:48:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Oct 2006 11:48:33 -0000 Received: (qmail 7568 invoked by uid 500); 2 Oct 2006 11:48:32 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 7543 invoked by uid 500); 2 Oct 2006 11:48:32 -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 7534 invoked by uid 99); 2 Oct 2006 11:48:32 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2006 04:48:32 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=adborja@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.82.237] ([66.249.82.237:7642] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 96/77-16499-B8CF0254 for ; Mon, 02 Oct 2006 04:48:27 -0700 Received: by wx-out-0506.google.com with SMTP id i27so1683239wxd for ; Mon, 02 Oct 2006 04:48:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=rsOb0QQSD0CVREUNIjzHa/g4PeKLJi6t6+ENyiPayQ5rUnzBsJSJwrWB/AGjvQO/AXCSzS+oS8bvh7vcmYiKPF2A7Uf5E4B83MMMaB1ubHIbiiqaEL795fCD3SE44q1bJoM+OZ/y5iY/2jZ3BTV5NG2S1ShKxtqm0DDBjGyMN6k= Received: by 10.90.54.20 with SMTP id c20mr2556105aga; Mon, 02 Oct 2006 04:48:24 -0700 (PDT) Received: by 10.90.115.2 with HTTP; Mon, 2 Oct 2006 04:48:24 -0700 (PDT) Message-ID: <8c46aa2a0610020448h64708bam1ca6003f73d42d3a@mail.gmail.com> Date: Mon, 2 Oct 2006 06:48:24 -0500 From: "David Borja" To: activemq-users@geronimo.apache.org Subject: Latest activemq release ,,, MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_58179_25302233.1159789704774" X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_58179_25302233.1159789704774 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi ... I downloaded the latest source code directly from SVN repository and i found in the JDBCPersistenAdapter.java file the following piece of code: public boolean isCreateTablesOnStartup() { return jdbcPersistenceAdapter.isCreateTablesOnStartup(); } public void setCreateTablesOnStartup(boolean createTablesOnStartup) { jdbcPersistenceAdapter.setCreateTablesOnStartup(createTablesOnStartup); } But in the latest snapshot does`nt appear the above methods, what can i do?? Thanx ------=_Part_58179_25302233.1159789704774--