You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by "Efftinge, Sven" <SE...@lohndirekt.de> on 2003/03/24 14:44:22 UTC

[PB] foreign keys = null if reference is a proxy

Hi,
I just upgraded from 0.9.7 to 1.0rc1.
Everything seems to work properly, but I run into trouble with updates.
When I update an object (using pb.store(o)) ojb updates all the foreign keys
with the Ids of the referenced objects.
This doesn't work for proxies. The foreign keys are then set to null.

Sven