RE: [JBoss-dev] Bug in relations

2002-01-14 Thread Dain Sundstrom
Good catch. I just rewrote the relationship loading/setting code, so I'll have to hunt this down in my new code. thanks -dain > -Original Message- > From: Dave Smith [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14, 2002 8:05 AM > To: [EMAIL PROTECTED] > Subj

[JBoss-dev] Bug in relations

2002-01-14 Thread Dave Smith
I was testing the current state of the relation code and I believe I have stumbled across a bug. If the primary key class of relationship is different then it bombs. So if you have table_a and table_b in a 1-1 uni-directional relationship with table_a primary key class of TableAPk and table_b