iBATIS policy to JDK 1.6 support

2009-11-11 Thread i-fujiwara
I have following five questions about iBATIS policy to JDK 1.6 support: # questions about iBATIS 2.X # [Q1]Does iBATIS 2.3.4 officially support JDK 1.6? [Q2]If not, does iBATIS 2.X has any plans to support JDK 1.6? And when will it supports JDK 1.6? # questions about iBATIS 3.X # [Q3]Does iBA

Re: iBATIS policy to JDK 1.6 support

2009-11-11 Thread 陈抒
Hi: I am using iBATIS3 with JDK1.6 now,it's ok. 陈抒 Best regards http://blog.csdn.net/sheismylife On Wed, Nov 11, 2009 at 9:37 PM, wrote: > I have following five questions about iBATIS policy to JDK 1.6 support: > > # questions about iBATIS 2.X # > [Q1]Does iBATIS 2.3.4 officially support JD

Re: iBATIS policy to JDK 1.6 support

2009-11-11 Thread Kai Grabfelder
iBATIS 2 is also working fine with JDK 6. Regarding release dates: releases are done as soon as the community considers it stable enough. --- Original Nachricht --- Absender: i-fujiw...@cp.jp.nec.com Datum: 11.11.2009 14:37 > I have following five questions about iBATIS policy to JDK 1.6 support

How to programmatically configure mappers from XML?

2009-11-11 Thread Jonathan Gold
I'm new to iBatis, and decided to learn to use iBatis3. It seemed from the PDF doc that I should be able to programmatically configure everything, but I can't find a way to add mappers specified in an xml file to a configuration. That is, what I would like to do is something like the following:

Re: iBATIS policy to JDK 1.6 support

2009-11-11 Thread i-fujiwara
Thank you for your reply. > iBATIS 2 is also working fine with JDK 6. Is it specified in iBATIS specification? I want to know whether JDK 1.6 is supported by iBATIS specification or not. If JDK 1.6 is supported by iBATIS spec, can you tell me where does it specified? > Regarding release dates:

Re: iBATIS policy to JDK 1.6 support

2009-11-11 Thread Larry Meadors
There is no ibatis 'specification', it's just a library. Larry On 11/11/09, i-fujiwara wrote: > Thank you for your reply. > > > iBATIS 2 is also working fine with JDK 6. > > Is it specified in iBATIS specification? > I want to know whether JDK 1.6 is supported by iBATIS specification or not.

Re: iBATIS policy to JDK 1.6 support

2009-11-11 Thread Guy Rouillier
i-fujiwara wrote: Thank you for your reply. > iBATIS 2 is also working fine with JDK 6. Is it specified in iBATIS specification? I want to know whether JDK 1.6 is supported by iBATIS specification or not. If JDK 1.6 is supported by iBATIS spec, can you tell me where does it specified? iBATI

Re: Ibator for ibatis 3

2009-11-11 Thread Guy Rouillier
Jeff Butler wrote: Ibator updates for iBATIS3 are now in SVN. ... Let me know if you encounter any difficulties. Jeff, thanks for your work on this. I've been using iBATIS 3 and Ibator 1.2.2 on a new project and the capabilities are great! I have one issue. Just yesterday, I had a comple