[jboss-user] [EJB 3.0] - Re: Simple EJB3.0 App deploys with HypersonicSQL but no Post

fhh do-not-reply at jboss.com
Sat Sep 16 13:46:17 EDT 2006


anonymous wrote : 
  | 08:42:04,084 ERROR [SchemaExport] Unsuccessful: create table user (id int4 not null, password varchar(255), username varchar(255), primary key (id))
  | 08:42:04,084 ERROR [SchemaExport] ERROR: syntax error at or near "user"
  | 

"user" is a reserved word.

See postgres documentation for a complete list.
http://www.postgresql.org/docs/8.1/static/sql-keywords-appendix.html

Regards

fhh


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972113#3972113

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972113



More information about the jboss-user mailing list