Check out: http://java.sun.com/javaee/5/docs/api/javax/persistence/ManyToMany.html#targetEntity()
...try either Genericizing your Collections between Course/Student, or specifying @ManyToMany.targetEntity. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124881#4124881 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124881 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
