On Tue, Oct 29, 2013 at 1:12 PM, Bernd Winterstein <[email protected]> wrote: > ...A ResourceProvider with root "/demoprovider" delivers an instance with > properties "sling:resourceType":"application/xyz and > "jcr:primaryType":"nt:unstructured"....
Does your custom Resource's getResourceType() method return application/xyz ? If not, I suspect the property with that name is not taken into account for servlet selection. -Bertrand
