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 9E8B7E805 for ; Fri, 1 Mar 2013 22:09:55 +0000 (UTC) Received: (qmail 70828 invoked by uid 500); 1 Mar 2013 22:09:55 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 70777 invoked by uid 500); 1 Mar 2013 22:09:55 -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 70768 invoked by uid 99); 1 Mar 2013 22:09:55 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 22:09:55 +0000 Received: from localhost (HELO [10.123.10.229]) (127.0.0.1) (smtp-auth username gmonroe, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 22:09:54 +0000 Message-ID: <51312729.3060309@apache.org> Date: Fri, 01 Mar 2013 17:09:45 -0500 From: Greg Monroe User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: torque-dev@db.apache.org Subject: Re: [VOTE]release torque 4.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I've found some "edge case" problems but I don't think they are show stoppers. So my vote is: [x] +1 yes The worst of these is that it doesn't work with MS SQL Server 2005. The Date column type does not exist in MS Server until the 2008 version. SQL 2005 does not have an end of life until 2016, so there may be some people who still use this. Interestingly enough, the Derby networked server fails some tests while the embedded test works. Also, I ran thru all the Tutorials (ORM MVN and Ant, GEN) and found no problems except for the offline docs did not contain the *.xsd schema files. Here are my testing notes: Torque 4.0 Notes Environment: Window 7, Java 1.6.0_38-b05, Maven 2.2.1 SVN Checkout / Rebuild: OK Test Project Runs: MySQL (MySql V5.1): OK MS SQL (MS SQLServer 2005): Failed SQL Execution DATE column type not supported Derby Embedded (10.8.3.0 ) OK Derby 10.8.3.0 (Networked version): Failed Test set: org.apache.torque.generated.peer.DefaultValuesFromDatabaseTest testNewObjectDatabaseDefault: The syntax of the string representation of a datetime value is incorrect. testNewObjectChangedValue The syntax of the string representation of a datetime value is incorrect. Test set: org.apache.torque.util.ExceptionMapperTest testTransactionDeadlock autocommit must be set to false for this test Derby 10.9.1.0 (Networked version): Failed Test set: org.apache.torque.generated.peer.DefaultValuesFromDatabaseTest testNewObjectDatabaseDefault: The syntax of the string representation of a datetime value is incorrect. testNewObjectChangedValue The syntax of the string representation of a datetime value is incorrect. Test set: org.apache.torque.util.ExceptionMapperTest testTransactionDeadlock autocommit must be set to false for this test Documentation Bundle (Site): - Missing database-4.0*.xsd files in orm-reference directory ORM - Tutorial MVN - OK ANT - OK NOTE: Combination of MySQL 5.1 and Connector 5.1.9 generated a "org.gjt.mm.mysql.Driver is not supported by DataSource". Needed to downgrade to 5.0.9 (Maven dependancy version). Gen - Tutorial MVN - OK On 2/27/2013 3:56 PM, Thomas Fox wrote: > Should the artifacts staged at > https://repository.apache.org/content/repositories/orgapachetorque-308/ > built from svn tag > https://svn.apache.org/repos/asf/db/torque/torque4/tags/torque-4.0 > , rev 1450611, be released as torque-4.0 ? > > overall source distribution (all modules): > https://repository.apache.org/content/repositories/orgapachetorque-308/org/apache/torque/torque/4.0/torque-4.0-source-release.zip > > > [ ] +1 yes > [ ] 0 Abstain > [ ] -1 No (please give reason) > > The vote closes Sun, 3 Mar, 18:00 GMT > > Thomas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org > For additional commands, e-mail: torque-dev-help@db.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org