Re: [scxml] JEXL Evaluator's evalCond issue

2012-06-16 Thread Rahul Akolkar
On Thu, Jun 14, 2012 at 5:23 PM, sgu...@osc.state.ny.us wrote: 1. Problem renaming method in class used for condition evaluation. Class: Test method: boolean method1(integer i) xml snippet: state id=DELETE_STATE            transition event=delete target=STATUS_UNKNOWN

[scxml] JEXL Evaluator's evalCond issue

2012-06-14 Thread SGutta
1. Problem renaming method in class used for condition evaluation. Class: Test method: boolean method1(integer i) xml snippet: state id=DELETE_STATE transition event=delete target=STATUS_UNKNOWN cond=test.method1(100)/ /state We are trying rename test.method1(integer i) in