Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 66589 invoked from network); 27 Apr 2006 14:40:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Apr 2006 14:40:44 -0000 Received: (qmail 13340 invoked by uid 500); 27 Apr 2006 14:40:34 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 13323 invoked by uid 500); 27 Apr 2006 14:40:34 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 13300 invoked by uid 99); 27 Apr 2006 14:40:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2006 07:40:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.31] (HELO brmea-mail-1.sun.com) (192.18.98.31) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2006 07:40:33 -0700 Received: from fe-amer-02.sun.com ([192.18.108.176]) by brmea-mail-1.sun.com (8.12.10/8.12.9) with ESMTP id k3REeD3i009382 for ; Thu, 27 Apr 2006 08:40:13 -0600 (MDT) Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0IYD00H01Y09QL00@mail-amer.sun.com> (original mail from Nathan.Maves@Sun.COM) for user-java@ibatis.apache.org; Thu, 27 Apr 2006 08:40:13 -0600 (MDT) Received: from [192.168.5.100] ([24.8.39.65]) by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0IYD00A00Y309W57@mail-amer.sun.com> for user-java@ibatis.apache.org; Thu, 27 Apr 2006 08:40:12 -0600 (MDT) Date: Thu, 27 Apr 2006 08:38:21 -0600 From: Nathan Maves Subject: Re: iBATIS-131 Combatibility JAVA1.5 / tomcat 5.5 In-reply-to: Sender: Nathan.Maves@Sun.COM To: user-java@ibatis.apache.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.749.3) Content-type: text/plain; format=flowed; delsp=yes; charset=US-ASCII Content-transfer-encoding: 7BIT References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Let me clairify myself.... When I state that iBATIS is compatible with Java 1.5 I mean that it will run fine with that JRE. The framework itself does not support the new features of Java 1.5. About the closest you will get is to pass an int to an iBatis method and it will convert it to an Integer for you. Generics are not yet supported. On Apr 27, 2006, at 8:34 AM, Nathan Maves wrote: > Andre, > > iBATIS 2.x is fully compatible with Java 1.5 and Tomcat 5.5. > > You will also find com/ibatis/db/sqlmap/upgrade/ConvertTask.class, > which is that ant task that will convert your maps to the 2.0 > syntax and structure. The class is located in lib/1-x- > Compatibility/ibatis-sqlmap-1-x.jar of the distribution download. > > Nathan > > On Apr 27, 2006, at 8:18 AM, Andre.Gerhartz@SV-Informatik.de wrote: > >> Hello, >> >> I have a question about iBATIS version 1.3.1. >> We use it with JDK1.3.1, tomcat 5.0.28 and we want to update to >> JDK5.0, >> tomcat 5.5. >> Are there known problems with this update? >> >> Alternative: What must we do to migrate to the newest version of >> iBATIS ? >> I`ve heard that the XML-Syntax of the XML-Descriptor has changed ... >> Exists a automated mechanism to migrate / test the XML-descriptors ? >> >> many thanks and greetings, >> Andre >> >