Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 99853 invoked from network); 4 Dec 2007 14:08:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 14:08:19 -0000 Received: (qmail 29435 invoked by uid 500); 4 Dec 2007 14:08:04 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 29372 invoked by uid 500); 4 Dec 2007 14:08:04 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 29363 invoked by uid 99); 4 Dec 2007 14:08:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 06:08:04 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rahul.akolkar@gmail.com designates 209.85.198.190 as permitted sender) Received: from [209.85.198.190] (HELO rv-out-0910.google.com) (209.85.198.190) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 14:07:44 +0000 Received: by rv-out-0910.google.com with SMTP id k20so4267912rvb for ; Tue, 04 Dec 2007 06:07:46 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Ck/EmQR/U9uox+g6hqpPejkr7ZzKlekqJd6sLkAnrMQ=; b=B4GRJN950kCIdljN+rwq70g+7/L1YWgJJ6xdSeShAtusxtlQRw+u9aFBLrE6kiutsT4oJ5BP81F5luUye7VOiHWGWz4jJEBhghyt8KXGRwk62VlGwV9pEdbHzOeYH4IZdsRZ6wsS3OB+EM/5p+aVreL7s57PF3GkV4mFzLtTV0c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nKl1j7U/YWpKxHnVAf5Y/qUDIA4KiPZdzi2J7/s9d7r1ABeKZ0EulgRunf8JhYQV8Vg9vlAq6wV+Ua7zkahK1R3roR7K0kOFInNAiQjozzV6vrk7q5LbMba5v9Et37HNkGXWpk4pUs/YKXCRtIlcj2aNqdzoYlNrhCUrxHNoa84= Received: by 10.141.96.21 with SMTP id y21mr332884rvl.1196777266905; Tue, 04 Dec 2007 06:07:46 -0800 (PST) Received: by 10.141.170.13 with HTTP; Tue, 4 Dec 2007 06:07:46 -0800 (PST) Message-ID: Date: Tue, 4 Dec 2007 09:07:46 -0500 From: "Rahul Akolkar" To: "Jakarta Commons Users List" Subject: Re: [SCXML] State machine not making transition as expected In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Please use [SCXML] prefix to the email subjects (I've added it here) since this list is shared by many Commons components. On 12/4/07, Swamy, Suraj (Suraj) wrote: > Hi All, > > I'm facing a weird error wherein my state machine does not > seem to be transitioning as expected. Here is a snapshot of the state > machine > > > > target="verifyMessage" /> > > > > > > > > > Typo (taget --> target). We need a validating parser, hopefully the next draft will contain a usable schema. -Rahul > > > > > > > > > target="verifyMessage" /> > > > > > > > > > > > > > > The problem occurs when I'm in state verifyMessage. I fire the > event as follows > > executor.triggerEvent(new > TriggerEvent("valid",TriggerEvent.SIGNAL_EVENT)); > > but the state machine does not move to the target which is > responseComplete. It remains in verifyMessage. I fail to understand this > error. I shall be really thankful if you could shed some light on this > behavior. I'm using release 0.6. > > Thanks, > > Suraj > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org