WebDav Polling Not Working

2016-05-02 Thread Andreas Schaefer Sr.
Hi I am trying to listen for node creation events and use WebDav connection: session.getWorkspace().getObservationManager().addEventListener() Unfortunately I cannot make this work neither in AEM 6.1 nor in Sling 8. What I see is that I get a DavException: (200) OK which is cause by XML

Re: Splitting up sling-testing-tools

2016-05-02 Thread Radu Cotescu
Hi Andrei, If you want to submit a patch for the Sling website you could work with [0]. Cheers, Radu [0] - https://svn.apache.org/repos/asf/sling/site/trunk/content/ On Mon, 2 May 2016 at 12:11 Andrei Dulvac wrote: > Hey, > > I created SLING-5706 with a patch that

[jira] [Commented] (SLING-5706) testing junit rules - add documentation with examples

2016-05-02 Thread Andrei Dulvac (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15266927#comment-15266927 ] Andrei Dulvac commented on SLING-5706: -- [~bdelacretaz], Could you help me with this? > testing

[jira] [Commented] (SLING-5707) [hapi] Add fromResource to HapiUtil and deprecate fromNode

2016-05-02 Thread Andrei Dulvac (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15266926#comment-15266926 ] Andrei Dulvac commented on SLING-5707: -- [~bdelacretaz], I'd highly appreciate your review on this if

[jira] [Updated] (SLING-5707) [hapi] Add fromResource to HapiUtil and deprecate fromNode

2016-05-02 Thread Andrei Dulvac (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Dulvac updated SLING-5707: - Attachment: SLING-5707.patch > [hapi] Add fromResource to HapiUtil and deprecate fromNode >

[jira] [Commented] (SLING-5707) [hapi] Add fromResource to HapiUtil and deprecate fromNode

2016-05-02 Thread Andrei Dulvac (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15266924#comment-15266924 ] Andrei Dulvac commented on SLING-5707: -- SLING-5707.patch can also be applied from the sling project

[jira] [Commented] (SLING-5707) [hapi] Add fromResource to HapiUtil and deprecate fromNode

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15266917#comment-15266917 ] ASF GitHub Bot commented on SLING-5707: --- GitHub user dulvac opened a pull request:

[GitHub] sling pull request: Addeed fromResource to HapiUtil and deprecated...

2016-05-02 Thread dulvac
GitHub user dulvac opened a pull request: https://github.com/apache/sling/pull/137 Addeed fromResource to HapiUtil and deprecated fromNode SLING-5707 You can merge this pull request into a Git repository by running: $ git pull https://github.com/dulvac/sling SLING-5707

[jira] [Created] (SLING-5707) [hapi] Add fromResource to HapiUtil and deprecate fromNode

2016-05-02 Thread Andrei Dulvac (JIRA)
Andrei Dulvac created SLING-5707: Summary: [hapi] Add fromResource to HapiUtil and deprecate fromNode Key: SLING-5707 URL: https://issues.apache.org/jira/browse/SLING-5707 Project: Sling

[jira] [Commented] (SLING-5701) ChunkCleanUpTask runs into an endless loop with empty chunks

2016-05-02 Thread Shashank Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15266383#comment-15266383 ] Shashank Gupta commented on SLING-5701: --- [~egli] please find test class at

[jira] [Commented] (SLING-5701) ChunkCleanUpTask runs into an endless loop with empty chunks

2016-05-02 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15266358#comment-15266358 ] Stefan Egli commented on SLING-5701: [~shgupta], as this fix is concerning part of SLING-2707, would

Re: Splitting up sling-testing-tools

2016-05-02 Thread Andrei Dulvac
Hey, I created SLING-5706 with a patch that has a concise README.md with examples, which I hope are clear enough to kickstart using the tools. Could you guys have a look and if it is ok, apply it? I don't know how else to provide this patch - I think the stuff that goes to cms.apache.org is only

[jira] [Updated] (SLING-5706) testing junit rules - add documentation with examples

2016-05-02 Thread Andrei Dulvac (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Dulvac updated SLING-5706: - Attachment: SLING-5706.patch Attached patch with README.md for junit/rules. To be applied from

[jira] [Created] (SLING-5706) testing junit rules - add documentation with examples

2016-05-02 Thread Andrei Dulvac (JIRA)
Andrei Dulvac created SLING-5706: Summary: testing junit rules - add documentation with examples Key: SLING-5706 URL: https://issues.apache.org/jira/browse/SLING-5706 Project: Sling Issue

[jira] [Resolved] (SLING-5705) ChunkCleanUpTask to not run concurrently by default (configurable)

2016-05-02 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Egli resolved SLING-5705. Resolution: Fixed added {{scheduler.concurrent==false}} in

[jira] [Created] (SLING-5705) ChunkCleanUpTask to not run concurrently by default (configurable)

2016-05-02 Thread Stefan Egli (JIRA)
Stefan Egli created SLING-5705: -- Summary: ChunkCleanUpTask to not run concurrently by default (configurable) Key: SLING-5705 URL: https://issues.apache.org/jira/browse/SLING-5705 Project: Sling