Hi, On Fri, Aug 16, 2013 at 5:31 AM, Dishara Wijewardana <[email protected]> wrote: > ...java.lang.NullPointerException > at > org.apache.sling.servlets.resolver.internal.SlingServletResolver.resolveServlet(SlingServletResolver.java:581)...
There's no code in trunk at that line, you'll need to debug the version of the code that you are using to find out what's happening. In general, as your ResourceProvider interacts heavily with the Sling core code, you will need to get used to debugging some of the Sling code. It's quite possible that we still have some bugs in there as we haven't been using lots of different ResourceProviders so far, or it might be your provider that's still missing some features - only debugging will tell you what's happening. -Bertrand
