Hello,I have developed a simple Bundle with one Servlet:@SlingServlet(        paths={"/bin/schafbergbahn/ticker"},        methods = "GET",        metatype=true        )public class SchafbergBahnServlet extends org.apache.sling.api.servlets.SlingAllMethodsServlet {    @Reference    private CSVFileRea...