svn:eol-style reminder (Was: svn commit: r1464328 [1/2] - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/ oak-core/src/main/java/org/apache/jackrabbit/oak/api/ oak-core/src

2013-04-04 Thread Jukka Zitting
Hi, On Thu, Apr 4, 2013 at 10:38 AM, ju...@apache.org wrote: add missing svn:eol-style settings A reminder to myself and others: Please check that your ~/.subversion/config file contains the automatic eol-style settings from http://www.apache.org/dev/svn-eol-style.txt. BR, Jukka Zitting

Re: svn:eol-style reminder (Was: svn commit: r1464328 [1/2] - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/ oak-core/src/main/java/org/apache/jackrabbit/oak/api/ oak-core

2013-04-04 Thread Jukka Zitting
Hi, On Thu, Apr 4, 2013 at 12:49 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: Would this work with git-svn also or I would have to tweak somewhere else also? AFAICT it works also with git-svn, as git-svn uses normal svn under the hood. BR, Jukka Zitting

[Errored] apache/jackrabbit-oak#1112 (trunk - 2e35050)

2013-04-04 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #1112 Status: Errored Duration: 5 minutes and 34 seconds Commit: 2e35050 (trunk) Author: Marcel Reutegger Message: OAK-619 Lock-free MongoMK implementation - more MongoMK.diff() fixes - Copied over and adapted

RE: [Errored] apache/jackrabbit-oak#1112 (trunk - 2e35050)

2013-04-04 Thread Marcel Reutegger
seems to be unrelated to my commit: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0:attach-descriptor (attach-descriptor) on project oak-parent: Execution attach-descriptor of goal org.apache.maven.plugins:maven-site-plugin:3.0:attach-descriptor failed: Plugin

References, referenceables and referential integrity

2013-04-04 Thread Michael Dürig
Hi, I was looking into how to enforce referential integrity for referenceable nodes (https://issues.apache.org/jira/browse/OAK-685, https://issues.apache.org/jira/browse/OAK-101). Currently references are implemented through an (unique) query index on the uuid property. Resolving references

[Still Failing] apache/jackrabbit-oak#1116 (trunk - 9f0804f)

2013-04-04 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #1116 Status: Still Failing Duration: 31 minutes and 56 seconds Commit: 9f0804f (trunk) Author: Marcel Reutegger Message: OAK-749: Date PropertyState may cause ClassCastException - test case git-svn-id:

[Still Failing] apache/jackrabbit-oak#1117 (trunk - eb83f8b)

2013-04-04 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #1117 Status: Still Failing Duration: 31 minutes and 33 seconds Commit: eb83f8b (trunk) Author: Jukka Zitting Message: OAK-709: Consider moving permission evaluation to the node state level Make

[Errored] apache/jackrabbit-oak#1119 (trunk - 503451c)

2013-04-04 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #1119 Status: Errored Duration: 36 minutes and 9 seconds Commit: 503451c (trunk) Author: Alexandru Parvulescu Message: OAK-748 ContentMirrorStoreStrategy fails to enforce uniqueness and is slow git-svn-id:

[Still Failing] apache/jackrabbit-oak#1121 (trunk - 65a86a9)

2013-04-04 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #1121 Status: Still Failing Duration: 18 minutes and 32 seconds Commit: 65a86a9 (trunk) Author: Marcel Reutegger Message: OAK-749: Date PropertyState may cause ClassCastException git-svn-id:

Re: [Errored] apache/jackrabbit-oak#1119 (trunk - 503451c)

2013-04-04 Thread Alex Parvulescu
this is really bugging me. is anybody else seeing the same problems? I don't have any errors on my build: svn co https://svn.apache.org/repos/asf/jackrabbit/oak/trunk oak-testbuild cd oak-testbuild mvn clean install -PintegrationTesting . [INFO] BUILD SUCCESS [INFO]

Re: [Errored] apache/jackrabbit-oak#1119 (trunk - 503451c)

2013-04-04 Thread Jukka Zitting
Hi, On Thu, Apr 4, 2013 at 6:14 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: this is really bugging me. is anybody else seeing the same problems? I don't have any errors on my build: You probably don't have MongoDB running locally; the errors come from the MongoMK/SegmentMK TCK runs.

[Errored] apache/jackrabbit-oak#1120 (trunk - 8647090)

2013-04-04 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #1120 Status: Errored Duration: 35 minutes and 50 seconds Commit: 8647090 (trunk) Author: Thomas Mueller Message: OAK-746 Builder for the MongoMK git-svn-id:

Re: [Errored] apache/jackrabbit-oak#1119 (trunk - 503451c)

2013-04-04 Thread Alex Parvulescu
ouch, you are right. I'm going to try out a mongo build then. thanks, alex On Thu, Apr 4, 2013 at 5:22 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, On Thu, Apr 4, 2013 at 6:14 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: this is really bugging me. is anybody else seeing

[Errored] apache/jackrabbit-oak#1122 (trunk - c2d8922)

2013-04-04 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #1122 Status: Errored Duration: 43 minutes and 29 seconds Commit: c2d8922 (trunk) Author: Thomas Mueller Message: OAK-741 Better toString() methods git-svn-id:

Re: [Errored] apache/jackrabbit-oak#1119 (trunk - 503451c)

2013-04-04 Thread Alex Parvulescu
right, it would appear that OAK-748 introduced this problem, but it's not that easy to take it all out. it seems the errors come from trying to reindex the initial content and throwing an error because the index content is already there (unique uuid ftw). It's either the fact that we have

Re: [Errored] apache/jackrabbit-oak#1119 (trunk - 503451c)

2013-04-04 Thread Jukka Zitting
Hi, On Thu, Apr 4, 2013 at 8:08 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: right, it would appear that OAK-748 introduced this problem, but it's not that easy to take it all out. Yep, that looks like the case. It's also possible that my changes to OAK-709 are contributing to the

[Errored] apache/jackrabbit-oak#1124 (trunk - 474a52c)

2013-04-04 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #1124 Status: Errored Duration: 39 minutes and 9 seconds Commit: 474a52c (trunk) Author: Jukka Zitting Message: OAK-709: Consider moving permission evaluation to the node state level Fix SegmentMK use of the now

[Fixed] apache/jackrabbit-oak#1127 (trunk - e6a93a6)

2013-04-04 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #1127 Status: Fixed Duration: 27 minutes and 22 seconds Commit: e6a93a6 (trunk) Author: Jukka Zitting Message: OAK-748: ContentMirrorStoreStrategy #insert fails to enforce uniqueness and is slow The uniqueness

Re: [Errored] apache/jackrabbit-oak#1119 (trunk - 503451c)

2013-04-04 Thread Jukka Zitting
Hi, On Thu, Apr 4, 2013 at 8:31 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: On Thu, Apr 4, 2013 at 8:08 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: right, it would appear that OAK-748 introduced this problem, but it's not that easy to take it all out. Yep, that looks like the