On 3/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: <snip/> > My problem is that, I am having trouble triggering the events in order to make > transitions. Using the "fireEvent" method I am able to achieve this, but I > would like to use <send> to send the events. Right now, although the send gets <snap/>
This has been fixed in SVN. You can build from SVN [1],[2] or wait for the nightlies to appear here [3] within a day or two -- I expect the 20060325 nightlies to contain the addition. See the accompanying test case [4] for usage examples. The Commons SCXML user guide [5] deserves a section on events raised internally via the <send> element, as well as all derived events that are raised as the engine executes (change notifications, entry and exit notifications etc.) and error events (target unavailable etc.). I'll add that to my documentation TODO list. Feedback on documentation, especially where it currently lacks, is welcome. -Rahul (long URLs, may be fragmented) [1] http://svn.apache.org/repos/asf/jakarta/commons/sandbox/scxml/trunk/ [2] http://jakarta.apache.org/commons/sandbox/scxml/building.html [3] http://cvs.apache.org/builds/jakarta-commons/nightly/commons-scxml/ [4] http://svn.apache.org/repos/asf/jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/send-02.xml [5] http://jakarta.apache.org/commons/sandbox/scxml/guide.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
