Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-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 001E091B3 for ; Mon, 14 May 2012 04:13:22 +0000 (UTC) Received: (qmail 41825 invoked by uid 500); 14 May 2012 04:13:22 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 41700 invoked by uid 500); 14 May 2012 04:13:20 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 41667 invoked by uid 99); 14 May 2012 04:13:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2012 04:13:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [217.24.207.26] (HELO mail.seitenbau.net) (217.24.207.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2012 04:13:12 +0000 Received: from www.seitenbau.net ([192.168.15.18]:9622) by mail.seitenbau.net with esmtp (Exim 4.76) (envelope-from ) id 1STmeL-00065P-2g for torque-dev@db.apache.org; Mon, 14 May 2012 06:12:45 +0200 X-CTCH-RefID: str=0001.0A0B020C.4FB0863D.00FE,ss=1,re=0.000,fgs=0 Sensitivity: MIME-Version: 1.0 Importance: Normal X-Priority: 3 (Normal) In-Reply-To: <4FB0127F.2010807@apache.org> References: <4FB0127F.2010807@apache.org>, <4FAF83D0.2060908@apache.org>, <4FAFAF57.5080908@apache.org> Subject: Re: ready for 4.0-alpha1 ? From: Thomas Fox To: torque-dev@db.apache.org X-MIMETrack: MIME-CD by Notes Server on www/seitenbau(Release 8.5HF467 | May 15, 2009) at 05/14/2012 06:12:45, MIME-CD complete at 05/14/2012 06:12:45, Serialize by Router on www/seitenbau(Release 8.5HF467 | May 15, 2009) at 05/14/2012 06:12:45 Message-ID: Date: Mon, 14 May 2012 06:12:45 +0200 X-Mailer: Lotus Domino Web Server Release 8.5HF467 May 15, 2009 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org >>> Also, I have forgotten one thing: The BaseManager interface does not look >>> very typesafe to me, it uses a lot the Persistent interface, and casts are >>> needed to the correct OM type. Maybe this could be improved by generifying >>> the BaseManager class... But then I have never used managers, I have no >>> idea what a good interface is. Anybody interested there ? >> >> Well, this obviously is my playground. However, I'm currently >> generifying JCS, so don't expect anything soon. Maybe I can squeeze it in. >Ok, in an attack of sheer madness I made an attempt to solve this. It >happened to be code deletion, mostly, given the features of JDK 5. I'd >ask for close inspection as I'm not used to the code base anymore. I am not very familiar to the manager code, but from reading the changes looked good to me. Jenkins says the tests ran ok (the hsqldb test runs the managers test) >A couple of comments, though: >- Creating assemblies on every mvn install seems to be overkill to me. I >suggest to create assemblies only on release I'll look at the commons parent pom as you suggested and try to fix this. >- The torque-test with MySQL failed on me because the table OPTION could >not be created. I don't know if this is really important, but >identifiers an be quoted with `backticks` in MySQL, which is easily >added in the templates. Hm, last time I ran the mysql tests they were ok although a couple of table could not be created. Does it say "Build successful" in the end ? I created a jira ticket for the quoting on creation issue: https://issues.apache.org/jira/browse/TORQUE-203 Not sure, though, what happens if we access these tables from within Torque... >- Debugging the template code is a PITA. Hm, always has been, at least for me... Not being a velocity guy, I always run the test project and checked the outcome... What exactly is the problem ? Templates organization(finding things) ? An then there's the change log (changes.cml via jira) question still open. Do we want to continue use changes.xml in the future or do we want to use the jira change log... ? Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org