From imperius-dev-return-363-apmail-incubator-imperius-dev-archive=incubator.apache.org@incubator.apache.org Tue Feb 24 13:47:01 2009 Return-Path: Delivered-To: apmail-incubator-imperius-dev-archive@minotaur.apache.org Received: (qmail 20624 invoked from network); 24 Feb 2009 13:47:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Feb 2009 13:47:01 -0000 Received: (qmail 71541 invoked by uid 500); 24 Feb 2009 13:47:01 -0000 Delivered-To: apmail-incubator-imperius-dev-archive@incubator.apache.org Received: (qmail 71532 invoked by uid 500); 24 Feb 2009 13:47:00 -0000 Mailing-List: contact imperius-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: imperius-dev@incubator.apache.org Delivered-To: mailing list imperius-dev@incubator.apache.org Received: (qmail 71521 invoked by uid 99); 24 Feb 2009 13:47:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 05:47:00 -0800 X-ASF-Spam-Status: No, hits=-1.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xiping@us.ibm.com designates 32.97.182.146 as permitted sender) Received: from [32.97.182.146] (HELO e6.ny.us.ibm.com) (32.97.182.146) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 13:46:51 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e6.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n1ODlP5u020698 for ; Tue, 24 Feb 2009 08:47:25 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n1ODkUxU145792 for ; Tue, 24 Feb 2009 08:46:30 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n1ODkTlo028915 for ; Tue, 24 Feb 2009 08:46:29 -0500 Received: from d01ml604.pok.ibm.com (d01ml604.pok.ibm.com [9.56.227.90]) by d01av03.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n1ODkTnL028889 for ; Tue, 24 Feb 2009 08:46:29 -0500 In-Reply-To: <1544495479.1235482681952.JavaMail.jira@brutus> Subject: Re: [jira] Created: (IMPERIUS-22) Java List objects as collections not supported? To: imperius-dev@incubator.apache.org X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: From: Xiping Wang Date: Tue, 24 Feb 2009 08:46:28 -0500 X-MIMETrack: Serialize by Router on D01ML604/01/M/IBM(Release 8.5|December 05, 2008) at 02/24/2009 08:46:28 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=0ABBFFF4DFD8E6108f9e8a93df938690918c0ABBFFF4DFD8E610" Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFFF4DFD8E6108f9e8a93df938690918c0ABBFFF4DFD8E610 Content-type: text/plain; charset=US-ASCII David, If you read 11.1 Basic Collection of CIM-SPL spec, you will know that the following syntax is supported. Xiping Import Class java.util.List:list1; Strategy Execute_All_Applicable; Policy { Condition { inCollection("1",[ "1", "2" ]) } Decision { list.get(1) } }:1; --0__=0ABBFFF4DFD8E6108f9e8a93df938690918c0ABBFFF4DFD8E610--