Not much to go on here - we probably need more information. Some questions...
1. Are you sure the classes are regenerated (the comment timestamp will help you know for sure)? 2. Are you sure the new field is added to the table in the correct schema? 3. What is the data type of the new field? 4. Were there any Abator warnings? Jeff Butler On Mon, Feb 16, 2009 at 2:12 AM, sanv <[email protected]> wrote: > > Hi, > > I have a (old) version of abator running for my project. > For some reason when i add a new column to a specific table in my db and > compile the java classes the new column does not get added to the > corresponding java class. however, if i add a new column to another table in > the same database and compile/build the classes the new getter and setter > method is added to the class. > > what could be the problem in this case? > > thanks for any help. > -- > View this message in context: > http://www.nabble.com/aBator-does-not-create-getter-and-setter-for-new-column-in-table-tp22033078p22033078.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >
