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 8C5E26704 for ; Sat, 11 Jun 2011 11:49:10 +0000 (UTC) Received: (qmail 79636 invoked by uid 500); 11 Jun 2011 11:49:09 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 79555 invoked by uid 500); 11 Jun 2011 11:49:08 -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 79547 invoked by uid 99); 11 Jun 2011 11:49:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 11:49:08 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vovk.artem@googlemail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 11:49:00 +0000 Received: by wyb32 with SMTP id 32so2681536wyb.30 for ; Sat, 11 Jun 2011 04:48:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to :x-mailer; bh=S0gPMuVu7nwPkwK5K5ipb81qj/Ntga+Q0DYbf5OiLHQ=; b=ETtSS+9JLSM5oFhjve3/cvxa7gQqAjwjbGB5fBXLnmbDKM0kpeyd7siNkgHLzekxyY GffEj9uyzVQ3WXRnA64w5uhKbOnfNqwOr77wm68cWaJDjx1WZiu5H1zIl0dHBu9Hy32G qE+c2rYVQzI2YQhpJJsm4mMP8oiUyRLbadoZM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=C31NECMjjAH/TnAPVJR5jJPQ2PBhsP8kwsGCdnIVWgCuaWERn2+JJ0BddQOXhx3VrS xT1++9YENpgtaq3N5PVVeYCxV9A1wNq0MLoy9msa0LQCdYZahRf+EPoiKyfk0+Ag71lm DZb9QOy/cCA3wOUtFhf8+DMzE2u8YDYz6+3Vs= Received: by 10.227.161.6 with SMTP id p6mr3155323wbx.73.1307792920551; Sat, 11 Jun 2011 04:48:40 -0700 (PDT) Received: from s0682.dyn.hrz.tu-darmstadt.de (s0682.dyn.hrz.tu-darmstadt.de [130.83.106.170]) by mx.google.com with ESMTPS id o38sm2729058wba.20.2011.06.11.04.48.39 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 11 Jun 2011 04:48:39 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: [scxml] JEXL map in scxml From: Artem Vovk In-Reply-To: Date: Sat, 11 Jun 2011 13:48:38 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: "Commons Users List" X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org I have found under your link only some svn-diffs(?) files but not JEXL = Evaluator, can u provide a link with JEXL 2.0 Evaluator/Context Thanks :) Cheers Artem On Jun 8, 2011, at 10:40 PM, Rahul Akolkar wrote: > On Wed, Jun 8, 2011 at 4:31 AM, Artem Vovk = wrote: >> Hi, >>=20 >> I'm trying to create and send JEXL map, I wrote: >>=20 >> >> > namelist=3D"one"/> >>=20 >> But SCXML interpreter shows an exception : >> WARNUNG: EXPRESSION_ERROR (eval('{ 'test' : 2}'):Lexical error at = line 1, >> column 10. Encountered: ":" (58), after : ""): >> What is wrong with this syntax? >>=20 > >=20 > Its not JEXL 1.x syntax, which is default. JEXL 2.x syntax will > require a suitable Evaluator/Context implementation. You can either > provide one yourself or try the one attached to this ticket [1]. >=20 > -Rahul >=20 > [1] https://issues.apache.org/jira/browse/SCXML-114 >=20 >>=20 >> Cheers Artem >>=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org > For additional commands, e-mail: user-help@commons.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org