• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

IllegalStateException: No value for key [...orm.jpa.LocalEntityManagerFactoryBean]

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Spring 2.5.
When I run Main.java I am getting below exception. I am not getting what I am missing here.
For your reference I am attaching all the code here. Could you please clarify:


exception:



Course.java



CourseDao.java



Main.java



JpaCourseDao.java



persistence.xml



beans-jpa.xml



hibernate.cfg.xml
 
Akram Chotu
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Appreciate if any Ranchers contribute to this post.
reply
    Bookmark Topic Watch Topic
  • New Topic