• 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

org.springframework.beans.factory.NoSuchBeanDefinitionException:

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi any body resolve this error. In a spring3- hibernate3 proj exec i got this error.

Error creating bean with name 'groupController' defined in ServletContext resource [/WEB-INF/test-servlet.xml]: Cannot resolve reference to bean 'groupDAO' while setting bean property 'Groupdao'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'groupDAO' is defined


thank you
 
Ranch Hand
Posts: 672
4
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Exception clearly tells you that, groupDAO bean is not defined. Do you a bean with this id.? please post your test-servlet.xml..
 
reply
    Bookmark Topic Watch Topic
  • New Topic