Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 25458 invoked from network); 15 Nov 2004 22:31:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Nov 2004 22:31:35 -0000 Received: (qmail 68236 invoked by uid 500); 15 Nov 2004 22:31:34 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 68212 invoked by uid 99); 15 Nov 2004 22:31:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [61.117.3.79] (HELO nm01omta02b.dion.ne.jp) (61.117.3.79) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 15 Nov 2004 14:31:30 -0800 Received: from localhost (unknown[210.224.226.151]) by nm01mta02a.dion.ne.jp; Tue, 16 Nov 2004 07:31:26 +0900 Date: Tue, 16 Nov 2004 07:31:26 +0900 (JST) Message-Id: <20041116.073126.74754347.hirsh@s9.dion.ne.jp> To: jackrabbit-dev@incubator.apache.org Subject: Newbie question on JCRQL From: shirasu hiroyuki X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Dear Jackrabbit developers, I have just started working with Jackrabbit, and I have a few questions relating to the JCRQL. [1] Using a JCRQL statement without "WHERE" clauses, its query does not work well. Suppose we have the sample repository of importing xml file in the page of "First Steps". (a) SELECT * FROM * WHERE width LIKE "*" (b) SELECT * FROM * Result of query (a) has two nodes, but (b) has no nodes. I used the Jackrabbit of spec 0.14 tag in the svn repository. Could you give me any suggestion? [2] Can we omit "FROM" clauses in JCRQL statements? We find that "FROM" clauses are required in the section 6.9.6 of JSR170(v0.12), but they are optional in 6.9.7 . Thanks in advance, -- shirasu hiroyuki(hirsh@s9.dion.ne.jp)