Re: SCXML : send transition doesn't work when they are in the same state.

2010-11-28 Thread Micka
Hi, The problem is happening when I initalize manually the state of my machine, and I trigger the event. do you think that initializing the state manullay is causing the problem ? public class NEventDispatcher implements EventDispatcher { public NEventDispatcher() { } @Override

Re: SCXML : send transition doesn't work when they are in the same state.

2010-11-28 Thread Rahul Akolkar
On Sun, Nov 28, 2010 at 7:51 AM, Micka mickamus...@gmail.com wrote: Hi, The problem is happening when I initalize manually the state of my machine, and I trigger the event. do you think that initializing the state manullay is causing the problem ? snip/ Initializing to the state manually as