Hi, I tried to map a 1:1 association with a Parent and a Son class, but i found that the referenced class (the Parent attribute inside the Son ) is not correctly created because the Parent primary key attribute is always 0. I also tried to configure a 1:n association but the referenced collection ( the Sons Collection of the Parent class ) is always null.No exceptions are thrown so i can't guess what's the problem.Maybe some db constraints are needed or on the repository-user.xml file ?Please help me!I'm using OJB 0.9.5,jdk1.3 & MySQL.
Tia -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
