Here is the important part from TeamHome.java (as generated by seam-gen)

anonymous wrote : 
  | @Name("teamHome")
  | public class TeamHome extends EntityHome {
  | 
  |     private static final long serialVersionUID = -6503138100502127742L;
  |     @In(create = true)
  |     ClubHome clubHome;
  |     @In(create = true)
  |     GradeHome gradeHome;
  | ...
  | 

should the @Name here match the @In attributes name from GameHome.java?



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052028
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to