RE: CMP 2.0 OR mapping problem

2001-02-23 Thread Michael A Third
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Schnitzer Sent: Thursday, February 22, 2001 8:18 PM To: Orion-Interest Subject: RE: CMP 2.0 OR mapping problem Bidirectional relationships do not yet work. There are two workarounds that have worked for me

RE: CMP 2.0 OR mapping problem

2001-02-23 Thread Jim Archer
Sent: Thursday, February 22, 2001 8:18 PM To: Orion-Interest Subject: RE: CMP 2.0 OR mapping problem Bidirectional relationships do not yet work. There are two workarounds that have worked for me: Manually add (and remove!) both sides of the relationship. So your Marketplace.addStorefront

RE: CMP 2.0 OR mapping problem

2001-02-23 Thread Michael A Third
mne: RE: CMP 2.0 OR mapping problem Thanks for the reply. We were already doing this, and I realized how repetitive it was and hoped that 1.4.7 could cut the time we spent doing this (we have a lot of these relationships). Does anyone have a guess as to when full EJB 2.0 support

RE: CMP 2.0 OR mapping problem

2001-02-22 Thread Jeff Schnitzer
Bidirectional relationships do not yet work. There are two workarounds that have worked for me: Manually add (and remove!) both sides of the relationship. So your Marketplace.addStorefront() method would look like this: void addStorefront(Storefront front) {