From users-return-222-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Sat May 27 01:58:38 2006 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 18201 invoked from network); 27 May 2006 01:58:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 May 2006 01:58:38 -0000 Received: (qmail 94413 invoked by uid 500); 27 May 2006 01:58:38 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 94397 invoked by uid 500); 27 May 2006 01:58:38 -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 94388 invoked by uid 99); 27 May 2006 01:58:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 May 2006 18:58:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of DBJohnson@eentertainment.com designates 12.46.7.145 as permitted sender) Received: from [12.46.7.145] (HELO abbott.eonline.com) (12.46.7.145) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 May 2006 18:58:36 -0700 Received: from EXCH-FE1.enet.eentertainment.com ([10.10.1.95]) by abbott.eonline.com (8.12.10/8.12.10) with ESMTP id k4R1wFpl014406 for ; Fri, 26 May 2006 18:58:15 -0700 Received: from LA-EXCHANGE.enet.eentertainment.com ([10.10.1.48]) by EXCH-FE1.enet.eentertainment.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 26 May 2006 18:58:15 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C68131.04994F17" Subject: CND and Default Namespace Date: Fri, 26 May 2006 18:57:33 -0700 Message-ID: <0CF61BBD1840F64CAA4DA12A2008EB03D38407@LA-EXCHANGE.enet.eentertainment.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: CND and Default Namespace Thread-Index: AcaBMOs2ByIRf4SOSZKlH9bKq9rWCw== From: "David B. Johnson" To: X-OriginalArrivalTime: 27 May 2006 01:58:15.0542 (UTC) FILETIME=[047E8960:01C68131] X-Scanned-By: MIMEDefang 2.39 X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=0.106 req=4.5 HTML_70_80,HTML_MESSAGE X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C68131.04994F17 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Does the Compact Node Definition work with the default namespace? For example, I can not get the following node type to work properly: =20 [eol:BodySegment] > eol:Base, mix:versionable orderable - body (string) - permalink (string) - thumbnail (reference) =20 Note, properties are not fully qualified names - i.e., they are within the default namespace. =20 Whereas the following works fine: =20 [eol:ContentItem] > eol:base, mix:referenceable, mix:versionable orderable - eol:publishDate (date) mandatory - eol:expireDate (date) - eol:lastModified (date) mandatory - eol:topics (reference) multiple < 'eol:Topic' - eol:keywords (string) multiple - eol:relatedContent (reference) multiple < 'eol:ContentItem' - eol:relatedImages (reference) multiple =20 Do I need to do something special to get the properties defined within the default namespace to work properly? =20 -David B. Johnson, Ph.D. Manager of Software Engineering E! Entertainment =20 dbjohnson@eentertainment.com =20 ------_=_NextPart_001_01C68131.04994F17--