maybe bug in Criteria.addNotEqualToColumn()

2006-05-20 Thread Abid Hussain
Hi everybody, while executing a query there turned up an SQLException. I wonder if this is a bug or if I made a mistake. Here is the concerning section of my repository_user.xml: class-descriptor class=modulverwaltung.beans.ojb.Module table=MODUL field-descriptor name=name

Re: maybe bug in Criteria.addNotEqualToColumn()

2006-05-20 Thread Abid Hussain
Hi, I think it was my fault. when i replace the Line -- crit.addNotEqualToColumn(name, excludeModules[i]); to -- crit.addNotEqualTo(name, excludeModules[i]); everthing works. Sorry for making trouble. Best regards, Abid Abid Hussain schrieb: Hi everybody, while executing a query there