If you run "appfuse:full-source" on your project, you should be able to upgrade the Struts version. Either that, or simply add the dependency to your pom.xml to override AppFuse's version.
Matt 2009/4/22 Magnús Skúlason <magg...@gmail.com> > Hi, > > Thanks for the response Matt, It is a struts 2 project, to update the > struts libraries is it enough to do > mvn -U > > Or do I need to change the struts version in the pom.xml, if so how is that > done, the only thing I see in my pom.xml is > > <properties> > <!-- Application settings --> > <copyright.year>2008</copyright.year> > <dao.framework>hibernate</dao.framework> > <web.framework>struts</web.framework> > <amp.genericCore>true</amp.genericCore> > <amp.fullSource>false</amp.fullSource> > > <https://trac.assembla.com/hendur/browser/storf/vefur/pom.xml#L736> > <!-- Framework dependency versions --> > <https://trac.assembla.com/hendur/browser/storf/vefur/pom.xml#L737> > <appfuse.version>2.0.2</appfuse.version> > <https://trac.assembla.com/hendur/browser/storf/vefur/pom.xml#L738> > <spring.version>2.5.4</spring.version> > <https://trac.assembla.com/hendur/browser/storf/vefur/pom.xml#L739> > > <https://trac.assembla.com/hendur/browser/storf/vefur/pom.xml#L740> > <!-- Testing dependency versions --> > <https://trac.assembla.com/hendur/browser/storf/vefur/pom.xml#L741> > <jmock.version>2.4.0</jmock.version> > <jsp.version>2.0</jsp.version> > <https://trac.assembla.com/hendur/browser/storf/vefur/pom.xml#L743> > <junit.version>4.4</junit.version> > <https://trac.assembla.com/hendur/browser/storf/vefur/pom.xml#L744> > <servlet.version>2.4</servlet.version> > <https://trac.assembla.com/hendur/browser/storf/vefur/pom.xml#L745> > <wiser.version>1.2</wiser.version> > <https://trac.assembla.com/hendur/browser/storf/vefur/pom.xml#L746> > > <https://trac.assembla.com/hendur/browser/storf/vefur/pom.xml#L747> > <!-- WebTest dependency versions --> > <https://trac.assembla.com/hendur/browser/storf/vefur/pom.xml#L748> > <webtest.version>R_1702</webtest.version> > best regards, > Magnus > > > On Tue, Apr 21, 2009 at 4:53 PM, Matt Raible <m...@raibledesigns.com>wrote: > >> Are you using Struts 2 with AppFuse? If so, you might try upgrading or >> asking this question on the Struts user mailing list. >> >> 2009/4/17 Magnús Skúlason <magg...@gmail.com> >> >> Hi, >>> Welcome to all on the list, I am a relatively new Appfuse user and love >>> it. >>> >>> I am though experience a small problem, from time to time my application >>> stops working showing the following error in catalina.out >>> >>> [appname] ERROR [TP-Processor12] ClosingUIBean.start(60) | Could not open >>> template >>> java.lang.NullPointerException >>> java.lang.NullPointerException >>> [storfvefur] ERROR [TP-Processor12] UIBean.end(486) | error when >>> rendering >>> java.lang.NullPointerException >>> java.lang.NullPointerException >>> >>> After a restart of tomcat everything vorks. >>> >>> A little googling suggest that this has to do with Struts / Spring, has >>> anyone encountered this using Appfuse ? and if so know of any solution ? >>> >>> best regards, >>> Magnus >>> >>> >> >