Hi,

I'm using 2.0.14

when i copied the jars from the new distribution download i copied some plug-ins that caused these errors. the plugins are removed and everything is fine now.

Greetings,
Alexander

Dave Newton schrieb:
If the Spring plugin is on the classpath S2 will attempt to use it.

(It's also best to explicitly state which version of S2 you're using.)

Dave

Alexander Baetz wrote:
i currently updated the struts version of my projekt to the new GA. Unfortunately i got the following error upon startup.

17:34:05,355 INFO [BasicTilesContainer] Initializing Tiles2 container. . . 17:34:05,836 WARN [BasicTilesContainer] Unable to find configured definition '/WEB-INF/tiles.xml' 17:34:05,836 INFO [BasicTilesContainer] Tiles2 container initialization complete. 17:34:05,866 INFO [TilesAccess] Publishing TilesContext for context: org.apache.catalina.core.ApplicationContextFacade 17:34:07,418 INFO [XmlConfigurationProvider] Parsing configuration file [struts-default.xml] 17:34:08,760 INFO [XmlConfigurationProvider] Parsing configuration file [struts-plugin.xml] 17:34:09,632 INFO [XmlConfigurationProvider] Parsing configuration file [struts.xml] 17:34:09,712 WARN [Settings] Settings: Could not parse struts.locale setting, substituting default VM locale 17:34:10,593 INFO [StrutsSpringObjectFactory] Initializing Struts-Spring integration... 17:34:10,663 FATAL [StrutsSpringObjectFactory] ********** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION **********
Looks like the Spring listener was not configured for your web app!
Nothing will work until WebApplicationContextUtils returns a valid ApplicationContext.
You might need to add the following to web.xml:
   <listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
   </listener>
17:34:11,634 ERROR [[/ESOS]] Exception starting filter org.apache.struts2.dispatcher.FilterDispatcher
java.lang.NullPointerException
at com.opensymphony.xwork2.spring.SpringObjectFactory.getClassInstance(SpringObjectFactory.java:189) at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.verifyResultType(XmlConfigurationProvider.java:479)
...

But my Project doesnt use Spring at all. Where can i look for settings that require Spring with the new version (or require Spring at all)?

Greetings,
Alexander

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to