Re: [VOTE] Release Daemon 1.0.4 based on RC1

2010-10-24 Thread Bill Barker
-- From: "Mladen Turk" Sent: Thursday, October 21, 2010 12:57 AM To: "Commons Developers List" Subject: [VOTE] Release Daemon 1.0.4 based on RC1 Hi, Commons Daemon 1.0.4 RC1 release is available for testing at: http://people.apache.org/~mturk/

Re: [jexl] how to access properties of nested java dataobject

2010-10-24 Thread Paul Libbrecht
Clouduser, (that doesn't taste like a name), provided a is in context of type A and class A has a getter getB() then ${A.b} gives you the return of getB(). That's how I always accessed nested java objects. I don't understand your XML-example though... at least not its relevance for jexl. Can yo

[jexl] how to access properties of nested java dataobject

2010-10-24 Thread cloudsuser cloudsuser
Using the syntax "${status}" as defined below i can able to access the value of status form JavaBeanObject(A) ${status} But how to get the value of nested bean object.Example... public class A { private String status; private B b; . .. } How to g

Re: [jexl]

2010-10-24 Thread Mark Thomas
On 24/10/2010 16:54, cloudsuser cloudsuser wrote: > Using the syntax "${status}" as defined below i can able to access the value > of status form JavaBeanObject(A) Sending the same e-mail the the dev and the users list at the same time is never going to increase the chances of a reply. It does,

[jexl]

2010-10-24 Thread cloudsuser cloudsuser
Using the syntax "${status}" as defined below i can able to access the value of status form JavaBeanObject(A) ${status} But how to get the value of nested bean object.Example... public class A { private String status; private B b; . .. } How to g

[g...@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2010-10-24 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 gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

[g...@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2010-10-24 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 gene...@gump.apache.org. Project commons-scxml-test has an issue affecting its community integration. This

[ANNOUNCEMENT] Apache Commons Exec 1.1 Released

2010-10-24 Thread Siegfried Goeschl
The commons-exec-team is pleased to announce the commons-exec-1.1.jar release! A library to reliably execute external processes from within the JVM Changes in this version include: New features: o Adding 'Argument' class and quote the arguments after expansion. o Added TutorialTest as a playg