Ibatis + apache BasicDataSource + Spring DAO + autocommit

2009-10-22 Thread javaguy44
Hi, I saw this excellent post by Clinton http://www.nabble.com/Proper-transaction-code-pattern-(was:-Autocommit-not-properly-handled-in-Ibatis)-td8505967.html#a8505967 and after a few hours of playing around + googling, I was wondering if someone can clear up the case of ibatis + BasicDataSource

upgrading to ibator 1.2.1-681 and overriding DAO Generator methods

2009-04-22 Thread javaguy44
Hi, I'm looking to upgrade my ibator version from 1.1.0-426 to the latest stable release 1.2.1-681. I've been looking over the docs regarding extending / implementing IbatorPlugin and I have a few questions. Previously, I was defining a custom DAOGenerator so that I could override the methods g

Re: ibator - generate all tables for a schema w/out defining element for each table

2009-04-22 Thread javaguy44
Excellent - that does the trick. Thx v much Jeff Butler-2 wrote: > > You can do this: > > > > This will pick all tables in the schema. > > Jeff Butler > > > On Mon, Feb 2, 2009 at 3:39 AM, javaguy44 wrote: >> >> Hi, >> >> I

ibator - generate all tables for a schema w/out defining element for each table

2009-02-02 Thread javaguy44
Hi, I've been a happy ibatis, abator, ibator user for a little while now, but there is one feature missing that I think would make my life a lot easier...and possibly others. Is there a way to generate all tables for a schema w/out specifying element in ibator config.xml? My current workflow w