Only a type can be imported. xxxxxx resolves to a package - AEM/Adobe CQ5
We were receiving the following error in run time due to this the pages got broken. The same scenario was working fine earlier and broken without any code or config change to the server.We have tried multiple options as follows without any luck
- Re-deploying the code to affected server
- Restarting the server
- Removing run time class files - /var/classes/org/apache
- Recompile/Clear the JSP classes - http://www.albinsblog.com/2016/04/how-to-clearrecompile-jsp-classes-in-AEM-6.1.html
We could not able to identify the root cause but as a work around manually added a space to the component and saved through CRXDE and that helped to fix the issue.