Jukka Zitting wrote:
Hi,

On Wed, Apr 23, 2008 at 3:31 PM, Julian Reschke <[EMAIL PROTECTED]> wrote:
 See attached test case -- which passes over here.
 [...]
    Session session1 = testRootNode.getSession();
    Session session2 = super.superuser;

These are the same session.
> ...

Oh well.

So, yes, for

  n1.setProp
  n2.setProp
  n2.save
  n1.save

I indeed get the expected exception, but not for

  n1.getProp
  n2.getProp

  n1.setProp
  n1.save

  n2.setProp
  n2.save

...which I hoped for.

BR, Julian

Reply via email to