Estou com um erro ao integrar o spring com o struts, so em colocar o .jar para integrar o spring com o struts ja é o suficiente para dar o erro, com ou sem a constant name do struts.xml.
CODIGO STRUTS.XML
ERRO:
14:52:07,807 INFO XmlConfigurationProvider:140 - Parsing configuration file [struts-plugin.xml]
StandardContext[/strutsBlank]Exception starting filter struts2
Unable to load bean: type:com.opensymphony.xwork2.ObjectFactory class:org.apache.struts2.spring.StrutsSpringObjectFactory - bean - jar:file:/C:/projetos/struts2-blank-2.0.9/WebContent/WEB-INF/lib/struts2-spring-plugin-2.0.9.jar!/struts-plugin.xml:8:132
at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.register(XmlConfigurationProvider.java:208)
at org.apache.struts2.config.StrutsXmlConfigurationProvider.register(StrutsXmlConfigurationProvider.java:101)
at com.opensymphony.xwork2.config.impl.DefaultConfiguration.reload(DefaultConfiguration.java:131)
at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:52)

