Re: [Hibernate] Unexpected token: GENERATED in statement

2006-07-17 Thread Max Rydahl Andersen
use user forum at forum.hibernate.org for user questions - this is for hibernate core development. /max > Hi, > I am a newbie to hibernate. > I am getting the following exception: >DEBUG SchemaExport:301 - create table EVENTS (EVENTS_ID bigint > generated by default as identity (start

[Hibernate] Unexpected token: GENERATED in statement

2006-07-17 Thread subhradeep bhatacharya
Hi,   I am a newbie to hibernate.   I am getting the following exception:  DEBUG SchemaExport:301 - create table EVENTS (EVENTS_ID bigint generated by default as identity (start with 1), EVENTS_DATE timestamp, EVENTS_TITLE varchar(255) not null, primary key (EVENTS_ID)) ERROR SchemaExport:272