Hibernate version: 3.1.2
I downloaded the tutorial. Using ant, the tutorial builds fine.
When doing "ant run -Daction=store", I see in console:
DEBUG SchemaExport:173 - import file not found: /import.sql
and leter in the console:
insert into EVENTS (EVENT_DATE, title, EVENT_ID) values (?, ?, null)
Should the null be a "?" or is this OK?
I am wondering if anyone else has seen this. Is import.sql important to this tutorial to function? Since lack of this file does not throw exception, (see SchemaExport.java when it tries to read import.sql), I assume it is not important.
Regards,
Mike
|