Hi,
We give users permission to some custom nodes that we create for them. We want the user to be able to add items to the nodes across publishers and want to use request resource resolver instead of admin resolver.
Publisher logs
24.10.2014 11:13:45.476 *INFO* [JobHandler: /etc/workflow/instances/2014-10-24/model_105949575642397:/xxx/rep:policy] com.day.cq.replication.impl.ReplicationContentFactoryProviderImpl Created new repository content at /var/replication/data/9c119998-03b0-4bb8-a42c-65e2f1cb9b71/78/78c0d3b9-c8cc-4121-bec7-03ba4c1b5fa1 (size=767, lastmod=2014-10-24T11:13:45.436+13:00)
24.10.2014 11:13:45.520 *INFO* [JobHandler: /etc/workflow/instances/2014-10-24/model_105949575642397:/xxx/rep:policy] com.day.cq.replication.Agent.outbox.queue Replication request queued for outbox at /xxx/rep:policy.
24.10.2014 11:13:45.520 *INFO* [JobHandler: /etc/workflow/instances/2014-10-24/model_105949575642397:/xxx/rep:policy] com.day.cq.replication.impl.ReplicatorImpl Processed replication: setup 0ms, checked 2ms, pre 0ms, build 68ms, queued 18ms, status 0ms, total 88ms
24.10.2014 11:14:03.194 *INFO* [127.0.0.1 [1414102443192] POST /bin/receive HTTP/1.1] com.day.cq.replication.impl.content.durbo.DurboImportTransformer skipping node rep:policy
Author Logs
24.10.2014 11:24:35.560 *INFO* [Reverse Replication Processor] com.day.cq.replication.Agent.reverse-4505 Fetched 7 contents from http://localhost:4505/bin/receive?sling:authRequestLogin=1 since 2014-10-24T11:13:45.602+13:00
24.10.2014 11:24:35.560 *INFO* [Reverse Replication Processor] com.day.cq.replication.impl.content.durbo.DurboImportTransformer skipping node /xxx/rep:policy
24.10.2014 11:24:35.560 *INFO* [Reverse Replication Processor] com.day.cq.replication.Agent.reverse-4505 Not updating last poll time due to errors.
24.10.2014 11:24:35.564 *ERROR* [Reverse Replication Processor] com.day.cq.replication.Agent.reverse-4505 Errors during importing reverse replicated content of /xxx/rep:policy
Any ideas how this can be resolved? are we doing it wrong?
Thanks for any pointers in advance.