[jboss-user] [JBoss Seam] - Re: Seam generate-entities failing

Azavia do-not-reply at jboss.com
Wed Nov 29 22:53:17 EST 2006


Hi,

It does have a primary key. The create table statement was:

CREATE TABLE users
  | (
  |    username character varying(50) NOT NULL, 
  |    email character varying(255) NOT NULL, 
  |    CONSTRAINT username PRIMARY KEY (username)
  | ) WITHOUT OIDS;
  | ALTER TABLE users OWNER TO "Brandon";
  | 

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

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



More information about the jboss-user mailing list