Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E239101F7 for ; Thu, 21 Nov 2013 23:51:37 +0000 (UTC) Received: (qmail 86776 invoked by uid 500); 21 Nov 2013 23:51:36 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 86669 invoked by uid 500); 21 Nov 2013 23:51:36 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 86614 invoked by uid 99); 21 Nov 2013 23:51:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Nov 2013 23:51:36 +0000 Date: Thu, 21 Nov 2013 23:51:36 +0000 (UTC) From: "Woonsan Ko (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SCXML-100) Support _event variable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SCXML-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Woonsan Ko updated SCXML-100: ----------------------------- Fix Version/s: (was: 0.10) 2.0 > Support _event variable > ----------------------- > > Key: SCXML-100 > URL: https://issues.apache.org/jira/browse/SCXML-100 > Project: Commons SCXML > Issue Type: Bug > Affects Versions: 0.9 > Reporter: Ingmar Kliche > Fix For: 2.0 > > > The SCXML spec defines a variable "_event" which is is bound to a structure containing the event name and payload: > _event.name > _event.data > The "_event" variable has to be read-only (from application point of view). > This change will break backward compatibility of existing SCXML documents. Would it be useful to keep the current variable "_eventdata" while adding the "_event" structure? "_eventdata" could be marked as depricated and removed later. -- This message was sent by Atlassian JIRA (v6.1#6144)