DocumentStore API: IDs

2014-05-20 Thread Julian Reschke
Hi there, I think it would be good to enhance the documentation on what syntactical constraints there are on keys. For instance: - what character range is allowed? what about control characters? - is leading or trailing whitespace allowed? - are there any assumptions about Unicode

Re: How to activate a SecurityProvider

2014-05-20 Thread Galo Gimenez
SecuryProvider does not show up in the console, it generates this following exception. ERROR: org.apache.jackrabbit.oak-core (37): General problem with descriptor entry '/OSGI-INF/org.apache.jackrabbit.oak.security.SecurityProviderImpl.xml' org.apache.felix.scr.impl.parser.ParseException:

Re: [ANNOUNCE] Apache Jackrabbit Oak 1.0.0 released

2014-05-20 Thread Lukas Kahwe Smith
On 20 May 2014, at 16:50, Jukka Zitting ju...@apache.org wrote: The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 1.0.0. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for

Re: How to activate a SecurityProvider

2014-05-20 Thread Chetan Mehrotra
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 version of SCR. Try to run with more recent version of SCR. Chetan Mehrotra