Re: Exception generated by invalid column name when perform a getter method
Posted By:
Michael_Wax
Posted On:
Thursday, April 19, 2001 09:06 PM
It sounds like your entity beans and database are out of synch: your entity bean has a field which does not correspond to a column in the database table. Have you looked in the database to see if the column named by the getter is there?