Techie2k,
Here's a link, to my open source project:
https://github.com/Clay-Ferguson/meta64

I only post it when someone genuinely needs it, so people don't think I'm
trying to advertise on here or something, but my app really does do what it
sounds like you need, so you can look at how it creates and interacts with
the JCR API.

Best regards,
Clay Ferguson
[email protected]


On Tue, May 17, 2016 at 12:19 AM, techie2k <[email protected]>
wrote:

> Hi Clay Ferguson,
>
> The problem is not with mongodb connection. All operations need to go via
> Jackrabbit API.
>
> I need JCR repository handle to login with user and acquire session,
> perform
> document upload, delete nodes etc..
>
> The reason why I referred mongoDB is, its a document nodestore I'm using
> behind for storage.
>
> To initially create a repository, I have used the code mentioned
> previously.
>
> But after repository creation, how to get <SOMETHING>.getRepository()
>
> Earlier we were using jackrabbit 2.8.1, where access was mentioned in
> configuration file like,
>
>
> And in java code, we use
>
>
> Not with Jackrabbit Oak, how to achieve this?
> From where I get repository Object, like it is from RepositoryConfig(in
> earlier versions)
>
>
>
>
>
>
>
> --
> View this message in context:
> http://jackrabbit.510166.n4.nabble.com/Get-Repository-from-OAK-tp4664045p4664058.html
> Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
>

Reply via email to