#: Stefan Guggisberg changed the world a bit at a time by saying on 11/21/2005 10:54 AM :#
fyi: i successfully tested your test case with the following code fragment:Node a = root.addNode("a"); Node b = a.addNode("b"); b.addMixin("mix:referenceable"); Property p = a.setProperty("ref", b); session.save(); a.remove(); session.save(); // removal of a succeeded... cheers stefan
Late last nite I have reached the same conclusion, but it took me more to confirm as I haven't been able to write down a small test case.
thanks a lot Stefan, ./alex -- .w( the_mindstorm )p.
