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
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
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
)
- 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
Hi,
is anbody working on commons-scxml?
Tomas