Re: [Coursework-help] AnnouncementController.java
Brought to you by:
ianeboston,
john765367
From: <ie...@tf...> - 2003-10-03 19:10:04
|
Sam, Thanks for the patch, yes we will commit to CVS and check 2.5 to see if the bug exists there as well. Ian Quoting Sam Ottenhoff <sa...@lo...>: > I was receiving this error in my logs when trying to view announcments > for a class: > > AnnouncementController.java: SQL Exception: Parameter index out of range. > > Looks like the prepared statements setInts were off. Here is my diff to > fix: > > 105,106c105,106 > < stmt.setInt(3, nexusID); > < stmt.setInt(4, personID); > --- > > // stmt.setInt(3, nexusID); > > stmt.setInt(3, personID); > > I will also post in sourceforge bug tracker. Does someone with > developer access commit the bug fixes in the bug tracking system to CVS? > > Sam > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Coursework-help mailing list > Cou...@li... > https://lists.sourceforge.net/lists/listinfo/coursework-help > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |