Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 90827 invoked from network); 17 Feb 2011 10:36:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Feb 2011 10:36:52 -0000 Received: (qmail 71075 invoked by uid 500); 17 Feb 2011 10:36:51 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 70813 invoked by uid 500); 17 Feb 2011 10:36:49 -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 70804 invoked by uid 99); 17 Feb 2011 10:36:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Feb 2011 10:36:48 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [194.172.26.36] (HELO MX2.aeb.de) (194.172.26.36) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Feb 2011 10:36:39 +0000 X-IronPort-AV: E=Sophos;i="4.60,485,1291590000"; d="scan'208,217";a="1890582" Received: from unknown (HELO S-HQMX7.pmbelz.de) ([10.237.5.7]) by MX2I.pmbelz.de with ESMTP; 17 Feb 2011 11:36:13 +0100 Received: from S-HQMX7.pmbelz.de ([fe80::c4b6:4b67:cd89:2050]) by S-HQMX7.pmbelz.de ([fe80::c4b6:4b67:cd89:2050%15]) with mapi; Thu, 17 Feb 2011 11:36:13 +0100 From: "Seidel. Robert" To: "users@jackrabbit.apache.org" Date: Thu, 17 Feb 2011 11:36:12 +0100 Subject: Question about child nodes of a versioned node Thread-Topic: Question about child nodes of a versioned node Thread-Index: AcvOjn9KCmJymceQT9SItsyDrbZquQ== Message-ID: Accept-Language: de-DE Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE Content-Type: multipart/alternative; boundary="_000_C95151191D741844A776DE94864A68AA10A0ADF36BSHQMX7pmbelzd_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_C95151191D741844A776DE94864A68AA10A0ADF36BSHQMX7pmbelzd_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I've a node structure like this: A (top node) B (nt:file) C (nt:resource) The top node A is versionable (has the mixin type), the others have no mixi= n type. I've checked out and in the node A to create some versions and the version = history for A shows correctly 3 versions. If I inspect a frozenNode of a version, than all properties are correct set= . But if I look below the frozenNode, then I find nodes for B, but not for C = and the B nodes lack of all properties, they have only two properties: Jcr:childVersionHistory | Jcr:primaryType | nt:versionedChild How can I get the the frozenNodes with all original set properties for B an= d C? Regards, Robert --_000_C95151191D741844A776DE94864A68AA10A0ADF36BSHQMX7pmbelzd_--