[jboss-user] [EJB 3.0] - Re: Using own Classes as member for ManyToMany-Assotiations

2008-02-09 Thread DrGorb
After reading your post (I had the same problem) I tried every descendant of java.util.Collection. It worked only with java.util:collection itself. the nice thing is that without specifying anything, JBoss created a link table between the two entities. Which is what should be done. example:

[jboss-user] [EJB 3.0] - Re: Using own Classes as member for ManyToMany-Assotiations

2007-02-07 Thread dkalna
Hi micho, IMHO you ain't free to implement your own Collections for EJB3 associations, you have to stick with those in java.util package. hm, but I'm not sure... Bye Dalibor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012345#4012345 Reply to the post :