Max,
Thanks for the reply, just now I decided to edit the hibernate.cfg.xml with a line for schema:
Code:
<property name="hibernate.connection.schema">dbo</property>
I guess the artifact generator can see all of the tables without a schema being specified but requires one to get further metadata concerning each table. Maybe a field for schema should be added to the GUI?
At any rate things seem to be working but I am getting an out of memory error, so now I guess I am off to see how to change JVM settings or whatever it is I am going to have to do.