2.0.14 - 2.1.6 filter config issue

2009-02-09 Thread ryangr
I'm trying to migrate from 2.0.14 to 2.1.6 and am getting the following error in my console preventing my app from starting: Feb 9, 2009 2:23:02 PM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter struts2 java.lang.NullPointerException at

Re: 2.0.14 - 2.1.6 filter config issue

2009-02-09 Thread Musachy Barroso
It is a known problem in xwork: https://issues.apache.org/struts/browse/WW-2956 setting devMode to false would prevent it. musachy On Mon, Feb 9, 2009 at 3:41 PM, ryangr grigg...@gmail.com wrote: I'm trying to migrate from 2.0.14 to 2.1.6 and am getting the following error in my console

Re: 2.0.14 - 2.1.6 filter config issue

2009-02-09 Thread ryangr
I set devMode to false and the same issue still occurs, even after clearing the Tomcat work directory and caches. Can anything else be done about it or am I just going to have to downgrade back to 2.0.14 until the Xwork issue is fixed? Thanks, Ryan Musachy Barroso wrote: It is a known

Re: 2.0.14 - 2.1.6 filter config issue

2009-02-09 Thread Musachy Barroso
The issue was fixed in xwork trunk, you can build it yourself, or use a snapshot. musachy On Mon, Feb 9, 2009 at 3:53 PM, ryangr grigg...@gmail.com wrote: I set devMode to false and the same issue still occurs, even after clearing the Tomcat work directory and caches. Can anything else be