Re: jackrabbit-oak build #3838: Broken

2014-03-26 Thread Chetan Mehrotra
I fixed that issue yesterday but build is currently failing in rat check Warning: org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. [INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1 generated: 0 approved:

Re: jackrabbit-oak build #3838: Broken

2014-03-26 Thread Chetan Mehrotra
Fixed the RDBDocumentStore to create file in target folder. However current approach would cause issue in test env. Would start a separate thread on that Chetan Mehrotra On Wed, Mar 26, 2014 at 12:52 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: I fixed that issue yesterday but build

jackrabbit-oak build #3863: Fixed

2014-03-26 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3863 Status: Fixed Duration: 2527 seconds Commit: 958edd74ecfcad1e7ec1700a02a44d92f26c7ac9 (trunk) Author: Chetan Mehrotra Message: OAK-1604 - Support for signed references in Blob (WIP) Update SegmentNodeStore

jackrabbit-oak build #3861: Fixed

2014-03-26 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3861 Status: Fixed Duration: 2812 seconds Commit: 92c7a8f9e8af8ca4d3a266868aaa9819d62460a8 (trunk) Author: Chetan Mehrotra Message: OAK-1586 - Implement checkpoint support in DocumentNodeStore Update docs

jackrabbit-oak build #3862: Fixed

2014-03-26 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3862 Status: Fixed Duration: 2782 seconds Commit: 60efd74d23ecdeb64541ca3c9e9583d71e8192a3 (trunk) Author: Chetan Mehrotra Message: OAK-1604 - Support for signed references in Blob Adding OakFileDataStore to

Request for feedback: OSGi Configuration for Query Limits (OAK-1571)

2014-03-26 Thread Thomas Mueller
Hi, I'm trying to make some query settings (limits on the number of nodes read) configurable via OSGi. So far, I have a patch of about 100 KB, and this is just wiring together the components (no OSGi / Whiteboard so far). I wonder, is there an easier way to do it? With system properties, it's

Re: Current approach of creating H2 DB in RDBDocumentStore might cause issue

2014-03-26 Thread Julian Reschke
On 2014-03-26 08:46, Chetan Mehrotra wrote: Hi Julian, Currently RDBDocumentStore creates a H2 DB with following url - String jdbcurl = jdbc:h2:file:./target/oaknodes; DataSource ds = RDBDataSourceFactory.forJdbcUrl(jdbcurl, sa, ); - I think this logic should be part of testcode such

[ANNOUNCE] Apache Jackrabbit Oak 0.19 released

2014-03-26 Thread Alex Parvulescu
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 0.19. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release. Release Notes -- Apache Jackrabbit Oak --

Re: Request for feedback: OSGi Configuration for Query Limits (OAK-1571)

2014-03-26 Thread Chetan Mehrotra
Patch looks fine to me. Probably we can collapse QueryIndexProvider and QueryEngineSettings into a single QueryEngineContext and pass that along till Root. So: is it worth it to have the 100 KB source code overhead just to make things configurable separately for each Oak instance? I think

Re: Request for feedback: OSGi Configuration for Query Limits (OAK-1571)

2014-03-26 Thread Thomas Mueller
Hi, Patch looks fine to me. Probably we can collapse QueryIndexProvider and QueryEngineSettings into a single QueryEngineContext and pass that along till Root. OK, I will then continue in this direction. Thanks! Regards, Thomas

jackrabbit-oak build #3874: Fixed

2014-03-26 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3874 Status: Fixed Duration: 2984 seconds Commit: 3bacccd7418bbcbe09b72b59f2fef94a31dabe10 (trunk) Author: Chetan Mehrotra Message: OAK-1554 - Clarify behaviour for BlobStore api for invalid arguments Ignoring

jackrabbit-oak build #3876: Fixed

2014-03-26 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3876 Status: Fixed Duration: 2983 seconds Commit: 6dc14d2ed791f0102757ac797b525df2faef015c (trunk) Author: Thomas Mueller Message: OAK-1602 512 byte shard key limit in MongoMK git-svn-id:

jackrabbit-oak build #3879: Fixed

2014-03-26 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3879 Status: Fixed Duration: 2905 seconds Commit: a7cca09310c97271e989871c761d663e3a175071 (trunk) Author: Michael Duerig Message: OAK-1603: Operations tasks api improvements Replace String return types with

jackrabbit-oak build #3880: Passed

2014-03-26 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3880 Status: Passed Duration: 2766 seconds Commit: 8f27dd7aa8628b2c147835af4f93a1126740eb46 (trunk) Author: Julian Reschke Message: OAK-1590 - get rid of RDBDocumentStore's default constructor git-svn-id:

jackrabbit-oak build #3881: Broken

2014-03-26 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #3881 Status: Broken Duration: 2308 seconds Commit: daf8d387af17497f1732bd05fee36d43d18b401c (trunk) Author: Thomas Mueller Message: OAK-1571 OSGi Configuration for Query Limits (WIP) git-svn-id:

RE: svn commit: r1581376 - /jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/NodeStoreFixture.java

2014-03-26 Thread Marcel Reutegger
can we revert this change? this increases the build time quite a bit on my machine. alternatively we could slightly increase the heap size... regards marcel -Original Message- From: resc...@apache.org [mailto:resc...@apache.org] Sent: Dienstag, 25. März 2014 16:36 To:

Re: svn commit: r1581376 - /jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/NodeStoreFixture.java

2014-03-26 Thread Julian Reschke
On 2014-03-26 17:12, Marcel Reutegger wrote: can we revert this change? this increases the build time quite a bit on my machine. alternatively we could slightly increase the heap size... regards marcel ... I'm not sure that increasing slightly is going to help; do you want to give it a

Re: svn commit: r1581376 - /jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/NodeStoreFixture.java

2014-03-26 Thread Julian Reschke
On 2014-03-26 21:08, Marcel Reutegger wrote: Hi, locally, I reverted your change and the build runs fine for me. that's why I thought it might work for you as well if we increase the heap slightly. or does it only happen when you run the build with some specific profile? ... No, it was

Names with trailing spaces

2014-03-26 Thread Tobias Bocanegra
Hi, I just encountered, that it is possible in oak to create nodes with trailing spaces, which is not allowed in Jackrabbit. see https://issues.apache.org/jira/browse/OAK-1624 I'm not sure where to put this kind of tests, as the PathParserTest actually covers those cases. FWIW, the JCR spec

Re: Names with trailing spaces

2014-03-26 Thread Julian Reschke
On 2014-03-26 22:36, Tobias Bocanegra wrote: Hi, I just encountered, that it is possible in oak to create nodes with trailing spaces, which is not allowed in Jackrabbit. see https://issues.apache.org/jira/browse/OAK-1624 I'm not sure where to put this kind of tests, as the PathParserTest