From users-return-19359-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Jan 22 17:20:34 2013 Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 51557E70D for ; Tue, 22 Jan 2013 17:20:34 +0000 (UTC) Received: (qmail 12814 invoked by uid 500); 22 Jan 2013 17:20:33 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 12742 invoked by uid 500); 22 Jan 2013 17:20:33 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 12732 invoked by uid 99); 22 Jan 2013 17:20:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2013 17:20:32 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nick.tuckett@playfish.com designates 74.125.149.211 as permitted sender) Received: from [74.125.149.211] (HELO na3sys009aog114.obsmtp.com) (74.125.149.211) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 22 Jan 2013 17:20:23 +0000 Received: from mail-gg0-f200.google.com ([209.85.161.200]) (using TLSv1) by na3sys009aob114.postini.com ([74.125.148.12]) with SMTP ID DSNKUP7KQQ9CFkzYt3GWhnZiUKAly5xFk9He@postini.com; Tue, 22 Jan 2013 09:20:02 PST Received: by mail-gg0-f200.google.com with SMTP id k6so8943128ggd.11 for ; Tue, 22 Jan 2013 09:20:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=xFk5Uk55h1J+Ac1Sgx3TNHuPUbb/BhP1j5OdnB1yLj4=; b=gWMtFabxltlrJd2C1plm1EPNgYcODHGLBpwnWXqFkVHVOYWW1IcuCFbP5pigqbpBER eUy2VmGIN09DywpDsRNdhXeXIw6HsvVVksRZBpNF9lr91h28zaT21G6ICNm+HrvqrNUM 3x7QOClODp2vhHPI3yEFcr0xemJmQWGkI2tyodkXzz3+pk36SSDP3+N6z1R8ttxacYJ6 avA7KscRbMdId3fCS9MGhRauGkNzCSEI8uRH4K8kRL8Xb4AHxFPxBU+qJEQQHTv+YB4A ECBoL0qdGVg/flgEiIlhQX3HESNHk6hjkicq4TLNKwaLL7UuJGkucfYESZdodDTmwnTP pGyw== X-Received: by 10.220.156.75 with SMTP id v11mr9484392vcw.1.1358875201129; Tue, 22 Jan 2013 09:20:01 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.220.156.75 with SMTP id v11mr9484387vcw.1.1358875201040; Tue, 22 Jan 2013 09:20:01 -0800 (PST) Received: by 10.58.230.169 with HTTP; Tue, 22 Jan 2013 09:20:00 -0800 (PST) Date: Tue, 22 Jan 2013 17:20:00 +0000 Message-ID: Subject: ItemNotFoundException when accessing a changed, unsaved node inside a transaction From: Nick Tuckett To: users@jackrabbit.apache.org Content-Type: multipart/alternative; boundary=f46d043c7c86a6f1d004d3e3c9d7 X-Gm-Message-State: ALoCoQlnVKBYIhHtFr3gylta9VC8K/I3lrER+EOBBdvlTIkgQgZ5oAVf2GeFgigm5z7t4G0NUowj75iPZP5BpMwfr6qbwEp/Rv+FZnHivA+FZtEPiHleauC8hteXIUTcGlIhoaaRA5ExH+vjrAujh/6xedjTMg4LD7m4Tqv6EghluwLst+In5x4= X-Virus-Checked: Checked by ClamAV on apache.org --f46d043c7c86a6f1d004d3e3c9d7 Content-Type: text/plain; charset=ISO-8859-1 Hi, Back in October, I ran into this issue when attempting to access a new node that had previously been saved but subsequently changed (and the change not yet saved). This is while updating the repository inside an XA transaction. I reported this in the Jackrabbit JIRA here: https://issues.apache.org/jira/browse/JCR-3436 (with a test to reproduce it). The issue can be worked around by judicious intermediate session saves, but that's rather messy and not desirable. There has been no activity on this issue at all in JIRA, so I thought I would sound out you folk on the mailing list to see if anyone else has experienced this, or has any thoughts? It's starting to bite hard on my application, hence my renewed concern. Regards Nick Tuckett. --f46d043c7c86a6f1d004d3e3c9d7--