Вопрос

In a Struts2 application, I'm seeing this error even though there are no issues in the functionality. But I'm seeing some delay in executing every action. This delay is valid for simple actions which return a JSP page with a search box in it. I'm using Struts 2.3.1.1 and xwork-core-2.3.1.1.

ERROR finder.ClassFinder: Unable to read class [WEB-INF.classes.com.***.***.ConfigManagement]
Could not load WEB-INF/classes/com/***/***/ConfigManagement.class - [unknown location]
at com.opensymphony.xwork2.util.finder.ClassFinder.readClassDef(ClassFinder.java:785)

Thanks in advance..

Это было полезно?

Решение

This got resolved with the latest Struts (2.3.12) update along with the relevant library files. I should have missed some of the libraries in the previous version of the Struts.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top