So I have a aem project that I'm trying to run on a different machine. I
just zipped my repository, unzipped it on the destination machine and
did a maven build and deploy. I can see all my pages come up along with
my components However I faced an issue. One of my custom components uses
a servlet for populating a configuration dialog dropdown. It is linked
with the cq:dialog using sling.servlet.resourceTypes. But the component
is unable to populate the dropdown, probably because it is unable to
...