• 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

struts-2-spring-2-jpa-ajax.html

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am trying to run the example of http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html
But I am getting the below error .springframework.beans.factory.BeanCreationException: Error creating bean with name 'personService'

I have reffered few of the website and got inputs like
1) spring1.x must not be used
2) META-INF/persistence.xml is in the classpath
but nothing helps me to progress further.

I am trying to use 1)Struts2.0 2)Spring 2.0.8 3)Hibernate3 4) Tomcat6
Thanks in advance.
Sarada.
 
sarada srinivas
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The problem was resolved please add the below jar

jboss-archive-browsing.jar

slf4j-jdk14-1.5.8.jar

Regards,
Sarada.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic