When I update the link object (the object between to others in an M:N
relationship), the FKs to the outer objects are being set to null in
outgoing SQL according to p6spy.  Am I forgetting to do something?  The
code is the typical,

broker.beginTransaction();
broker.store(o);
broker.commitTransaction();

everything works fine when creating the objects the first time, only
updates show this problem.

I thought there was something on the list earlier about this but, alas,
the archives (both jakarta and db) don't seem be getting updated since mid
February.

Thanks,

-tim





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

Reply via email to