Re: [Xdoclet-user] Need help with relationship error....

2003-04-05 Thread Nathaniel Rahav
From: "Nathaniel Rahav" <[EMAIL PROTECTED]> > To: "Michael Delamere" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, April 05, 2003 7:24 AM > Subject: Re: [Xdoclet-user] Need help with relationship error > > > > un

Re: [Xdoclet-user] Need help with relationship error....

2003-04-05 Thread Michael Delamere
thanks, I´ll check it out! Michael - Original Message - From: "Matthias Bohlen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "'Michael Delamere'" <[EMAIL PROTECTED]> Sent: Saturday, April 05, 2003 8:04 AM Subject: RE: [Xdoclet-user] Need

Re: [Xdoclet-user] Need help with relationship error....

2003-04-05 Thread Michael Delamere
as a relationship with itself! I will > check out the links below. Thanks again. > > Michael > > > - Original Message - > From: "Nathaniel Rahav" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Sat

RE: [Xdoclet-user] Need help with relationship error....

2003-04-05 Thread Matthias Bohlen
Cc: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] Need help with relationship error > > > > unfortunately hair pulling is the modus operandi with this type of > project; me, i'm going bald very quickly from all this > ( I too am on my own, using only the EJB Book and

Re: [Xdoclet-user] Need help with relationship error....

2003-04-05 Thread Nathaniel Rahav
I will > check out the links below. Thanks again. > > Michael > > > - Original Message - > From: "Nathaniel Rahav" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, April 05, 2003 7:05 AM >

Re: [Xdoclet-user] Need help with relationship error....

2003-04-05 Thread Michael Delamere
> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, April 05, 2003 7:05 AM Subject: Re: [Xdoclet-user] Need help with relationship error Dear Michael, I posted this exact question last week. See the very helpful answer I got which explains the exact

Re: [Xdoclet-user] Need help with relationship error....

2003-04-05 Thread Nathaniel Rahav
=4264250 cheers, Nat Original Message >Message: 11 >From: "Michael Delamere" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: Re: [Xdoclet-user] Need help with relationship error >Date: Thu, 3 Apr 2003 11:24:02 +0200 >Reply-To: [EMAIL

Re: [Xdoclet-user] Need help with relationship error....

2003-04-03 Thread Michael Delamere
ko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 03, 2003 1:27 PM Subject: RE: [Xdoclet-user] Need help with relationship error Michael, > in my previous mail recommended this approach. Does that > mean that Xdoclet > creates the mapping bean for

RE: [Xdoclet-user] Need help with relationship error....

2003-04-03 Thread Rupp,Heiko
Michael, > in my previous mail recommended this approach. Does that > mean that Xdoclet > creates the mapping bean for me automatically. I´m not This is not a separate bean, but a (pure) mapping table. Look at the generated jbosscmp-jdbc.xml. > collection would return? Sorry if I´m asking

Re: [Xdoclet-user] Need help with relationship error....

2003-04-03 Thread Michael Delamere
´m beginning to understand how it works! Thanks again. Regards, Michael - Original Message - From: "Rupp,Heiko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 03, 2003 12:17 PM Subject: RE: [Xdoclet-user] Need help with relationship error &

RE: [Xdoclet-user] Need help with relationship error....

2003-04-03 Thread Rupp,Heiko
Hello Michael, > I have a CustomerProfieBean in which the code you quoted > below resides. I > want to create an m-n relationship with a ProfileBean and a > CustomerBean. > In the book "Mastering EJB" it is recommended to create a > third EJB with two > 1-n relationships to accomodate this. I

Re: [Xdoclet-user] Need help with relationship error....

2003-04-03 Thread Michael Delamere
ichael - Original Message - From: "Rupp,Heiko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 03, 2003 10:53 AM Subject: RE: [Xdoclet-user] Need help with relationship error > Hi, > > > Could someone please tell me wh

RE: [Xdoclet-user] Need help with relationship error....

2003-04-03 Thread Rupp,Heiko
Hi, > Could someone please tell me why jboss is looking for the > field profileIdFk > * @jboss.relation > *fk-column="profile_id_fk" > *related-pk-field="profileIdFk" Because you specified it here. related-pk-field is the CMP-field in the 1-end of the relation. Heiko -

[Xdoclet-user] Need help with relationship error....

2003-04-02 Thread Michael Delamere
Hi, I´m trying to set up relationships between entity beans using xdoclet. I keep on getting the following error: === [ObjectName: jboss.j2ee:jndiName=ejb/ecos/LocalProfileBean,service=EJB state: FAILED I Depend On: Depends On Me: org.jboss.depl