You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2006/10/05 22:20:52 UTC

[Jakarta-commons Wiki] Update of "SCXML/FrequentlyAskedQuestions" by RahulAkolkar

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.

The following page has been changed by RahulAkolkar:
http://wiki.apache.org/jakarta-commons/SCXML/FrequentlyAskedQuestions

The comment on the change is:
Update serialization related FAQ entry.

------------------------------------------------------------------------------
  
  ==== Is the implementation currently Serializable, meaning that can an SCXMLExecutor be serialized, passed across a wire, be deserialized, and then continue processing events where it left off?  If so, are there any limitations around listeners? ====
  
- No, as of the Commons SCXML 0.5 release, this cannot be done.
+ No, for the Commons SCXML 0.5 release, this cannot be done.
  
- However, this is clearly a desired feature, particularly in clustered server-side environments for failover etc., and may be considered down the road. If anyone has ideas and would like to help with this, please post to the commons-dev list or open an enhancement request in JIRA and comment there (see Commons SCXML website for mailing list and JIRA information). As a side note, this will require a change in major version.
+ However, this has been implemented in trunk, so with the next release of Commons SCXML the SCXMLExecutor instances will be Serializable. Listeners and other associated user-supplied bits are expected to be Serializable.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org