Hi,

I already posted my problem with a 1:n mapping earlier. I'm still having problems. I 
set up the repository according to the tutorials with a collection descriptor for the 
"n" side and an inverse foreign key attribute in the other class descriptor. Do I have 
to add an explicit foreign key in my SQL database for the inverse foreign key 
attribute? Or do I have to add a reference descriptor in the referenced class' class 
descriptor'?
Java is complaining that it cannot find the column "project_id" which is the foreign 
key attribute although I checked that it's in the table and contains the correct 
values.
Or can the class name "Project" be the problem as there is already a class named 
"Project" in the test suite (although I commented all the test stuff out in 
repository.xml)?

Please help me, I need this mapping to be done.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to