Questions tagged [jackrabbit-oak]

Questions related specifically to Jackrabbit Oak, as opposed to generic Jackrabbit questions.

Jackrabbit Oak is an effort to implement a scalable and performant hierarchical content repository for use as the foundation of modern world-class web sites and other demanding content applications.

120 questions
13
votes
2 answers

What's the Difference Between Apache Jackrabbit and Jackrabbit Oak?

I'm sorry if this sounds stupid, but what's the difference between Jackrabbit and Oak? I'm looking into JCR170, specifically how to migrate content between two jackrabbit installations, and I've come across both JackRabbit and Oak. The Apache…
Goldentoa11
  • 1,700
  • 2
  • 17
  • 29
5
votes
0 answers

Unable to use full text search with oak lucene

I am trying out jackrabbit oak with lucene in a file node store. The index definition record is created successfully but it seems the index record is not created. The full project I am working on is here What I am doing in the code is initializa a…
Tan Wei Lian
  • 92
  • 1
  • 9
5
votes
0 answers

AEM with TarMK Cold Standby Not working

I am trying to configure AEM with TarMK Cold Standby. I have followed the below urls to…
Anupam Maiti
  • 1,570
  • 1
  • 19
  • 35
4
votes
1 answer

Overcoming the 1000+ node limit for cq:Page nodes in AEM 6.1

We are currently building a large site using AEM 6.1 and will be migrating hundreds of thousands of records from an old RDMS-based system to AEM's JCR. We understand that the 1000+ node limitation does not apply to nodes with type nt:unstructured,…
JStarcher
  • 144
  • 1
  • 5
3
votes
0 answers

What are the best alternatives of Jackrabbit/OAK?

We are building services for a CMS and we went ahead with Jackrabbit. But as we are moving towards production, we are getting into many issues like authentication/authorization, scaling, etc. Our implementation was with Jackrabbit 2.18 with Mysql…
Tuhin Subhra Mandal
  • 473
  • 1
  • 5
  • 15
3
votes
1 answer

Appendable files in JCR

I am going to run a process that may take minutes or even hours. To track history of such runs I create a node of custom type per run with relevant process metadata stored within. Additionaly I want to store log file under such node. This seems to…
Dmitry Kankalovich
  • 553
  • 2
  • 8
  • 19
2
votes
1 answer

Is it true, that Jackrabbit Oak doesn't support "mix:lifecycle"?

As I understand from source code of Jackrabbit Oak there is no support out of the box of "mix:lifecycle" mixin (only in Jackrabbit). Is it true or I got something wrong? Is there some workaround?
artild
  • 365
  • 1
  • 9
2
votes
1 answer

From apache sling launchpad 7 to sling 11

I have to upgrade an app than run on Apache Sling and Apache Jackrabbit. It uses the launchpad 7 webapp (org.apache.sling.launchpad-7.war) and the persistence is configured to use Jackrabbit (not Oak), with a workspace stored inside an Oracle…
jeleb
  • 633
  • 6
  • 14
2
votes
1 answer

How to set up Apache Sling to use a relational DB

I am on Sling 11, which uses Jackrabbit Oak as content repository. I was wondering how to set up Sling to store the JCR repo on an RDBMS (DB2 to be specific). I found this link on Jackrabbit Persistence, but looks like it does not apply to Oak and…
mkcons
  • 155
  • 1
  • 8
2
votes
2 answers

When AEM is configured to use a S3 data store will it make blue-green deployments faster?

Background We know it's possible to setup a devops pipeline that deploys updates to AEM via a blue/green approach by using crx2oak to migrate the content from old to new environment. Why is out of scope of this question. The problem with this…
Tinman
  • 786
  • 6
  • 18
2
votes
1 answer

How to store Apache Sling content in MongoDB?

I am new to Java and Apache Sling as well. I've been trying to link Sling with MongoDB and these are what I've done so far: I configured NoSQL MongoDB Resource Provider in Sling console: Then the Oak Document Node Store Service: And finally I…
Bahman_Aries
  • 4,658
  • 6
  • 36
  • 60
2
votes
1 answer

Apache Jackrabbit OAK - Sharding DocumentNodeStore across cluster by node path

I am struggling to find enough documentation and examples for constructing and using Jackrabbit OAK in a clustered environment through sharding node stores by path. I know this is possible because there are references in a few places but with very…
Jon McPherson
  • 2,495
  • 4
  • 23
  • 35
2
votes
1 answer

Jackrabbit Oak merge not saving changes

I just started to look into Jackrabbit Oak 1.7.5 and I can't get my changes saved - this test fails on the last assertion: public class JCRTest { @Test public void testCommit() throws CommitFailedException { final NodeStore ns = new…
2
votes
1 answer

jackrabbit oak repository integration with spring framework

I have a web application running on tomcat and using spring framework. I also have jackrabbit oak libraries embedded in project. I can get jackrabbit repository with java code like this: new Jcr(new Oak(ns)).createRepository(); but I want to define…
amir.sh
  • 193
  • 6
  • 18
2
votes
2 answers

Best approach for setting up AEM S3 Data Store

We have an existing setup of AEM 6.1 which uses TarMK for data storage. To migrate the all assets to S3, I followed all steps here: https://docs.adobe.com/docs/en/aem/6-1/deploy/platform/data-store-config.html#Data%20Store%20Configurations (Amazon…
Emin Can Sümer
  • 523
  • 3
  • 14
1
2 3 4 5 6 7 8