Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 41779 invoked from network); 18 Nov 2006 15:14:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Nov 2006 15:14:19 -0000 Received: (qmail 56627 invoked by uid 500); 18 Nov 2006 15:14:29 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 56386 invoked by uid 500); 18 Nov 2006 15:14:28 -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 56371 invoked by uid 99); 18 Nov 2006 15:14:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Nov 2006 07:14:28 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=HTML_MESSAGE,HTML_SHORT_LENGTH,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hawkliwend@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Nov 2006 07:14:13 -0800 Received: by nf-out-0910.google.com with SMTP id x4so1878575nfb for ; Sat, 18 Nov 2006 07:13:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Pr7fOuMFY7LSmyZTwEu5DLQ96iM02Z8lIDinQTOhF34VKHjwHGK8VbhX4a4YLFH+VsiuX4sIMU7HeqWXn+XDO9W2TgEIKrc7aiEt8BdzMdqxuYTL/lsn8yxgIdk5wQWczvudPPhlfURBAqSF7Sf1r3AsQQnx6qnGQCHku3QPJMc= Received: by 10.82.175.2 with SMTP id x2mr368500bue.1163862831820; Sat, 18 Nov 2006 07:13:51 -0800 (PST) Received: by 10.82.168.11 with HTTP; Sat, 18 Nov 2006 07:13:51 -0800 (PST) Message-ID: <6b52103f0611180713w2423e933n73553bdb03f51e80@mail.gmail.com> Date: Sat, 18 Nov 2006 23:13:51 +0800 From: "wendy Lee" To: users@jackrabbit.apache.org Subject: How to write this query which can contraint the datetime type property in appointed parameter MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_54282_8217453.1163862831490" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_54282_8217453.1163862831490 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Is this right? "//wd:resources//element(*,wd:mlv)[@wd:created > "+ lastWeek+ "]" here "lastWeek" is Java Date Type. ------=_Part_54282_8217453.1163862831490--