As edubey mentioned, check the bundle in felix console and click on the
bundle and see the exported packages value.If it is empty, click on the
refresh packages button on top right.If its still empty, then check the
pom.xml of the project and add the package to exported packages tagor
move the specific class that you are calling in your jsp to a package
which is exported, There are several ways you can fix it.