Hi,

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"...

> ...Now I implemented a sling render Servlet for "resourceTypes =
> "application/xyz". But the request is always delegated to the
> DefaultGetServlet....

Did you try creating a JCR node with that resource type, to verify
that your servlet is called?

I suspect it's not, because apart from that your setup looks correct.

You might want also to check /system/console/requests to see exactly
what's happening.

We have a simple example ResourceProvider at [1], you might want to
try with that one and see what's different.

-Bertrand

[1] 
https://svn.apache.org/repos/asf/sling/trunk/launchpad/test-services/src/main/java/org/apache/sling/launchpad/testservices/resourceprovider/

Reply via email to