|
After you upgrade, there is no bean class file in the project.
Under WEB-INF / classes of your project, see if there is a class file of the bean you want to reference. If your bean has a package name, such as package test.fff; then WEB-INF / classes / test / should exist In a directory like fff, there is that class file in this directory. |
|