Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 96878 invoked from network); 7 Nov 2008 03:38:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2008 03:38:35 -0000 Received: (qmail 93595 invoked by uid 500); 7 Nov 2008 03:38:37 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 93535 invoked by uid 500); 7 Nov 2008 03:38:37 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 93524 invoked by uid 99); 7 Nov 2008 03:38:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2008 19:38:37 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of roger.hoover@gmail.com designates 209.85.134.189 as permitted sender) Received: from [209.85.134.189] (HELO mu-out-0910.google.com) (209.85.134.189) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 03:37:20 +0000 Received: by mu-out-0910.google.com with SMTP id w9so1012867mue.0 for ; Thu, 06 Nov 2008 19:38:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=IzLLbmkR9PnYnjJ4iYwXpP3rZVmvkn9VqKVSx7piHzQ=; b=XI/uegxgc4GbPhVCiKy5cjXNYpY+14icYJOQeBf7D7CnQ2IoLnVALdDhPMI5aCVtAX ipFip0k/OQNwF02KuaZKeUXMg/20ETOAYp9VeBaPlZrFqFgaPvcqkTs3jYcSjzduF1ea mCoyphOgq/NlcKaSOapzH0KBNHvR8S6TOQHBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Lcl4/dGtwZOkKo4SaLEXKA2KEY1XY9eKcjSdalHnQls3k61ND1q4O2jit89CGlPdqv 5MHzx/tajqA4gFDCI/GI2ygm3v2dPkaAzwUMipLws6h6BWjwuPvU7EytI6HpiVWwIKCZ N8qQJl2vNpkWTfqtyDSh/NBfBA2oN7aS2JAno= Received: by 10.103.175.8 with SMTP id c8mr1468324mup.117.1226029080726; Thu, 06 Nov 2008 19:38:00 -0800 (PST) Received: by 10.103.217.4 with HTTP; Thu, 6 Nov 2008 19:38:00 -0800 (PST) Message-ID: <44cb1ba30811061938q75d194day26d4dec022a59f7c@mail.gmail.com> Date: Thu, 6 Nov 2008 19:38:00 -0800 From: "Roger Hoover" To: user@commons.apache.org Subject: [SCXML] Possible bug passing _eventdatamap across parallel contexts when event has delay MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_46343_25634250.1226029080716" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_46343_25634250.1226029080716 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm new to Commons SCXML but I ran into what looks like a bug to me. When an event generated in one context gets sent to a sibling context with a delay, the _eventdata object is null. Oddly enough, when delay unset or set to 0ms, it works fine. I created a test file based on eventdata-03.xml to expose it. Set delay="0ms" and the counter state machine makes it to the thirty state. Set delay="1ms" and it doesn't. Any help is appreciated. Thanks, Roger ------=_Part_46343_25634250.1226029080716--