Done. http://opensource.atlassian.com/confluence/oss/x/HwApAQ
Hope that is what you are after. Thanks for you help. :-) Paul ________________________________ > Subject: RE: java.lang.InstantiationException using Ibatis DAO > Date: Mon, 15 Sep 2008 18:56:29 +0200 > From: [EMAIL PROTECTED] > To: [email protected] > > > At least I got that part right. I’m glad you resolved the issue. You might > want to document this on the wiki, it could be of help to others > > > > Niels > > ________________________________ > > From: Paul Ski [mailto:[EMAIL PROTECTED] > Sent: Monday, September 15, 2008 3:07 PM > To: [email protected] > Subject: RE: java.lang.InstantiationException using Ibatis DAO > > > > The problem was with my Ibator config file. I changed the line from: > > ---snip--- > > ---snip--- > > to: > > ---snip--- > > ---snip--- > > This caused my to generate AliasesDAOImpl with the correct constructor. E.g.: > > ---snip--- > ... > > public class AliasesDAOImpl extends SqlMapDaoTemplate implements AliasesDAO > { > /** > * This method was generated by Abator for iBATIS. This method corresponds > to the database table aliases > * @abatorgenerated Mon Sep 15 22:48:36 EST 2008 > */ > public AliasesDAOImpl ( DaoManager daoManager ) > { > super ( daoManager ); > } > > ... > ---snip--- > > Thanks, > > Paul _________________________________________________________________ Are you paid what you're worth? Find out: SEEK Salary Centre http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=OCT07_endtext_salary&_m=EXT
