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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -