[JBoss-user] CMP M-N relationship

2002-05-28 Thread Boris Tamarkin
Title: CMP M-N relationship I am using JBoss 3.0 RC2 and MySQL . True Unidirect m-n cmr doesn't work properly. Entry in mapping (helper) table not added. Bean A abstract Collection getBs(); abstract void setBs(Collection); Bean B ejb-jar.xml -- A-B   

RE: [JBoss-user] CMP M-N relationship

2002-05-29 Thread Stéphane Redon
: '[EMAIL PROTECTED]' Subject: [JBoss-user] CMP M-N relationship   I am using JBoss 3.0 RC2 and MySQL . True Unidirect m-n cmr doesn't work properly. Entry in mapping (helper) table not added. Bean A abstract Collection getBs(); abstract void setBs(Collection); Bean

Re: [JBoss-user] CMP M-N relationship

2002-05-29 Thread Dain Sundstrom
gt; > > List list =new ArrayList(); > > list.addAll(bs); > > a.setBs(list); > > > > > > > > -Original Message- > From: Boris Tamarkin [mailto:[EMAIL PROTECTED]] > Sent: den 29 maj 2002 03:11 > To: '[EMAIL PROTECTED]' &