org.springframework.beans.factory.BeanCreationException:无效的bean定义

时间:2013-05-14 20:23:18

标签: java spring exception

当我尝试运行服务器时,我得到了BeanDefinitionStoreException。

    org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition   with name 'DefaultProductSpecificationHandler' defined in ServletContext resource [/WEB-INF/spring-ws-servlet.xml]: Could not resolve placeholder 'xsdGenerator.DefaultProductSpecificationHandler.supportedTypes.7' in string value [${xsdGenerator.DefaultProductSpecificationHandler.supportedTypes.7}]

1 个答案:

答案 0 :(得分:3)

好吧,如果您仔细阅读错误消息,您将看到配置的确切部分失败:“无法解析占位符'xsdGenerator.DefaultProductSpecificationHandler.supportedTypes.7'”...

看起来这个占位符没有定义。