From user-return-26464-apmail-commons-user-archive=commons.apache.org@commons.apache.org Sat Jul 16 22:14:36 2011 Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D12B57127 for ; Sat, 16 Jul 2011 22:14:36 +0000 (UTC) Received: (qmail 6199 invoked by uid 500); 16 Jul 2011 22:14:35 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 6125 invoked by uid 500); 16 Jul 2011 22:14:34 -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 6117 invoked by uid 99); 16 Jul 2011 22:14:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2011 22:14:34 +0000 X-ASF-Spam-Status: No, hits=3.0 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [98.139.212.181] (HELO nm22.bullet.mail.bf1.yahoo.com) (98.139.212.181) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 16 Jul 2011 22:14:27 +0000 Received: from [98.139.212.151] by nm22.bullet.mail.bf1.yahoo.com with NNFMP; 16 Jul 2011 22:14:06 -0000 Received: from [98.139.213.13] by tm8.bullet.mail.bf1.yahoo.com with NNFMP; 16 Jul 2011 22:14:06 -0000 Received: from [127.0.0.1] by smtp113.mail.bf1.yahoo.com with NNFMP; 16 Jul 2011 22:14:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1310854446; bh=BcJzTdGVqUe+v4mS7HAl5bJ8z4n6gnpPiGJzlj3+pK0=; h=X-Yahoo-Newman-Id:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Disposition-Notification-To:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type; b=RddS/XSTxwWXzxqVNUfISBqftTvRZTUWqQ2fi1wfRIuMoegwTHtGVfgDlJbIe0n8UQznbmSmyVcK3M7HoB6IhuzGGbznwQN42lXWPyQKfLkZ8rGfQ9hwusmgJ3pEFxLwQkfz8pIapCN13VE5FPsHby+X0xCK95TCYaOCpKncZlc= X-Yahoo-Newman-Id: 358160.65390.bm@smtp113.mail.bf1.yahoo.com Received: from [192.168.2.100] (dark.rider85@84.56.36.94 with plain) by smtp113.mail.bf1.yahoo.com with SMTP; 16 Jul 2011 15:14:05 -0700 PDT X-Yahoo-SMTP: sEcjBXaswBCb7w3RKQv7ofAmz0K.XbmD1w-- X-YMail-OSG: U6SjsQ8VM1k99iGSj9EOtUhUQ5dNsWAecbDt_JFsgKd9wZi 3TzJ3CQBOkjL_21K8N1_ge39fudFHEiz1h2K0vWIiE.K6xFJRHVzVqaG9LI5 VUnM9vEp0L3jltwyF.ueDeyf4d.bb2jTDQN2InZXEHf0vBcrZ0sVeNu2H5LJ fM34p1CIiwyi.I5KAQ5eqrPBxexu2g.bhSYREdnrX1Pmd3iuaKgE0De8uccr ALyMdNGo2R.qMIytf_.hW0khZvew.QW8CoBB4N2pwIE8H0Xa2wRdAR5dBs47 PIyOPFYqJn1Ds2gnId1X8mnghRlvimVTspyvqd8x5ANRuTLL2gCjRADbzUKn X0zciqApbEsFUQaB3tlnN5hs- X-Yahoo-Newman-Property: ymail-3 Message-ID: <4E220D55.2010800@yahoo.de> Date: Sun, 17 Jul 2011 00:14:45 +0200 From: "dark.rider85" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: user@commons.apache.org Subject: [SCXML] Problem in using the assign action Content-Type: multipart/alternative; boundary="------------050505050901040309050101" --------------050505050901040309050101 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi! I am new in using SCXML and wanted to test the assign action. I created a data model with a data element which has the id "dataID1". The complete datamodel element looks like the following: 0 Next, I put a state with an onEntry consisting of one assign action with the location of the data element and an expression of 3. That is, ... ... When I execute the code I always get the following logging information: EXPRESSION_ERROR (eval('dataID1/num'):Double coercion exception): ... What am I doing wrong? Can someone help me? Thanks in advance! Regards --------------050505050901040309050101--