Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F1D14100A5 for ; Sat, 2 Nov 2013 04:48:29 +0000 (UTC) Received: (qmail 57753 invoked by uid 500); 2 Nov 2013 04:48:24 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 57538 invoked by uid 500); 2 Nov 2013 04:48:24 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 57504 invoked by uid 99); 2 Nov 2013 04:48:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Nov 2013 04:48:18 +0000 Date: Sat, 2 Nov 2013 04:48:18 +0000 (UTC) From: "Woonsan Ko (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (JEXL-144) Empty array property setting fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Woonsan Ko created JEXL-144: ------------------------------- Summary: Empty array property setting fails Key: JEXL-144 URL: https://issues.apache.org/jira/browse/JEXL-144 Project: Commons JEXL Issue Type: Bug Reporter: Woonsan Ko Fix For: 2.1.2, 3.0 Suppose a bean has an array property setter method (e.g, public void setStrarr(String []);). If I use an expression like this with an empty array, then it fails with the error message, "inaccessible or unknown property strarr". // example expression bean.strarr = [ ]; -- This message was sent by Atlassian JIRA (v6.1#6144)