• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic