On Fri, Aug 14, 2015 at 7:56 AM, nino martinez wael <[email protected]> wrote: > I changed it to longValue, no errors nothing in logs and no scheduled job....
I would check the OSGi framework instance that you are starting with pax exam, to verify that the Sling scheduler bundle is active there. For example by setting a breakpoint in a test that's run by pax exam and using the OSGi console or shell. You might also debug the scheduler's WhiteboardHandler [1] to check if it sees your Runnable service. -Bertrand [1] https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/scheduler/src/main/java/org/apache/sling/commons/scheduler/impl/WhiteboardHandler.java
