Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 39074 invoked from network); 10 Nov 2010 00:32:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Nov 2010 00:32:59 -0000 Received: (qmail 89403 invoked by uid 500); 10 Nov 2010 00:33:30 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 89330 invoked by uid 500); 10 Nov 2010 00:33:29 -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 89322 invoked by uid 99); 10 Nov 2010 00:33:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Nov 2010 00:33:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Nov 2010 00:33:29 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAA0X8Ct026966 for ; Wed, 10 Nov 2010 00:33:08 GMT Message-ID: <28998704.112841289349188108.JavaMail.jira@thor> Date: Tue, 9 Nov 2010 19:33:08 -0500 (EST) From: "Fabrizio Morbini (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (SCXML-157) initial child is not accepted if it's the child of the top scxml node MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 initial child is not accepted if it's the child of the top scxml node --------------------------------------------------------------------- Key: SCXML-157 URL: https://issues.apache.org/jira/browse/SCXML-157 Project: Commons SCXML Issue Type: Bug Affects Versions: 0.9 Reporter: Fabrizio Morbini from the standard, it seems that the following is a valid scxml file: but the initial element is ignored by the current scxml parser. Basically it seems one cannot assign any executable content to be executed on initial entry on the initialchild of the top scxml node. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.