Hi To resolve SLING-1708 [1] I would like to implement a Velocity ResourceManager which does not only get a template from the JCR but searches in the whole resource tree instead. So I wondered which is the easiest way to get a resource without a request. I guess I should get a ResourceResolver an call getResource(String) on it, but how do I get the correct ResourceResolver without a request? Can someone give me a pointer?
[1] https://issues.apache.org/jira/browse/SLING-1708 best regards mike
