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
0
votes
1 answer

Does the index selection logic favor local over global index in Apache OAK?

I was wondering if the index selection logic does prefer local over global index definitions for the same repository paths. Unfortunately I coudn't find any docs on how exactly the index selection algorithm works. To make the things clearer,…
d33t
  • 1,143
  • 6
  • 15
0
votes
1 answer

Difference between indexNodeName and :nodeName in OAK Lucene Index

What is the difference (if any) between setting indexNodeName=true on the node type definition and defining a virtual nodeName property with the attribute name=:nodeName. indexNodeName is defined as follows: Default to false. If set to true then…
d33t
  • 1,143
  • 6
  • 15
0
votes
0 answers

DocumentNodeStore (Apache Oak) using MongoDB

I am new to Apache Oak and trying to create the DocumentNodeStore with the MongoDB.The following are the details. junit junit
pradz_stack
  • 176
  • 1
  • 11
0
votes
0 answers

AEM/CQ - User session will be retained even browser has been closed

I am looking for an idea to implement that retains user session in AEM 6.X even though browser has been closed. I tried to adjust the Apache Jackrabbit Oak TokenConfiguration - token expiration to a much higher time but still session is not kept…
Vindi
  • 3
  • 2
0
votes
2 answers

AEM 6.2 Mongo replica sets auto-fail-over do not work

After Installing AEM-author and Mongo replica sets seemed to work well. My installed AEM version is 6.2 so I tried to check auto fail over capability by following methods. 1. stop mongod instance which is current Primary 2. check whether Secondary…
0
votes
1 answer

Connect JCR remotely + AEM/OAK

Is there a way to connect JCR/CRX(AEM) remotely apart from RMI/WEBDAV/JNDI? WEBDAV & RMI are not recommended to be open in PROD environment so I don't want to take that route in spite of a working solution. Options explored which doesn't seem to fit…
0
votes
1 answer

How to Create a new Repository in crx/explorer/

Am trying to use the crx/explorer to create a new workspace. Can any one help me how to use this UI for the creating a new workspace.? Error while creating workspace 'test.workspace': javax.jcr.UnsupportedRepositoryOperationException: OAK-118:…
VAr
  • 2,551
  • 1
  • 27
  • 40
0
votes
2 answers

Spellcheck not working in search in AEM 6.1

Spell check is not working in AEM 6.1 even after creating the suggested indexes as specified in -- https://docs.adobe.com/docs/en/aem/6-1/deploy/platform/queries-and-indexing.html and https://jackrabbit.apache.org/oak/docs/query/lucene.html As…
cqsapientuser
  • 65
  • 3
  • 12
0
votes
1 answer

tar-file repository error with jackrabbit oak

i am working since a few months with jackrabbit oak. While everything works fine with MongoDB as backend, i got problems by using a tar file based Segment NodeStore. Here, working just with nt:folder nodes works like with MongoDB, but when i try to…
Stephan Huewe
  • 124
  • 1
  • 7
0
votes
2 answers

Changing a .content.xml file locally is not reflecting in CRX using maven-vault-plugin

I'm newer to AEM/CRX/JCR stuff so I feel like there might just be something fundamental I'm missing but I just can't find the answer anywhere. I've looked at this question already. Here's the issue: I change an attribute value in some .content.xml…
Uncharted Space
  • 861
  • 7
  • 13
0
votes
1 answer

tarmk-coldstandby.log keeps on increasing for AEM6.1

I see the tarmk-coldstandby.log keeps on increasing as below log snippet. 08.04.2016 15:20:08.984 DEBUG [defaultEventExecutorGroup-5-1] org.apache.jackrabbit.oak.plugins.segment.SegmentTracker Added segment ddfdd5d1-c66d-4a15-bbe4-554a02698dda to…
TAaL
  • 45
  • 3
0
votes
1 answer

Copy Versioned nodes to another repository workspace

Current running repository to move old files to archive repository. Able to copy document nodes. The problem is with version nodes copy. Trying to iterate, not quite sure on how to copy all properties of versions: VersionManager versionManager1 = …
techie2k
  • 559
  • 1
  • 6
  • 32
0
votes
1 answer

JCR query all nodes under a parent node

I am trying to list, sort and paginate all folders and files under a parent node.This is my query selecting only folders and it gives me the expected result: SELECT childFolder.[jcr:name], childFolder.[jcr:uuid] FROM [nt:base] AS parent LEFT OUTER…
0
votes
1 answer

What are the implications of checking one or both useSSL and useTLS boxes for LDAP config?

Adobe documentation for AEM 6 says "Check the Use SSL or Use TLS checkboxes when configuring the LDAP Identity Provider." What protocol will be used if I check both boxes? Does TLS override the SSL config option? It seems to work with one or…
Shawn
  • 8,374
  • 5
  • 37
  • 60
-1
votes
1 answer

Jackrabbit oak : Not able to set VersionGCOptions

I am using JackRabbit Oak(1.22.3) implementation for deleting nodes using Version garbage collection. I am setting below custom values for garbage collection. VersionGCOptions versionGCOptions = new…
abn
  • 41
  • 1
  • 8
1 2 3 4 5 6 7
8