JSP loader could not find classes
Migrating to AEM 6.1. The module is build and deployed without errors and seen among OSGi packages in web console in active state; Its class is found by dependency finder with <scope>provided</scope>.
But when trying to load page with JSP it shows the error:
java.lang.Error: Unresolved compilation problems:
Only a type can be imported. com.myorg.MyClass resolves to a package
There are few classes from same package unresolved in this JSP. During previous tryout of 6.0 SP2 given JSP was loaded fine.
Is something in class loader has been changed since 6.0 SP2? And any idea how to resolve the issue?
By the search I seen similar questions but no actual solution. Most "auto-resolved" after few days.
The author instance have been restarted.

