[EMAIL PROTECTED]: Project commons-configuration-test (in module apache-commons) failed

2008-09-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-configuration-test has an issue affecting its community integration. Thi

Re: [ANNOUNCEMENT] Commons BeanUtils 1.8.0 Released

2008-09-03 Thread Henri Yandell
+1. Nice one :) On Mon, Sep 1, 2008 at 2:20 PM, Paul Benedict <[EMAIL PROTECTED]> wrote: > Congratulations, Niall, on a long-suffering job well done! > > Paul > > On Mon, Sep 1, 2008 at 1:08 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote: >> The Apache Commons project is pleased to announce the rel

[Commons Wiki] Update of "Configuration" by NiallPemberton

2008-09-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/commons/Configuration -- *

[JEXL] - Last argument of a method invoked via JEXL cannot declare an array as expected

2008-09-03 Thread Vishal Goenka
Say I declare a function: public void fn(String s1, Object [] s2); This function is then added to a JEXL context and referenced in an expression thus: fn('hello', ['a', 'b', 'c']); This invokes the function with the argument ['a', 'b', 'c'] wrapped in another array. Thus, s2[0] == ['a', 'b'

[JEXL] - Block statements aren't parsed

2008-09-03 Thread Vishal Goenka
The ExpressionFactory throws an exception when parsing a block statement such as: { a='b'; c='d'; } I traced it down to a missing check for ASTBlock in the ExpressionFactory. The patch is attached although it was generated against a local checkin of this file in my local svn, hence version