[jexl] using map as script parameter or local variable

2012-07-03 Thread Kukosa, Tomas
Hello, I use jexl 2.1.1 and I can not access map passed as a script parameter. When I have the script with 'stat' parameter and following code: var a = state; ## OK var b = state[3]; ## ERROR the first assignment works OK but the second fails with the reason 'undefined variable state' Also

[jexl] Jexl 3 roadmap

2012-06-20 Thread Kukosa, Tomas
Hello, is there any roadmap or planned release date for Jexl 3? Regards, Tomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

RE: [scxml] Anybody active?

2012-05-31 Thread Kukosa, Tomas
17, 2012 3:32 PM To: Commons Developers List Subject: Re: [scxml] Anybody active? On Thu, May 17, 2012 at 4:27 AM, Kukosa, Tomas wrote: > Hi Rahul, > > thanks for your offer. > > When I get more familiar with current commons-scxml and have some reasonable > patches I will se

Re: [scxml] Anybody active?

2012-05-17 Thread Kukosa, Tomas
) - switch to commons-digester3 - update Java requirement to 1.5 and use generics instead of raw types where possible What do you think? Best regards, Tomas PS: sorry for not following mail thread but I sent/received previous messages just via web On Wed, May 16, 2012 at 10:01 AM, Kukosa

[scxml] Anybody active?

2012-05-16 Thread Kukosa, Tomas
Hi, is anbody working on commons-scxml? Tomas