• 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

Exception in Struts2

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

I'm tyring to integrate Struts2 and Spring. When i try to run the example I'm getting following error


I've following jars in classpath
1. freemarker-2.3.8.jar
2. j2ee-1.4.jar
3. ognl-2.6.11.jar
4. spring-2.0-rc3.jar
5. struts2-spring-plugin-2.0.14.jar
6. xwork-2.0.7.jar
7. webwork-2.1.7.jar

struts.xml


applicationContext.xml


Has anybody have any idea about this error?

Thanks
Navin
 
Navin Pillu
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All

Seems that there are 2 struts2-spring-plugin...jar files in classpath. I'll check removing one of that

Thanks
Navin
 
reply
    Bookmark Topic Watch Topic
  • New Topic