[jboss-user] [JBoss Seam] - Re: org.hibernate.exception.DataException: could not initial

ernest210 do-not-reply at jboss.com
Wed Jan 24 05:01:13 EST 2007


When I add "@Column(name = "client _id")" in Client class over 

  | public int getId() {return id;
  | 	}
  | 

and in class Book "@ManyToOne, @JoinColumn(name = "grupaProd_id")" over


  | public Client getClient() {
  | 		return client;
  | 	}
  | 

problem disappear. Anyway thanks.

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

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



More information about the jboss-user mailing list