[JBoss-user] [EJB 3.0] - Re: Collection not yet supported

2006-02-23 Thread aidan_b5
Excellent, thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925864#3925864 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925864 --- This SF.Net email is sponsored

[JBoss-user] [EJB 3.0] - Re: Collection not yet supported

2006-02-21 Thread epbernard
@OneToMany(cascade = CascadeType.ALL, fetch = FetchType.EAGER, mappedBy=order) public Attribute getAttr() { return attr; } Attribute is not a collection this does not make sense to map is a a One to many View the original post :