【问题标题】:org.springframework.beans.factory.BeanCreationException:Invalid bean definitionorg.springframework.beans.factory.BeanCreationException:无效的bean定义
【发布时间】:2013-05-14 20:23:18
【问题描述】:

当我尝试运行服务器时,我得到了 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}]

【问题讨论】:

    标签: java spring exception


    【解决方案1】:

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

    这个占位符好像没有定义。

    【讨论】:

      猜你喜欢
      • 2016-06-21
      • 2019-05-12
      • 2019-04-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-04-25
      相关资源
      最近更新 更多