Sagar Sane

Results 13 issues of Sagar Sane

Grabbit uses `admin` session for the JCR JobRepository implementation. In AEM 6.3, by default you cannot connect to JCR using `admin` session. It will throw this exception ``` Caused by:...

enhancement

See #192 for details. Might also be an issue with AEM 6.3 cc @jbornemann

bug
in progress
ready

Related to #182 (see comment : https://github.com/TWCable/grabbit/pull/182#discussion_r115036679) Need to make sure that when creating a new "ID" for the job instance, the JCR is also transactionally updated.

bug

Per conversations in #175, there is a request to back-port the Repository Clean feature. The feature being : API that provides a way to delete JcrJobRepository that is older than...

help wanted

There should be some way of ordering paths in a grabbit config. This could be manual/user driven (something like `order:1`, `order:2` for each path in the config) or automated /...

enhancement
ready

Technically, the package : https://github.com/TWCable/grabbit/tree/master/src/main/groovy/com/twcable/grabbit/spring/batch/repository Is just an implementation of Spring Batch's JobRepository API for JCR. We should move this out of Grabbit into its own repo and just add...

enhancement

[jackrabbit-sessionImpl.log](https://github.com/TWCable/grabbit/blob/master/grabbit/src/main/content/SLING-INF/content/apps/grabbit/config/org.apache.sling.commons.log.LogManager.factory.config-org.apache.jackrabbit.core.SessionImpl.xml) was created to mitigate confusing WARNING messages when writing content for Grabbit Client. As the comments in the XML now suggest, the issue was supposedly fixed in AEM 6+....

question

Whenever we run a Grabbit job and if server fails to send the path requested (various reasons; like `The requested path was not found`, `Could not access the requested path`,...

enhancement

An example of where this is happening : ![gitsyncissue](https://f.cloud.github.com/assets/667114/2506384/6dd2149e-b3a6-11e3-9549-aa1cccf9e9e2.jpg)

bug

Implementing APIs like `findResources()` and `queryResources()` will enable testing JCR / Sling operations that involve querying for resources.