Re: [ANNOUNCE] Ibator Version 1.2.1 Available

2008-12-23 Thread Nicholoz Koka Kiknadze
Thank you Jeff for this wonderful tool! Plugins making classes serializable and adding equals/hashcode are exactly what I wished for ;) May I ask whether standalone version is fully functional - initially it was not, but then I was using Eclipse anyway. Merry Christmas and Happy New Year

Ibatis + Spring : log4j does not work

2008-12-23 Thread oci
Hello, I have a problem using log4j with ibatis. Log4j works well but i can't see the log for SQL requests and results. I think i need to add this line LogFactory.selectLog4JLogging(); but i don't know where i should add it. I am currently using spring framework and i don't know where i can put

Re: Ibatis + Spring : log4j does not work

2008-12-23 Thread luc
Add this line in log4j.properties. log4j.logger.java.sql=DEBUG 2008/12/23 oci zarbi...@hotmail.com Hello, I have a problem using log4j with ibatis. Log4j works well but i can't see the log for SQL requests and results. I think i need to add this line LogFactory.selectLog4JLogging(); but

Re: Ibatis + Spring : log4j does not work

2008-12-23 Thread oci
It has no effects :( Hereafter, my log4j.properties : # Global logging configuration log4j.rootLogger=INFO, stdout # Console output... log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

Re: [ANNOUNCE] Ibator Version 1.2.1 Available

2008-12-23 Thread Jeff Butler
Yes - the standalone version is fully functional. There was a minor bug in version 1.2.0 related to classloading, but it probably only occurred when Ibator was used in Eclipse. Remember that the Eclipse plugin also adds the functionality for Java file merging - this is not available in the

Re: mysql issue...

2008-12-23 Thread Kai Grabfelder
Hi, this is kind of a mysql feature. Connections that are not used for some time are automatically closed. If you are using spring you can workaround this with the following datasource configuration: bean id=nativeDataSource class=org.apache.commons.dbcp.BasicDataSource property

Re: SQL DESCRIBE command with iBatis

2008-12-23 Thread victorxiang
这个问题,可参考下面的文章! 《ibatis连接aix下的DB2问题-com.ibm.db2.jcc.a.bn: DB2 SQL Error: SQLCODE=-104, SQLSTATE=42601,,解决办法【原创】 》 http://www.idosoft.com.cn/techgather/16.html Gregor Cremosnik wrote: Hi, I have tried to execute an SQL DESCRIBE command to get the table definition with iBatis. But I

Re: [ANNOUNCE] Ibator Version 1.2.1 Available

2008-12-23 Thread Clinton Begin
Jeff, you're a wizard. Excellent work and a great display of commitment. I'm trying to keep pace with your commits! Cheers, Clinton On Tue, Dec 23, 2008 at 6:27 AM, Jeff Butler jeffgbut...@gmail.com wrote: Yes - the standalone version is fully functional. There was a minor bug in version

Re: [ANNOUNCE] Ibator Version 1.2.1 Available

2008-12-23 Thread Jeff Butler
Thanks. I'm excited about Ibatis3 and have been following your progress. Can't wait to see how it ends up! Jeff Butler On Tue, Dec 23, 2008 at 10:43 AM, Clinton Begin clinton.be...@gmail.com wrote: Jeff, you're a wizard. Excellent work and a great display of commitment. I'm trying to keep

Re: [ANNOUNCE] Ibator Version 1.2.1 Available

2008-12-23 Thread Jeff Stahl
Anywhere we can find a list of new features? Jeff Stahl Clinton Begin wrote: Yeah, it's going well. But my new job is eating my time like crazy. It's getting dangerously close to an alpha release though! Cheers, Clinton On Tue, Dec 23, 2008 at 10:32 AM, Jeff Butler jeffgbut...@gmail.com

Re: [ANNOUNCE] Ibator Version 1.2.1 Available

2008-12-23 Thread Jeff Butler
Online Ibator documentation has a What's New page here: http://ibatis.apache.org/docs/tools/ibator/whatsNew.html For the Eclipse plugin, documentation is integrated into the Eclipse help system. You can read the release notes page there, or from SVN here:

Re: [ANNOUNCE] Ibator Version 1.2.1 Available

2008-12-23 Thread Jeff Stahl
Cool. Thanks. Jeff Stahl Jeff Butler wrote: Online Ibator documentation has a What's New page here: http://ibatis.apache.org/docs/tools/ibator/whatsNew.html For the Eclipse plugin, documentation is integrated into the Eclipse help system. You can read the release notes page there, or from