jackrabbit-oak build #4073: Errored

2014-04-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4073 Status: Errored Duration: 3002 seconds Commit: a653c0f168842a5d9b1de8072fdcc5f6d216ad12 (trunk) Author: Chetan Mehrotra Message: OAK-1716 - Enable passing of a execution context to runTest in multi

Re: Oak Training: MikroKernels/NodeStores

2014-04-10 Thread Ben Zahler
Thanks, Thomas, the term MongoDataStore was a mistake on my side (meant to write MongoDocumentStore). I will discuss the other points with Michael, who is responsible for the training on the Adobe side. Regards, Ben Zahler Inside Solutions AG | Felsenstrasse 11 | 4450 Sissach | Schweiz

Re: jackrabbit-oak build #4073: Errored

2014-04-10 Thread Chetan Mehrotra
I'm sorry but your test run exceeded 50.0 minutes. Build failure is due to TimeOut Chetan Mehrotra On Thu, Apr 10, 2014 at 11:49 AM, Travis CI ju...@apache.org wrote: Build Update for apache/jackrabbit-oak - Build: #4073 Status: Errored Duration:

jackrabbit-oak build #4074: Errored

2014-04-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4074 Status: Errored Duration: 3002 seconds Commit: 7779482d572c2b89bbbc6c858f96f695df27796a (trunk) Author: Chetan Mehrotra Message: OAK-1702 - Create a benchmark for Full text search Adding support for

Upgrade to Oak and Mandatory CommitHooks

2014-04-10 Thread Angela Schreiber
Hi Jukka We had an issue during upgrade testing from jackrabbit to oak that seemed to be caused by a missing commit hook (PermissionHook) as the access control content was present after the upgrade but the entries in the permission store were missing altogether. When thinking about it I

Re: Session concurrency warning

2014-04-10 Thread Michael Dürig
On 10.4.14 2:24 , Alexander Klimetschek wrote: On 09.04.2014, at 07:15, Michael Dürig mdue...@apache.org wrote: On 9.4.14 4:12 , Rob Ryan wrote: It would be appropriate to change the warning to warn about concurrent reads as well. That would help highlight performance risks. There is such

jackrabbit-oak build #4077: Broken

2014-04-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4077 Status: Broken Duration: 538 seconds Commit: bc40d122e8d9a1379c2262874cf0a3283943bd60 (trunk) Author: Thomas Mueller Message: OAK-1689 XPath and union queries with or can return the same node multiple

Re: jackrabbit-oak build #4077: Broken

2014-04-10 Thread Thomas Mueller
Hi, The test failure is not related to my changes: Failed tests: concurrentUpdates(org.apache.jackrabbit.oak.plugins.document.ConcurrentCon flictTest): expected:1000 but was:1020 Regards, Thomas On 10/04/14 11:45, Travis CI ju...@apache.org wrote: Build Update for apache/jackrabbit-oak

jackrabbit-oak build #4076: Errored

2014-04-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4076 Status: Errored Duration: 3003 seconds Commit: c8884e16c596bb496bb13045999877f36e4b3e38 (trunk) Author: Alexandru Parvulescu Message: OAK-1702 Create a benchmark for Full text search - applied codec patch

Re: jackrabbit-oak build #4076: Errored

2014-04-10 Thread Alex Parvulescu
timeout during test run: I'm sorry but your test run exceeded 50.0 minutes. On Thu, Apr 10, 2014 at 12:02 PM, Travis CI ju...@apache.org wrote: Build Update for apache/jackrabbit-oak - Build: #4076 Status: Errored Duration: 3003 seconds Commit:

jackrabbit-oak build #4079: Fixed

2014-04-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4079 Status: Fixed Duration: 2778 seconds Commit: 8daa21732c14089aa112edcd2fbb646ede8add1c (trunk) Author: Tommaso Teofili Message: OAK-1718 - optimization to avoid useless wildcard queries git-svn-id:

RE: svn commit: r1586296 - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBDataSourceFactory.java oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr

2014-04-10 Thread Marcel Reutegger
Hi, this does not compile with Java 7: java: org.apache.jackrabbit.oak.plugins.document.rdb.RDBDataSourceFactory.CloseableDataSource is not abstract and does not override abstract method getParentLogger() in javax.sql.CommonDataSource I suggest we add the method even though it doesn't exist

Re: svn commit: r1586296 - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBDataSourceFactory.java oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr

2014-04-10 Thread Julian Reschke
On 2014-04-10 16:19, Marcel Reutegger wrote: this also looks a bit strange. doesn't this end in an endless loop? regards marcel +@Override +public T T unwrap(ClassT c) throws SQLException { +return this.unwrap(c); +} Oops.

Re: svn commit: r1586296 - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBDataSourceFactory.java oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr

2014-04-10 Thread Julian Reschke
On 2014-04-10 16:22, Julian Reschke wrote: On 2014-04-10 16:19, Marcel Reutegger wrote: this also looks a bit strange. doesn't this end in an endless loop? regards marcel +@Override +public T T unwrap(ClassT c) throws SQLException { +return this.unwrap(c); +

jackrabbit-oak build #4080: Broken

2014-04-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4080 Status: Broken Duration: 590 seconds Commit: cf9683f344408a61debbcfcaf95bb59eddcbd218 (trunk) Author: Julian Reschke Message: OAK-1266 - make sure that the test DataSource is closed at the end of the test

Re: svn commit: r1586243 - in /jackrabbit/oak/trunk/oak-lucene/src/main: java/org/apache/jackrabbit/oak/plugins/index/lucene/OakCodec.java resources/ resources/META-INF/ resources/META-INF/services/ r

2014-04-10 Thread Jukka Zitting
Hi, On Thu, Apr 10, 2014 at 4:48 AM, alexparvule...@apache.org wrote: OAK-1702 Create a benchmark for Full text search - applied codec patch by Tommaso Teofili As mentioned in the issue, I'm not convinced that this is a good idea. BR, Jukka Zitting

Re: svn commit: r1586243 - in /jackrabbit/oak/trunk/oak-lucene/src/main: java/org/apache/jackrabbit/oak/plugins/index/lucene/OakCodec.java resources/ resources/META-INF/ resources/META-INF/services/ r

2014-04-10 Thread Alex Parvulescu
ok, changes reverted, let's discuss on the issue. On Thu, Apr 10, 2014 at 5:21 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, On Thu, Apr 10, 2014 at 4:48 AM, alexparvule...@apache.org wrote: OAK-1702 Create a benchmark for Full text search - applied codec patch by Tommaso Teofili

jackrabbit-oak build #4083: Fixed

2014-04-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4083 Status: Fixed Duration: 2932 seconds Commit: 03e40c5dfeca9fe584d73328efadffcffcb81b4d (trunk) Author: Julian Reschke Message: OAK-1472 - re-enable test git-svn-id:

Re: How to get ContentRepository ?

2014-04-10 Thread Tobias Bocanegra
fyi: https://issues.apache.org/jira/browse/OAK-1721 On Wed, Apr 9, 2014 at 10:42 PM, Tobias Bocanegra tri...@apache.org wrote: Hi, for [0] I need to login to the content repository - but I don't know how to acquire it. it seems that it is neither registered as OSGi service, nor in the global

Re: How to get ContentRepository ?

2014-04-10 Thread Tobias Bocanegra
Hi, On Thu, Apr 10, 2014 at 10:15 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: Hi, On Thu, Apr 10, 2014 at 1:42 AM, Tobias Bocanegra tri...@apache.org wrote: for [0] I need to login to the content repository - but I don't know how to acquire it. @Reference private Repository

jackrabbit-oak build #4086: Broken

2014-04-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4086 Status: Broken Duration: 2084 seconds Commit: d15b013db5d4a1bb811c5e97aa3e2f89e2c131d0 (trunk) Author: Jukka Zitting Message: OAK-1719: Missing commit hooks in upgrade Include hooks from

jackrabbit-oak build #4087: Broken

2014-04-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4087 Status: Broken Duration: 1386 seconds Commit: 142efe4ceeb56c7f05a86d5fd9c0efb6e4dd468e (trunk) Author: Jukka Zitting Message: OAK-1696: Repository fails to restart on Windows Oops, *reuse* instead of

jackrabbit-oak build #4085: Errored

2014-04-10 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4085 Status: Errored Duration: 3002 seconds Commit: 12ebfadf954551ec137eb5f0a494142bae0a6013 (trunk) Author: Jukka Zitting Message: OAK-1696: Repository fails to restart on Windows Avoid memory-mapping a tar

Re: How to get ContentRepository ?

2014-04-10 Thread Jukka Zitting
Hi, On Thu, Apr 10, 2014 at 1:27 PM, Tobias Bocanegra tri...@apache.org wrote: On Thu, Apr 10, 2014 at 10:15 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: @Reference private Repository repository; which repository is that? javax.jcr.Repository? javax.jcr.Repository. that one is not

Re: jackrabbit-oak build #4085: Errored

2014-04-10 Thread Jukka Zitting
Hi, On Thu, Apr 10, 2014 at 1:55 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: this build timed out, but the previous one failed and I can see the same error locally: Running org.apache.jackrabbit.oak.upgrade.RepositoryGroupMemberUpgradeTest Tests run: 3, Failures: 0, Errors: 3,

OAK-1717 reproducing the issue

2014-04-10 Thread Davide Giannella
Hello team, working on OAK-1717[0] and trying to reproduce the issue in a systematic way for the fix to come. So far I was not able to reproduce it. See [1] for the initial code. [0] https://issues.apache.org/jira/browse/OAK-1717 [1] http://goo.gl/Pt5lfN By looking at log statements printed

Re: How to get ContentRepository ?

2014-04-10 Thread Jukka Zitting
Hi, On Thu, Apr 10, 2014 at 2:13 PM, Tobias Bocanegra tri...@apache.org wrote: On Thu, Apr 10, 2014 at 11:01 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: Hmm, it should be available by default in a Sling environment: yes, in sling. but what if we run oak w/o sling? It's up to the