RE: [Hibernate] Problem using Xdoclet to generate relationships [newbie]

2002-12-22 Thread Konstantin Priblouda
--- Matt Raible <[EMAIL PROTECTED]> wrote: > I got it to work by looking at your example > Konstantin. Thanks! > > Now I'm having a problem where I want to set a > unique contraint on name > and userId in my resume table. Following > Konstantin's example, I have > my one-to-many relationship in

RE: [Hibernate] Problem using Xdoclet to generate relationships [newbie]

2002-12-22 Thread Matt Raible
---Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Konstantin Priblouda > Sent: Sunday, December 22, 2002 7:00 AM > To: Matt Raible > Cc: hibernate-devel > Subject: Re: [Hibernate] Problem using Xdoclet to generate > relationships [newbi

Re: [Hibernate] Problem using Xdoclet to generate relationships [newbie]

2002-12-22 Thread Konstantin Priblouda
--- Matt Raible <[EMAIL PROTECTED]> wrote: > I'm a rookie at using Hibernate, so please bear with > me. > > I have User object that has a one-to-many mapping to > a Resume object. I > am getting the exception below when trying to > persist the resume. > > I believe I might be doing something wr

[Hibernate] Problem using Xdoclet to generate relationships [newbie]

2002-12-22 Thread Matt Raible
Title: Problem using Xdoclet to generate relationships [newbie] I'm a rookie at using Hibernate, so please bear with me. I have User object that has a one-to-many mapping to a Resume object.  I am getting the exception below when trying to persist the resume. I believe I might be doing som