Re: Using Oak Jackrabbit on a sharded MongoDB.

2015-09-16 Thread Galo Gimenez
Thanks Norbero! On Tue, Sep 15, 2015 at 6:33 AM, Norberto Leite wrote: > Ola Fernando, > > ATM the only option for the shard key is in fact *_id. * > There are some options on the schema design but they are not an option ATM. > Sharding should work well on a single

Re: How to activate a SecurityProvider

2014-05-21 Thread Galo Gimenez
Thanks that was it! -- Galo On Tue, May 20, 2014 at 10:22 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: On Tue, May 20, 2014 at 7:36 PM, Galo Gimenez galo.gime...@gmail.com wrote: I am running an old version of Felix, maybe that is the problem? Looks like you are using an old

Re: How to activate a SecurityProvider

2014-05-20 Thread Galo Gimenez
of the 'org.apache.jackrabbit.oak.security.SecurityProviderImpl' Chetan Mehrotra On Sat, May 17, 2014 at 1:30 AM, Galo Gimenez galo.gime...@gmail.com wrote: Hello, I am setting up Oak on a Felix container , and the RepositoryManager reference to the SecurityProvider does not get satisfied, by looking

How to activate a SecurityProvider

2014-05-16 Thread Galo Gimenez
Hello, I am setting up Oak on a Felix container , and the RepositoryManager reference to the SecurityProvider does not get satisfied, by looking at the documentation I do not see a way to fix this. I have noticed that the Sling project has a very different way to setup the repository, should I

plugin.document not exported in OSGi bundle

2014-04-22 Thread Galo Gimenez
Hello, I noticed org.apache.jackrabbit.oak.plugins.document.DocumentMK is not exported in the OSGi bundle, is there a way to get Oak with the DocumentMK instantiated in OSGi. -- Galo