Problem with persisted SCXML

2009-04-09 Thread Antonio Toma
Hi, I'm trying to set up a stateful application with the following pattern: 1) Create an SCXML object with custom actions from an XML string, and serialize it to a DB. 2) when a start event arrives, read the SCXML from 1), create an SCXMLExecutor and write it to a DB. 3) when an intermediate

Re: commons-apache-jxpath: TestCase entry point

2009-04-09 Thread Matt Benson
There really isn't one. You simply run the testcases en masse... in what context are you trying to run the tests? -Matt --- On Thu, 4/9/09, Sullivan, Angela angela.sulli...@fmr.com wrote: From: Sullivan, Angela angela.sulli...@fmr.com Subject: commons-apache-jxpath: TestCase entry point

Re: Problem with persisted SCXML

2009-04-09 Thread Rahul Akolkar
On Thu, Apr 9, 2009 at 9:11 AM, Antonio Toma antonio.t...@ericsson.com wrote: Hi, I'm trying to set up a stateful application with the following pattern: 1) Create an SCXML object with custom actions from an XML string, and serialize it to a DB. 2) when a start event arrives, read the SCXML