-3

サーバーを実行しようとすると、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}]
4

1 に答える 1

3

エラー メッセージを注意深く読むと、構成のどの部分が失敗しているかが正確にわかります。

このプレースホルダーは定義されていないようです。

于 2013-05-14T20:29:29.870 に答える