java - org.springframework.beans.factory.BeanCreationException:Invalid bean definition -
i beandefinitionstoreexception when try run server.
org.springframework.beans.factory.beandefinitionstoreexception: invalid bean definition name 'defaultproductspecificationhandler' defined in servletcontext resource [/web-inf/spring-ws-servlet.xml]: not resolve placeholder 'xsdgenerator.defaultproductspecificationhandler.supportedtypes.7' in string value [${xsdgenerator.defaultproductspecificationhandler.supportedtypes.7}]
well, if read error message carefully, you'll see part of config failing: "could not resolve placeholder 'xsdgenerator.defaultproductspecificationhandler.supportedtypes.7'"...
it looks placeholder not defined.
Comments
Post a Comment