Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5FF7FDAF1 for ; Tue, 25 Sep 2012 18:14:11 +0000 (UTC) Received: (qmail 95371 invoked by uid 500); 25 Sep 2012 18:14:09 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 95288 invoked by uid 500); 25 Sep 2012 18:14:09 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 95276 invoked by uid 99); 25 Sep 2012 18:14:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2012 18:14:09 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [212.227.17.12] (HELO mout.web.de) (212.227.17.12) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2012 18:14:00 +0000 Received: from [192.168.178.24] ([178.26.159.148]) by smtp.web.de (mrweb003) with ESMTPA (Nemesis) id 0MIN5j-1TK9k43lYl-0045TX for ; Tue, 25 Sep 2012 20:13:40 +0200 Message-ID: <5061F44F.3060208@web.de> Date: Tue, 25 Sep 2012 20:13:35 +0200 From: Rainer Hirschmiller User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: user@commons.apache.org Subject: [configuration]: getList Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:y5u+k7Fzv5qkuvARESc1UFXbXH54lYtwEO98SU8EV3a 5AZz63eN3OAHKrb19hGDj9w3KcVj2IpNmjeqAMQkyIKitjsrou 6SyMFKZh/1ZzLJXxLC7SW8u4wQDdM6S+cwUljSR4t6Z/uOzhLp 0iQP6ATmH/kqr9dlgf2eYaBC1h6rqmy+e4kAh/KnNMtjVme+nr cK5rIk728qLGwQxo+1OFltMchEa5WYSIp5uD6y1Yf4= Hi, I use a properties file for configuration which contains a list of integer values. Retrieving the List I got a list of string instead of a list of integer. The question now is how can I get a list of integers instead. Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org