Hi @newbie34,
In a Sling Job Consumer service, you’re working in an OSGi background thread, not a script or servlet. Therefore:
There's no current HTTP request (SlingHttpServletRequest)
There's no SlingBindings, so no automatic resource injection
You must explicitly resolve a resource using the R...