Re: A newbie question for SCXML and its persistence

2007-11-16 Thread Rahul Akolkar
Please move this to the user list if you reply (not a dev list topic). On 11/16/07, Hongming Xiao <[EMAIL PROTECTED]> wrote: > Rahul, > > Thanks for your clarification. It helps me a lot. I have one more question > related to this topic. > > I am wondering what is the right time to persist this SC

Re: A newbie question for SCXML and its persistence

2007-11-16 Thread Hongming Xiao
Rahul, Thanks for your clarification. It helps me a lot. I have one more question related to this topic. I am wondering what is the right time to persist this SCXMLExecutor object. I am asking since when I went through SCXML spec, I noticed that the event triggerred using action will be queued

Re: A newbie question for SCXML and its persistence

2007-11-15 Thread Rahul Akolkar
Please do not reply in an existing thread and ask an unrelated question, start a new thread instead. Response below ... On 11/15/07, Hongming Xiao <[EMAIL PROTECTED]> wrote: > Since SCXMLExecutor implemented Serializable interface, I guess the simplest > way is to store serialized object somewhere

A newbie question for SCXML and its persistence

2007-11-15 Thread Hongming Xiao
Since SCXMLExecutor implemented Serializable interface, I guess the simplest way is to store serialized object somewhere for recovery purpose. Does it work? And/or, any other suggestion? Thanks in advance. On Nov 15, 2007 12:10 PM, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Oliver Heger wrote: >