• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring Application Context exception: Cannot find the declaration of element 'beans'

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I am fairly new to Spring and hence this question. When I deploy the existing spring applcation to a tomcat web server, I get the following exception:



The following is a snippet from the applicationContext.xml.



Can someone please point me in the right direction to resolve this issue?

Thanks in advance.

Kunal
 
Kunal Sathe
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Never mind. I resolved this issue. I have a spring.schemas file in the META-INF folder within the spring.jar
That file has an entry



I changed my application context file from


to

since the spring.schemas file has a mapping for spring-beans.xsd and not for spring-beans.xsd.

It seems to work fine now.

Kunal

reply
    Bookmark Topic Watch Topic
  • New Topic