Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 12869 invoked from network); 10 Aug 2006 07:32:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 07:32:03 -0000 Received: (qmail 48985 invoked by uid 500); 10 Aug 2006 07:32:01 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 48902 invoked by uid 500); 10 Aug 2006 07:32:01 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 48891 invoked by uid 99); 10 Aug 2006 07:32:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 00:32:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 00:31:59 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3D58371429F for ; Thu, 10 Aug 2006 07:29:14 +0000 (GMT) Message-ID: <16948329.1155194954248.JavaMail.jira@brutus> Date: Thu, 10 Aug 2006 00:29:14 -0700 (PDT) From: "Tuomas Kiviaho (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Created: (SCXML-17) Unified EL support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Unified EL support ------------------ Key: SCXML-17 URL: http://issues.apache.org/jira/browse/SCXML-17 Project: Commons SCXML Issue Type: Wish Affects Versions: 0.6 Environment: jdk 5.0 Reporter: Tuomas Kiviaho Currently there are dependencies to both JSF 1.1 and servlet api. Both of them have different EL apis, but the latter is only currently supported while the former has couple of patches to get parts of it working. Support for new javax.el API would be more than welcome because it would not only support JSF out-of-the-box but replace compile time dependencies with one (container) provided api that supports pointers as well as values. The API is available at least at java.net repository along with RI. com.sun.el el-ri 1.0 javax.faces jsf-api 1.2 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org