Re: [Discuss] Copy JR2 S3 classes into Oak

2015-02-13 Thread Chetan Mehrotra
Pulling the code to Oak would allow us to provide new features in a easier way. We can make use of OSGi constructs to expose extension points , use Guava cache/Persistent cache etc So +1 to move that code to Oak Chetan Mehrotra On Fri, Feb 13, 2015 at 3:50 PM, Amit Jain am...@apache.org wrote:

Re: svn commit: r1658618 - in /jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins: document/MongoBlobGCTest.java segment/SegmentDataStoreBlobGCTest.java

2015-02-13 Thread Julian Reschke
On 2015-02-11 09:58, Julian Reschke wrote: On 2015-02-11 09:22, Amit Jain wrote: Hi Julian, I am not able to create a reproducible setup, I'll ping you to see what the trouble is. It might be some timing issue which needs to be addressed. Thanks Amit I'm getting: ... The

[Discuss] Copy JR2 S3 classes into Oak

2015-02-13 Thread Amit Jain
Hi, As part of support for shared data store for S3 [1], I need to make enhancements to Jackrabbit's org.apache.jackrabbit.aws.ext.ds.S3Backend class. I propose to copy the class in Oak into a new module (oak-aws-ds/oak-cloud-ds ?). This will make it easier to make changes now and in the future

DocumentStore API extensibility, was: DocumentMK: improving the query API

2015-02-13 Thread Julian Reschke
On 2015-02-03 14:55, Julian Reschke wrote: ... ...and, while at it... As long as we only have a few hardwired implementations of DocumentStore, we might as well clean up the API a bit more. We currently have one extension, CachingDocumentStore, implemented by Mongo and RDB. Extension

Expose checkpoints in the ContentSession interface

2015-02-13 Thread Francesco Mari
Hi, I thought that to implement the content of revision described in the remote API I am working on [1], checkpoints could be a viable option. Do you think that's a good idea? I created OAK-2520 and attached a patch to do expose checkpoints from the ContentSession interface. [1]:

Re: Initial work for the specification of a remote API

2015-02-13 Thread David Buchmann
hi francesco, in our offline meeting, we discussed revisions. i think the generic description should also mention the concept of the last revision. and we had the idea that any read could report which revision the answer is based on - this would allow to save one roundtrip to get the current

adaptTo() 2015 conference - call for papers is open

2015-02-13 Thread Stefan Seifert
This year's adaptTo() Conference will take place from Monday 28 to Wednesday 30 September 2015 at the famous Kulturbrauerei in Berlin. http://adapt.to/ The talks revolve around Apache Sling and the related frameworks. Specific topic suggestions can be shared via adaptto-m...@pro-vision.de

Unable to find LoginModuleImpl class in Apache Karaf 3.0.3

2015-02-13 Thread Ubaldo Taladríz
Hi, i'm trying to use jackrabbit oak 1.0.11 in Apache Karaf 3.0.3 (JDK 1.8) I implemented a little Service to test the installation but i'm getting this error when i try to invoke repository.login() to get the jcr session. I tried with simple and guest credentials. unable to find LoginModule

Re: baseline plugin (Re: [VOTE] Release Apache Jackrabbit Oak 1.1.6)

2015-02-13 Thread Robert Munteanu
On Wed, Feb 11, 2015 at 5:55 PM, Davide Giannella dav...@apache.org wrote: On 11/02/2015 12:19, Robert Munteanu wrote: We could probably raise an enhancement request which allows restricting the versions considered, such as 'no qualifiers', or a regexp-based validation or ... Robert We could

Re: DocumentStore API extensibility, was: DocumentMK: improving the query API

2015-02-13 Thread Chetan Mehrotra
On Fri, Feb 13, 2015 at 5:06 PM, Julian Reschke julian.resc...@gmx.de wrote: As a short-term change, I'd like to get rid of CachingDocumentStore, move its single method into DocumentStore, and allow that method to return null. +1 Chetan Mehrotra