[appfuse-user] RE: Hibernate mapping

2007-07-27 Thread Fan
Hey Martin: Thanks for the link, I am newbie to Appfuse and hibernate too. Martin Homik wrote: > > Hi Fan, hi Srini, > > I am just following this thread out of curiosity. I am still a newbie to > AppFuse. My question is, what was actually the problem here? Was there a > missing JPA annotati

[appfuse-user] RE: Hibernate mapping

2007-07-27 Thread Martin Homik
Hi Fan, hi Srini, I am just following this thread out of curiosity. I am still a newbie to AppFuse. My question is, what was actually the problem here? Was there a missing JPA annotation in class "Club"? By the way, for the understanding of JPA annotations,I highly recommend the Java 5 EE tutoria

[appfuse-user] RE: Hibernate mapping

2007-07-25 Thread Fan
Hey Srini: I got the solution. In my facility pojo: @ManyToMany(fetch = FetchType.EAGER) @JoinTable( name = "FACILITY_CLUB", joinColumns = [EMAIL PROTECTED](name = "FACILITYID")}, inverseJoinColumns = [EMAIL PROTECTED](name = "CLUBID")

[appfuse-user] RE: Hibernate mapping

2007-07-21 Thread Fan
Srini: Sorry,I am still searching for the solution. Hopefully someone would like to give me a pointer to where I should focus in. Srini Bobbala wrote: > > Fan, > Did you get the solution? > I am also facing same problem. > Thanks. > > -Original Message- > From: Fan [mailto:[EMAIL