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
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
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")
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