[jboss-user] [EJB 3.0] - JoinColumns with AnnotationException
scott.stark@jboss.org
2007-08-07
in my entity I have the following annotation. I have generated the entities with DALI_0.5: ---------------BEGIN---------------------- @Entity public class Stoerung implements Serializable { @EmbeddedId private Stoerung.PK pk; ...
@OneToMany(mappedBy="anlagenteil") private Set stoerungCollection;
private static final long serialVersionUID = 1L;
public Anlagenteil() { super(); }
public Anlagenteil.PK getPk() { return this.pk; }
public void setPk(Anlagenteil.PK pk) { this.pk = pk; }
public Aggregat getNameaggregat() { return this.nameaggregat; }
public void setNameaggregat(Aggregat nameaggregat) { this.nameaggregat = nameaggregat; }
public Set getStoerungCollection() { return this.stoerungCollection; }
public void setStoerungCollection(Set stoerungCollection) { this.stoerungCollection = stoerungCollection; .. .. .. -------------ENDE---------------- and the exception is:
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071644#4071644
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071644 _______________________________________________ jboss-user mailing list jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user