Re: Ibatis 3 Insert Error

2010-01-31 Thread Clinton Begin
> > Currently, I have the return type from insertKey as “Key”. Presumbably, > this would be a key object containing the newly created key object and key > id. > > > > - Chip > > > -- > > *From:* Clinton Begin [mailto:clinton.be...@gma

RE: Ibatis 3 Insert Error

2010-01-31 Thread Chip Owen
ubject: Re: Ibatis 3 Insert Error What's the return type of the mapper method? Clinton On Sun, Jan 31, 2010 at 3:03 PM, ChippyJoey wrote: Hi - I am new to Ibatis and I have run into an issue regarding inserts into a table. I am getting the following error when I attempt to insert da

Re: Ibatis 3 Insert Error

2010-01-31 Thread Clinton Begin
What's the return type of the mapper method? Clinton On Sun, Jan 31, 2010 at 3:03 PM, ChippyJoey wrote: > > Hi – > > I am new to Ibatis and I have run into an issue regarding inserts into a > table. I am getting the following error when I attempt to insert data into > a > table: > > DEBUG [main