weblogic.application.ModuleException - ClassNotFoundException for MultipartResolver

Viewed 27

Starting a project with WebLogic Server (12.1.3), i get the following error:

<Failure occurred in the execution of deployment request with ID "20363330500000" for task "0". Error is: "weblogic.application.ModuleException: java.lang.ClassNotFoundException: org.springframework.web.multipart.MultipartResolver" weblogic.application.ModuleException: java.lang.ClassNotFoundException: org.springframework.web.multipart.MultipartResolver

I have the correct folders on Properties -> Deployment Assembly. The ear is correctly added in "add and remove" property of the server.

0 Answers
Related