Hi all,
In 5.4 I would create a service reference to the ResourceResolverFactory and be able to use that to create a resource resolver to use in workflows and jobs, which aren't able to get a resolver from a request.
In 5.5, when I attempt to use ResourceResolverFactory reference, in felix when looking at my component I see the reference marked as: ["Unsatisfied","Service Name: org.apache.sling.api.resource.ResourceResolverFactory","Multiple: single","Optional: mandatory","Policy: static","No Services bound"]
And since it is unsatsified, my component doesn't register within my bundle. Can someone let me know if this needs to be done differently in 5.5?
Thanks!