Re: [scxml] Too many state navigation causes StackOverflowException

2010-09-28 Thread Rahul Akolkar
On Mon, Sep 27, 2010 at 6:40 AM, Lorenz Schumann | Sysvision GmbH lorenz.schum...@sysvision.de wrote: Hi Rahul, i took over a project in development and took the implementation as the correct way to do it. But after i read your response (thank you very much by the way!) i re-read everything

Re: [scxml] Too many state navigation causes StackOverflowException

2010-09-28 Thread Rahul Akolkar
On Tue, Sep 28, 2010 at 10:29 AM, Rahul Akolkar rahul.akol...@gmail.com wrote: On Mon, Sep 27, 2010 at 6:40 AM, Lorenz Schumann | Sysvision GmbH lorenz.schum...@sysvision.de wrote: Hi Rahul, i took over a project in development and took the implementation as the correct way to do it. But

Re: [scxml] Too many state navigation causes StackOverflowException

2010-09-27 Thread Lorenz Schumann | Sysvision GmbH
Hi Rahul, i took over a project in development and took the implementation as the correct way to do it. But after i read your response (thank you very much by the way!) i re-read everything in the documentation. I want to control a phone application with what scxml can offer me. But when i

[scxml] Too many state navigation causes StackOverflowException

2010-09-24 Thread Lorenz Schumann | Sysvision GmbH
Hi, i am using Commons SCXML for the first time and am overall new to the Statechart paradigm. But i am working on a software where a statemachine is needed and the first choice fell on commons. So much for the introduction. Now what we discovered is that when you navigate from state to

Re: [scxml] Too many state navigation causes StackOverflowException

2010-09-24 Thread Rahul Akolkar
On Fri, Sep 24, 2010 at 11:34 AM, Lorenz Schumann | Sysvision GmbH lorenz.schum...@sysvision.de wrote: Hi, i am using Commons SCXML for the first time and am overall new to the Statechart paradigm. But i am working on a software where a statemachine is needed and the first choice fell on