0

When deploying spring MVC application I am having java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

Details: - eclipse Indigo Service Release 2 (Eclipse IDE for Java EE Developers) - "m2e - Maven Integration for Eclipse" - "m2e-wtp - Maven Integration for WTP" I confirm that my web project has "maven dependencies" added in deployment assembly. I tried to do some cleanup like "update project configuration", "maven clean install" ... but issue is still there, any help is welcome.

user973296
  • 113
  • 1
  • 8

1 Answers1

0

I think there was a bug at some point in the m2e-wtp plugin. I did an update to the latest version (Help->Check for updates) and this problem went away for me.

Lucas
  • 14,227
  • 9
  • 74
  • 124