RE: OneToOne Broken

2006-12-11 Thread Patrick Linskey
, and have received this message in error, please immediately return this by email and then delete it. -Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED] Sent: Sunday, December 10, 2006 8:38 AM To: open-jpa-dev@incubator.apache.org Subject: Re: OneToOne Broken On Dec 9

Re: OneToOne Broken

2006-12-09 Thread Craig L Russell
Hi Dain, You don't have a relationship from Article to Magazine, so it's a unidirectional mapping. Add a Magazine mag; field in Article and see if it starts working. You will also need to identify the owner of the relationship in order to make it work at all. Just a note, JPA does not