Hi,
Im having some problems with the move integrity of a one to one
relationship.

The problem is this:

a1 = new A
a2= new A
b1= new B
b2 = new B
a1.setRefToB(b1)
a2.setRefToB(b2)

This all works fine.

when i then do:
a1.setRefToB(a2.getRefToB())

The container should move the reference and cause a subsequent call to
a2.getRefToB() to return null. However both will return a ref to b2.

This is ofc not the real code, but just the essens of the problem.

Have anyone succeded in this (ie i made a bug some where)?

also im using orion 1.5.4


cheers
Jesper

Reply via email to