Re: struts2.3.1.2 exception

2012-01-24 Thread Rene Gielen
Hi Emi, see inline On 24.01.12 21:29, Emi Lu wrote: > Thank you everyone! > > The problem is fixed. > > ognl3.0.4 is a must and can be the only ognl jar! > > > The following are some background info: > == > . struts2.3.1.1 allows ognl3.0.2.jar + ognl3.0

Re: struts2.3.1.2 exception

2012-01-24 Thread Emi Lu
Thank you everyone! The problem is fixed. ognl3.0.4 is a must and can be the only ognl jar! The following are some background info: == . struts2.3.1.1 allows ognl3.0.2.jar + ognl3.0.2-source.jar + ognl3.0.1 at the same time . struts2.3.1.2 can only hav

Re: struts2.3.1.2 exception

2012-01-24 Thread Dave Newton
Just don't tell them; you end up with a war/ear anyway. Doing transitive dependency management manually is a disaster waiting to happen. Dave On Tue, Jan 24, 2012 at 3:42 PM, Emi Lu wrote: > On 01/24/2012 03:32 PM, Dave Newton wrote: > >> Aren't you using Maven? >> > > Maven provides a good "d

Re: struts2.3.1.2 exception

2012-01-24 Thread Dave Newton
How did you upgrade? Looks like the wrong version of OGNL. On Tue, Jan 24, 2012 at 11:16 AM, Emi Lu wrote: > Good morning, > > Upgraded to struts2.3.1.2, but got the following exception. > > Could someone tell me which jar I missed please? > > thanks a lot! > Emi > > > java.lang.NoSuchMethodErro

struts2.3.1.2 exception

2012-01-24 Thread Emi Lu
Good morning, Upgraded to struts2.3.1.2, but got the following exception. Could someone tell me which jar I missed please? thanks a lot! Emi java.lang.NoSuchMethodError: ognl.SimpleNode.isEvalChain(Lognl/OgnlContext;)Z at com.opensymphony.xwork2.ognl.OgnlUtil.isEvalExpression(OgnlUtil.java