Re: Strange Exception...

2006-03-30 Thread Andrus Adamchik
Hi Christian, Looks like a hierarchical ClassLoader issue. Try moving Velocity jar from shared location to WEB-INF/lib Andrus On Mar 30, 2006, at 12:48 PM, Christian Mittendorf wrote: Hello! Currently after updating some jars and mysql it looks like Cayenne not longer is working. I get

Re: Custom select string for Expressions?

2006-03-30 Thread I. Venuti
I think that also for specify lower( strField) like $what I should use SQLTemplate, is it correct? I'm askig becouse I use Informix as database server and I must express that like operation should be done in a case-insensitive manner... Thanks -- Ivan Andrus Adamchik ha scritto: Hi Tobias,

Re: Custom select string for Expressions?

2006-03-30 Thread Andrus Adamchik
Don't know Informix details, but generally DbAdapter takes care of that in a db-specific manner. Our Informix adapter effort got stuck for now [1]. So I suggest to first check whether ExpressionFactpry.likeIgnoreCaseExp() works. If it doesn't, you have two choices - customize the adapter