{"id":4638,"date":"2014-03-30T14:14:20","date_gmt":"2014-03-30T14:14:20","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/spring-mvc-configuration-cannot-locate-beandefinitionparser-for-element-default-servlet-handler-collection-of-common-programming-errors\/"},"modified":"2014-03-30T14:14:20","modified_gmt":"2014-03-30T14:14:20","slug":"spring-mvc-configuration-cannot-locate-beandefinitionparser-for-element-default-servlet-handler-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/spring-mvc-configuration-cannot-locate-beandefinitionparser-for-element-default-servlet-handler-collection-of-common-programming-errors\/","title":{"rendered":"Spring MVC &#8211; Configuration : Cannot locate BeanDefinitionParser for element [default-servlet-handler]-Collection of common programming errors"},"content":{"rendered":"<p>I&#8217;d like to see your xml, but barring that, it sounds like you simply have a classpath issue. Make sure <code>spring-webmvc-VERSION.jar<\/code> is in your classpath at runtime. If you are using maven, it would look something like this in your pom:<\/p>\n<pre><code>...\n\n    org.springframework\n    spring-webmvc\n    ${your.spring.version}\n\n...\n<\/code><\/pre>\n<p>That jar contains the namespace utils, including the proper parser, for the element (amongst others.)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;d like to see your xml, but barring that, it sounds like you simply have a classpath issue. Make sure spring-webmvc-VERSION.jar is in your classpath at runtime. If you are using maven, it would look something like this in your pom: &#8230; org.springframework spring-webmvc ${your.spring.version} &#8230; That jar contains the namespace utils, including the proper [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4638","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4638","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=4638"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4638\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=4638"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=4638"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=4638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}