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 SE...@lohndirekt.de on 2003/05/15 15:05:07 UTC

[PB] cannot use Proxies for setting references

Hi,
I just upgraded from 0.9.7 to 1.0rc3.
Now I'm changing all the setting-calls in my application from setting the
foreignkeys to setting the referenced objects.(i.e. for example I'm using
setObject instead of setObjectid)
My problem is that I cannot set Proxies. 
It seems that OJB ignores them in the store-method.
I'm using the attribute proxy="true" for references and collections.
Did I forget something?

Sven