Re: Join Creation Exception

2003-03-24 Thread Jakob Braeuchi
hi ricardo, this problem is solved in the latest from repository. jakob Ricardo Tercero Lozano wrote: I got an exception when running this piece of code, a search with a criteria that produces a SQL with a JOIN statement (on colegiate.name): - ... if(collegiateName != null

Join Creation Exception

2003-03-24 Thread Ricardo Tercero Lozano
I got an exception when running this piece of code, a search with a criteria that produces a SQL with a JOIN statement (on colegiate.name): - ... if(collegiateName != null && collegiateName.trim().length() > 0){ crit.addLike("upper(colegiate.name)", "%" + col