which version of Spring Framework is required because that is where the call is from?
Paul Ate Douma wrote: > > brunp wrote: >> >> SEVERE: Servlet /portal threw load() exception >> java.lang.NoSuchMethodError: >> org.apache.jetspeed.velocity.JetspeedVelocityViewServlet.setVelocityEngine(Lorg/apache/velocity/app/VelocityEngine;)V >> at >> org.apache.jetspeed.velocity.JetspeedVelocityViewServlet.initVelocity(JetspeedVelocityViewServlet.java:187) >> >> Thoughts? It states it can't find the "setVelocityEngine" method, yet I >> have >> updated VelocityTools to 1.0.4 as well, so puzzled? > Jetspeed 2.1.3 requires velocity-1.5.jar and velocity-tools-1.3.jar, so > VelocityTools 1.0.4 definitely is a wrong version. > Also make sure not accidentally having multiple versions in your > WEB-INF/lib. > >> >> Assistance would be appreciated. >> >> Paul > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Exception-occurred-after-Jetspeed-2.1.3-upgrade-tp22855192p22869758.html Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
