rvoyer wrote:
I have run into the same problem. I can successfully reverse engineer artifacts from the database schema but when I try to generate the DDL or click on the entity, I get this error.
Obviously my Hibernate configuration for talking to the database is ok for reverse engineer so something must be going wrong with the tools when they try to do these other operations.
I am relatively new to Hibernate, so perhaps I am just missing something.
Did you figure out the problem? It has been a month since you posted your initial request.
i must admit, i had the same problem as well amd the solution (in my case) was simple: in the config the HSQLDialect was selected instead of the OracleDialect.