Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 61677 invoked from network); 3 Sep 2006 06:51:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Sep 2006 06:51:47 -0000 Received: (qmail 3652 invoked by uid 500); 3 Sep 2006 06:51:41 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 3610 invoked by uid 500); 3 Sep 2006 06:51:40 -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 3599 invoked by uid 99); 3 Sep 2006 06:51:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Sep 2006 23:51:40 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mraible@gmail.com designates 66.249.82.227 as permitted sender) Received: from [66.249.82.227] (HELO wx-out-0506.google.com) (66.249.82.227) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Sep 2006 23:51:40 -0700 Received: by wx-out-0506.google.com with SMTP id h26so1657591wxd for ; Sat, 02 Sep 2006 23:51:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CAoJrnnMXnRtUeiWh5K+uM2SverhA1Q9Slz5emiim7RjQP52oaLWYPj3K3yxKYpsu0TbG5K6UKGloeICMVKsjSwSYqLDTiTgidHSIWsIq+7/xbm8qPwLk4Lbd4uIG2ySerkH37eWELL/a2s/ihwwQJdNbxCxp4mjaiSEfcFL6Kk= Received: by 10.70.98.17 with SMTP id v17mr5605464wxb; Sat, 02 Sep 2006 23:51:19 -0700 (PDT) Received: by 10.70.60.9 with HTTP; Sat, 2 Sep 2006 23:51:19 -0700 (PDT) Message-ID: <7feebe1f0609022351p220445b1j7367b776baff5147@mail.gmail.com> Date: Sun, 3 Sep 2006 00:51:19 -0600 From: "Matt Raible" Reply-To: matt@raibledesigns.com To: "Struts Developers List" , "tm jee" Subject: Re: Ognl a new dependency? In-Reply-To: <20060903061442.64540.qmail@web25709.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7feebe1f0609022136h407af327pc9cb5e6a5a2e44a4@mail.gmail.com> <20060903061442.64540.qmail@web25709.mail.ukl.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/3/06, tm jee wrote: > Could it be that the ognl jar in your local maven repository is being corrupted? > > Does a clean compile work eg. I did things similar to this, as well as removing xwork2 from my (locally built) .m2/repository. Thanks for the tip, seems to be working now. Matt > > mvn clean compile ? > > ----- Original Message ---- > From: Matt Raible > To: Struts Developers List > Sent: Saturday, 2 September, 2006 10:36:53 PM > Subject: Ognl a new dependency? > > For some reason, my builds against 2.0.0 were fine - until I svn > updated this evening. Now I get: > > java.lang.NoClassDefFoundError: ognl/ClassResolver > at com.opensymphony.xwork2.ActionContext$ActionContextThreadLocal.initialValue(ActionContext.java:328) > at java.lang.ThreadLocal$ThreadLocalMap.getAfterMiss(ThreadLocal.java:374) > > After adding the following to my pom.xml: > > > ognl > ognl > 2.6.9 > > > I get: > > << ERROR! > java.lang.NoClassDefFoundError > at com.opensymphony.xwork2.ActionContext$ActionContextThreadLocal.initialValue(ActionContext.java:328) > at java.lang.ThreadLocal$ThreadLocalMap.getAfterMiss(ThreadLocal.java:374) > > Is something up with struts2 and xwork2 being out of synch? > > Thanks, > > Matt > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > For additional commands, e-mail: dev-help@struts.apache.org > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org