ok, I will try it again...

I'm using the PersistentBroker API of OJB 0.9.5.
My Problem is the following:
When I use setObject(object) and object is a proxy the persistenceBroker
doesn't save the relation in the database.
But I think this is not the way it should work !? (setObject(object) with
object is no proxy works fine, but I need lazy materializing because I have
huge objectgraphs)
When I use setObjectId(object.getId()) the realtion isn't stored,too.

I think both methods should do it!?
Am I right?
Where could the error be?
Sven


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

Reply via email to