That didn't fix the problem, both as a declaration in the XML as well as specifying the schema in the sequence name...
Code:
09:14:22,014 INFO DatabaseMetadata:91 - table not found:NB.NB_GENERIC_SEQ
09:14:22,032 INFO DatabaseMetadata:91 - table not found: NB_GENERIC_SEQ
The fact that it is looking for it as a table is somewhat concerning.
The reason I asked in this forum is because this works perfectly in my unit tests using hsqdb and the
hibernate.hbm2ddl.auto=create option. I did see an article somewhere where they actually extended a hibernate class to add sequence fetching capabilities, but I don't want to get involved at that level, I just want it to work :)
[/code]