From dev-return-11122-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Mon Jan 24 04:44:44 2005 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 60515 invoked from network); 24 Jan 2005 04:44:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Jan 2005 04:44:44 -0000 Received: (qmail 50784 invoked by uid 500); 24 Jan 2005 04:44:40 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 50533 invoked by uid 500); 24 Jan 2005 04:44:38 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 50510 invoked by uid 99); 24 Jan 2005 04:44:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO mgd.gluecode.com) (64.14.202.141) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 23 Jan 2005 20:44:37 -0800 Received: from [10.0.1.2] (69-175-236-238.vnnyca.adelphia.net [69.175.236.238]) (authenticated bits=0) by mgd.gluecode.com (8.12.10/8.12.10) with ESMTP id j0O4i1CW022061 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Sun, 23 Jan 2005 20:44:01 -0800 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <8775D7EC-6DC1-11D9-A4A9-000D93361CAA@gluecode.com> References: <8775D7EC-6DC1-11D9-A4A9-000D93361CAA@gluecode.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Dain Sundstrom Subject: Re: [jira] Commented: (GERONIMO-541) Upgrade ActiveMQ to 2.0 and use JDBC as default persistence option Date: Sun, 23 Jan 2005 20:44:34 -0800 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Funny you should bring this up. David and I are going to start working with Jason Van Zyl this week on upgrading our build for maven 2 and getting Geronimo, Openejb, ActiveMQ, etc. to work with Continuum which is a continuous build system. -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26 On Jan 23, 2005, at 8:36 PM, David Jencks wrote: > I think david's suggestion works by downloading prebuilt copies of the > jars from the missing modules. > > I think it's time to take the uberbuild apart. > > I think the steps needed are: > > 1. move modules/assembly to assembly/default > > 2. provide goals for specs, modules, assembly, itests, plugins, and > applications. (maybe sandbox too :-) > > 3.provide more of a continuous integration system that builds: > > activeio (?) > geronimo specs > activemq (?) > tranql > tranql connector > geronimo modules > openejb > geronimo applications (assuming we want to include at least the debug > console in assembly) > geronimo assembly > geronimo itests > > I've never used a CC system such as CruiseControl. Is there any > advantage to that over something like david's simple shell scripts? > > thanks > david jencks > > On Jan 23, 2005, at 8:10 PM, sissonj@insession.com wrote: > >> Mark, >> >> David's suggestion works, but I still think there is a problem that >> needs >> to be fixed (patch attached to JIRA issue) so that Geronimo and all >> associated projects can be built successfully using the instructions >> on >> the Wiki. >> >> The file: >> >> >> geronimo\activemq\modules\gbean\src\java\org\codehaus\activemq\store\j >> dbc\JDBCPersistenceAdapterGBean.java >> >> >> requires: >> >> >> geronimo\activemq\activemq\stores\jdbc\src\java\org\codehaus\activemq\ >> store\jdbc\ >> JDBCPersistenceAdapterGBean.java >> >> Therefore shouldn't geronimo\project.properties have the following >> file >> added to its maven.multiproject.includes property (what my patch >> does): ? >> >> activemq/stores/jdbc/project.xml >> >> >> Can someone explain why David's suggested commands work, but the >> commands >> I am using (that the Wiki also has) don't ? >> >> Thanks, >> >> John >> >> >> Mark wrote on 21/01/2005 06:05:43 PM: >> >>> John, >>> >>> I had this problem last week too. David Blevins posted a message >>> about >>> doing: >>> >>> ------------ >>> maven clean default >>> Make sure you are online when doing the build >>> ------------ >>> >>> I ended up doing: >>> >>> maven clean >>> maven -Dmaven.test.skip=true -Dmaven.itest.skip=true default >>> >>> Mark >>> >>> John Sisson (JIRA) wrote: >>> >>>> [ http://issues.apache.org/jira/browse/GERONIMO-541? >>> page=comments#action_57872 ] >>>> >>>> John Sisson commented on GERONIMO-541: >>>> -------------------------------------- >>>> >>>> With the following build commands: >>>> >>>> maven m:update >>>> maven m:rebuild -Dmaven.test.skip=true -Dmaven.itest.skip=true >>>> >>>> I have been having this compile error for a few days now: >>>> >>>> D: >>> >> \Projects\J2EE\geronimo\activemq\modules\gbean\src\java\org\codehaus\a >> ctivemq\store\jdbc\JDBCPersistenceAdapterGBean. >>> java:97: cann >>>> ot resolve symbol >>>> symbol : method createTransactionStore () >>>> location: class >>>> org.codehaus.activemq.store.jdbc.JDBCPersistenceAdapter >>>> return pa.createTransactionStore(); >>>> ^ >>>> >>>> I have attached a patch that fixes the problem. >>>> >>>> >>>> >>>>> Upgrade ActiveMQ to 2.0 and use JDBC as default persistence option >>>>> ------------------------------------------------------------------ >>>>> >>>>> Key: GERONIMO-541 >>>>> URL: http://issues.apache.org/jira/browse/GERONIMO-541 >>>>> Project: Apache Geronimo >>>>> Type: Improvement >>>>> Components: ActiveMQ >>>>> Versions: 1.0-M3 >>>>> Reporter: Hiram Chirino >>>>> Assignee: Hiram Chirino >>>>> Fix For: 1.0-M4 >>>>> >>>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>