> Hi, Thanks for the response.
> > hmmm strange, this is what we do, too - and it works. > > We use something like this: > - ojb rc3 ojb rc4 > - jdbc driver: oracle.jdbc.driver.OracleDriver with THIN driver option > - Oracle 8.1.6/8.1.7 same > - <field-descriptor > name="runDate" > column="JHI_RUN_DATE" > jdbc-type="DATE" > /> > - java.sql.Date in the class same > Is the table created correctly, do the column lists of the > class and the table match correctly? yes > Maybe a p6spy output of your sql statement gives more > information of what is really happening. Sorry, if my reply > may not be very helpful. It's good to know that someone has it working. I turned logging to DEBUG, which shows quite a few of the generated SQL statements. I figure that it must be a call to somePreparedStatement.setDate(int, Date), right? I'll look at p6spy. Thanks, Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
