Hibernate version: 3.0 Beta 4
Name and version of the database you are using: Firebird 1.5.2
Are there any notable differences in how SchemaExport accesses the database when called from the command line vs. from code?
I'm working with Firebird, and when I do an 'ant eg' to run the eg example, the SchemaExport fails, saying tables are in use. When I run it from the command line (from an ant task, to be specific), it seems to work.
Is there any threading or anything going on when SchemaExport is running from code?
Curious,
-Jeff
|