Why would the basic integration ask for a plexus listener to be put in web.xml? And by the way do we really need plexus integration when my concern is nly to upgrade from struts 1-2? After I put the plexus listeners in the wb.xml :
<!-- this should be before the Struts filter --> <filter> <filter-name>plexus</filter-name> <filter-class>org.apache.struts2.plexus.PlexusFilter</filter-class> </filter> <!-- this should be before the Struts filter --> <filter-mapping> <filter-name>plexus</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <listener> <listener-class>org.apache.struts2.plexus.PlexusLifecycleListener</listener-class> </listener> , I am getting error for all the interceptor classes for not being found....any insights?? Could not load class org.apache.struts2.jsf.FacesSetupInterceptor. Perhaps it exists but certain dependencies are not available? - [unknown location] at org.apache.struts2.plexus.PlexusObjectFactory.buildInterceptor(PlexusObjectFactory.java:173) at com.opensymphony.xwork2.config.providers.InterceptorBuilder.constructInterceptorReference(InterceptorBuilder.java:59) at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.lookupInterceptorReference(XmlConfigurationProvider.java:1092) at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadInterceptorStack(XmlConfigurationProvider.java:798) .... -Sanj -- View this message in context: http://www.nabble.com/Struts-2-integration-with-classic-struts-1-tp21943166p21943166.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org