avives wrote:
1) We are using the latest libraries, both Hibernate core and Hibernate tools
Ok.
Quote:
2) The hibernate mappings (hbm) are created dynamically from a file-storage-based application, no class is ever generated from the resulting mapping.
And you don't even have any model classes available at build time or ?
Quote:
Perhaps the tool hbm2ddl is not intended to be use that way, and instead it's preferable to use hbm2java before creating the sql scripts?
Well, it should be possible but i've never heard about anyone needing to run hbm2ddl without having the classes available ?
Quote:
We can create a jira entry if this can help.
Yes, please.
btw. I noticed your mapping have only one column in your composite-id, why don't you just use <id> ? simpler and muuch better.
Thanks[/quote]