>
> Criteria criteria = new Criteria();
> criteria.add(key,value(Sysdate),criteria.LESS_THAN);
> ClassPeer.doSelect(criteria);
>
> But i don't get the result.

just one hint (not a solution)

try to enable debug of SQL statements generated by Turbine

'TurbineResources.properties' file

services.LoggingService.sql.level = DEBUG

so you can check 'Turbine.log' file to see the SQL that is executed an maybe
find the error (IMHO it should be a date format mismatch)

Bye, Andrea


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to