Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 86842 invoked from network); 1 Nov 2006 21:31:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 21:31:27 -0000 Received: (qmail 25309 invoked by uid 500); 1 Nov 2006 21:31:32 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 25278 invoked by uid 500); 1 Nov 2006 21:31:32 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 25267 invoked by uid 99); 1 Nov 2006 21:31:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 13:31:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [63.246.20.113] (HELO smtp01.opensymphony.com) (63.246.20.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 13:31:18 -0800 Received: (qmail 25994 invoked by uid 89); 1 Nov 2006 21:30:57 -0000 Received: from unknown (HELO opensymphony01.managed.contegix.com) (forum-struts-dev@opensymphony.com@127.0.0.1) by smtp01.opensymphony.com with ESMTPA; 1 Nov 2006 21:30:57 -0000 Message-ID: <23942476.1162416657492.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> Date: Wed, 01 Nov 2006 15:29:59 CST From: Vitor Souza Reply-To: dev@struts.apache.org To: dev@struts.apache.org Subject: Re: Will Struts2 use OGNL as WW did? In-Reply-To: <29249398.1162414384618.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Just to complement the previous post, I quickly ported the application to Struts2 (by the way, it was VERY easy to do it!) and removed my OgnlRuntime hack and it does cause the problem. The log file is here: http://labes.inf.ufes.br/~vitor/ww_ognl_issue/cookbook-struts.log The source code (Eclipse project) is here: http://labes.inf.ufes.br/~vitor/ww_ognl_issue/Cookbook-struts2-src.zip To build, get all dependencies using Ivy then delete freemarker-2.3.jar, ognl-2.6.jar, oscore-2.2.jar, webwork-2.2.jar, xwork-1.1.jar, xwork-rife-continuations-1.1.jar and xwork-tiger-1.1.jar. In their place, put the following JARs from the Struts2 binary distribution: freemarker-2.3.4.jar, ognl-2.6.7.jar, struts2-api-2.0.1.jar, struts2-core-2.0.1.jar, struts2-sitemesh-plugin-2.0.1.jar and xwork-2.0-beta-1.jar. Any thoughts? Give up generics? ;) Vitor Souza --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=48752&messageID=98288#98288 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org