Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 90091 invoked from network); 11 Dec 2005 00:03:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Dec 2005 00:03:56 -0000 Received: (qmail 55759 invoked by uid 500); 11 Dec 2005 00:03:52 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 55049 invoked by uid 500); 11 Dec 2005 00:03:49 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 55038 invoked by uid 99); 11 Dec 2005 00:03:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2005 16:03:49 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rahul.akolkar@gmail.com designates 64.233.184.195 as permitted sender) Received: from [64.233.184.195] (HELO wproxy.gmail.com) (64.233.184.195) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2005 16:03:48 -0800 Received: by wproxy.gmail.com with SMTP id i23so1126927wra for ; Sat, 10 Dec 2005 16:03:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XI1DceciFXXLaqprpuPkGDrvK42n0Z4rSI3XtPxQ8PIwBMDKuGOnFEf/YkI/3N9dZ1YP3/BeycsA6m6zt19X/oMfc9GIz6K1CY2CfnaFLk1M16Ln8WT8HSq0hOaBxOD2JgJDUJakFnvO38TIeck3zZVHxpP+7avqXsx6rc6Q50A= Received: by 10.65.105.12 with SMTP id h12mr5044745qbm; Sat, 10 Dec 2005 16:03:26 -0800 (PST) Received: by 10.65.53.8 with HTTP; Sat, 10 Dec 2005 16:03:25 -0800 (PST) Message-ID: Date: Sat, 10 Dec 2005 19:03:25 -0500 From: Rahul Akolkar To: Jakarta Commons Users List Subject: Re: [SCXML] Help with SCXML Send usage In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <00d501c5fac7$402e01c0$3daffea9@MSPARR> <015b01c5fd7a$388588c0$3daffea9@MSPARR> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 12/10/05, Rahul Akolkar wrote: > > On 12/10/05, Mike Sparr - www.goomzee.com wrote: > > Rahul, > > > > I haven't compiled/tested, but it looks like this (below) is what is > > needed in the SCXMLDigester.java? Is there any way for you to verify > > and perhaps rebuild the binary - I don't want to stray too far from you= r > > codebase. :-) > > > > > Yup, something similar :-) I'm going to take a stab at that today. > I'll ping this thread when I make some progress. > Mike - I've made some changes in r355810 [1] which will now cause the external nodes to be populated in the Send instance. I've added a utility method Send#getBodyContent() to obtain the serialized body content. A test case was added in the same commit which might be useful in terms of spotting the changes. You'll need to implement the SCXML EventDispatcher interface to do the necessary marshalling of the body content markup to suit your needs. This should be reflected in the 12112005 nightly binaries, which will be available here [2] tomorrow. -Rahul [1] http://svn.apache.org/viewcvs.cgi?rev=3D355810&view=3Drev [2] http://cvs.apache.org/builds/jakarta-commons/nightly/commons-scxml/ --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org