Jesper -

There has been a tremendous amount of work done on relationships in an upcoming release of Orion. This particular bug has been fixed.

Cheers

Ray

  Jesper Rasmussen <[EMAIL PROTECTED]> wrote:

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



Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax

Reply via email to