[jira] [Commented] (JCR-3763) Import XML fails with jackrabbit webapp deployed

2014-04-24 Thread Shankar Pednekar (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13979554#comment-13979554 ] Shankar Pednekar commented on JCR-3763: --- The issue is with following piece of code

[jira] [Comment Edited] (JCR-3763) Import XML fails with jackrabbit webapp deployed

2014-04-24 Thread Shankar Pednekar (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13979554#comment-13979554 ] Shankar Pednekar edited comment on JCR-3763 at 4/24/14 10:30 AM:

[jira] [Created] (JCR-3773) Lucene ConsistencyCheck reports nodes under /jcr:system/jcr:nodeTypes as deleted

2014-04-24 Thread Manfred Baedke (JIRA)
Manfred Baedke created JCR-3773: --- Summary: Lucene ConsistencyCheck reports nodes under /jcr:system/jcr:nodeTypes as deleted Key: JCR-3773 URL: https://issues.apache.org/jira/browse/JCR-3773 Project:

support for sorting queries by document order

2014-04-24 Thread Ben Peter
Hi, currently it is not possible to sort query results by document order if respectDocumentOrder is left at the default of false in the workspace configuration. The need to support such sorting per query was discussed years back when the default setting was changed to false in JCR-1237 (and

Re: [VOTE] Release Apache Jackrabbit Filevault 3.1.6

2014-04-24 Thread Jukka Zitting
Hi, On Tue, Apr 22, 2014 at 8:05 PM, Tobias Bocanegra tri...@apache.org wrote: Please vote on releasing this package as Apache Jackrabbit Filevault 3.1.6. [x] +1 Release this package as Apache Jackrabbit Filevault 3.1.6 BR, Jukka Zitting

[jira] [Updated] (JCR-3772) Local File cache is not reduced to zero size after specifying in confuguration

2014-04-24 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated JCR-3772: - Resolution: Fixed Assignee: Chetan Mehrotra Status: Resolved (was: Patch Available)

Adding ProviderType and ConsumerType annotation to interfaces in exported packages

2014-04-24 Thread Chetan Mehrotra
As part of OAK-1741 I was changing the Version of exported packages to 1.0.0. Looking at the interfaces which are part of exported packages I do not see usage of ConsumerType/ProviderType annotations [1] In brief and simple terms the interfaces which are expected to be implemented by users of Oak

Oak CI notifications not comming

2014-04-24 Thread Chetan Mehrotra
Hi, I was checking the CI status for Oak trunk and it seems build are not getting built at [1] and [2]. Do we have to enable it somehow? Chetan Mehrotra [1] https://travis-ci.org/apache/jackrabbit-oak/builds [2] http://ci.apache.org/builders/oak-trunk/

Re: Oak CI notifications not comming

2014-04-24 Thread Bertrand Delacretaz
Hi Chetan, On Thu, Apr 24, 2014 at 12:52 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: ...I was checking the CI status for Oak trunk and it seems build are not getting built at [1] and [2]... I don't know about travis but ci.apache.org is currently not working, AFAIK there was a

Unit tests on 1.0 branch failing

2014-04-24 Thread Alex Parvulescu
Hi, I'm running the unit tests on the 1.0 branch and I saw the Clock test failing twice: Failed tests: testClockDrift(org.apache.jackrabbit.oak.stats.ClockTest): Clock.Fast unexpected drift ater 100ms: -9ms (estimated limit was 5ms, measured granularity was 1.0ms) Failed tests:

Re: Adding ProviderType and ConsumerType annotation to interfaces in exported packages

2014-04-24 Thread Michael Dürig
+1, not sure whether we have enough resources to do this in time for 1.0 though. Maybe we could do it where obvious? Michael On 24.4.14 10:48 , Chetan Mehrotra wrote: As part of OAK-1741 I was changing the Version of exported packages to 1.0.0. Looking at the interfaces which are part of

Re: Unit tests on 1.0 branch failing

2014-04-24 Thread Alex Parvulescu
I'm seeing this test fail each time. Am I the only one experiencing this? On Thu, Apr 24, 2014 at 2:19 PM, Michael Dürig mdue...@apache.org wrote: On 24.4.14 2:01 , Alex Parvulescu wrote: Failed tests: testClockDrift(org.apache.jackrabbit.oak.stats. ClockTest): Clock.Fast unexpected

RE: Unit tests on 1.0 branch failing

2014-04-24 Thread Marcel Reutegger
I see it from time to time, but not always. maybe one out of ten times regards marcel -Original Message- From: Alex Parvulescu [mailto:alex.parvule...@gmail.com] Sent: Donnerstag, 24. April 2014 14:25 To: oak-dev@jackrabbit.apache.org Subject: Re: Unit tests on 1.0 branch

Re: Unit tests on 1.0 branch failing

2014-04-24 Thread Michael Dürig
On 24.4.14 2:19 , Michael Dürig wrote: On 24.4.14 2:01 , Alex Parvulescu wrote: Failed tests: testClockDrift(org.apache.jackrabbit.oak.stats.ClockTest): Clock.Fast unexpected drift ater 100ms: -9ms (estimated limit was 5ms, measured granularity was 1.0ms) Most likely caused by

Re: Adding ProviderType and ConsumerType annotation to interfaces in exported packages

2014-04-24 Thread Jukka Zitting
Hi, On Thu, Apr 24, 2014 at 4:48 AM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: Currently we are having following interfaces as part of exported packages [2]. Looking at the list I believe most are of ProviderType i.e. provided by Oak and not required by Oak API users. Not really.