Hi,
I am trying to get the latest Jboss 4.0.3 RC2 to work with PostgreSQL and have been running into multiple problems.
One seems to be related to the way Hibernate creates sql to create a table
2005-09-26 13:32:37,111 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table AUTHORS (authorId integer generated by default as identity (start with 1), name varchar(255), primary key (authorId))
2005-09-26 13:32:37,111 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] ERROR: syntax error at or near "generated"
Any idea where the problem could be?
Thanks for any input.
robert
|