Questions tagged [jackrabbit]

The Apache Jackrabbit™ content repository is a fully conforming implementation of the Content Repository for Java Technology API (JCR, specified in JSR 170 and 283). A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more.

The Apache Jackrabbit content repository is a fully conforming implementation of the Content Repository for Java Technology API (JCR, specified in JSR 170 and 283).

A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more.

Useful Links:

665 questions
0
votes
1 answer

Purging Jackrabbit data

After a couple of months of using our application (which internally uses Jackrabbit 1.6.4 to store documents), the customer's database (Oracle) already has more than 6 million rows in the VERSION_BUNDLE table - some of our data is using the…
nwinkler
  • 52,665
  • 21
  • 154
  • 168
0
votes
1 answer

Access jackrabbit repository through Apache Sling

I followed Apache Sling tutorials using its Launchpad. As I understood, it uses a built in jackrabbit repository within the Launchpad. Is there a way to access a standalone jackrabbit repository using Sling API without using its launchpad? Thanks. …
Bee
  • 12,251
  • 11
  • 46
  • 73
0
votes
1 answer

Debugging Jackrabbit Lucene re-index abort/failure

I'm trying to rebuild the Lucene search index on a Jackrabbit 2.0 instance (actually a Day CRX 2.1 instance) so that I can apply new property boost weights for relevancy scoring. However it's repeatably aborting the indexing at the same point, count…
Rup
  • 33,765
  • 9
  • 83
  • 112
0
votes
1 answer

JackRabbit Webdav Client is compatible with Httpclient 3.0

I have used Jackrabbit webdav client for caldav function with Httpclient 3.x. now i want to upgrade the Httpclient 4.x. how can it be done in simple way
0
votes
1 answer

Jackrabbit AccessControll

I have a issue that I can not find answer for here or in Jackrabbit documentation, hope that any of you can help with it. I am doing the following: admin create "someuser" admin create the above node: /templates/templateall[ jcr:uuid:…
0
votes
1 answer

jcr sorting and pagination based on name, file size,etc

We are using apache jackrabbit to store content (html,image,pdfs) as follows: /folder1 (nt:unstructured) /content1(nt:unstructured) /file(nt:folder) /test.html(nt:file) /test.html-contents…
sfbay
  • 23
  • 1
  • 8
0
votes
1 answer

How to get Jetty to use JVM scoped JNDI?

I'm trying to setup a JNDI resource for a Jackrabbit repository factory in Jetty. The problem is that I seem to be getting thhe JNDI as webapp scoped. I need it to be JVM scoped. As far as I understood from the docs, you need to specify a null arg…
carlspring
  • 31,231
  • 29
  • 115
  • 197
-1
votes
1 answer

Installing the latest stable standalone jackrabbit version fails

I tried to setup apache jackrabbit-standalone-2.20.5.jar on a ubuntu:latest docker image with apt install default-jdk openjdk version "11.0.15" 2022-04-19 OpenJDK Runtime Environment (build 11.0.15+10-Ubuntu-0ubuntu0.22.04.1) OpenJDK 64-Bit Server…
-1
votes
1 answer

jackrabbit webdav disable?

recently my jackrabbit(2.8.0) has been scanned by nessue with 2 issue one is some jsp page has clickjacking (please seejackrabbit webdav use HTTP) and the other is use http instead of https (please see some jackrabbit's jsp page have…
borgliu
  • 3
  • 1
-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
votes
1 answer

org.apache.jackrabbit.rmi.value.StringValue; local class incompatible

my code is Repository repository = new URLRemoteRepository("http://localhost:8088/rmi"); // Repository repository = JcrUtils.getRepository(); Session session = repository.login(new SimpleCredentials("admin", "admin".toCharArray())); …
-1
votes
1 answer

Apache Jack Rabbit JCA 2.6.0.rar Installation on Websphere

I am trying to install Resource Adapter of JCA (Jack Rabbit) version 2.6.0 on Websphere (v9) but i get error that JCAManagedConnectionFactory can't be found. I have also tried other versions of JCA but still of no help. I have downloaded the the…
-1
votes
1 answer

How to create content in apache sling using java program

I am new to apache sling i want to create content(node) using java program and that to be stored in jackrabbit
-1
votes
1 answer

Get the list of permission given to a group for a page in AEM

I have a requirement to go to a particular page and find out the permissions granted to a group for that page programmatically. This I have to achieve in AEm6.0. Please give some code snippets which can help me in achieving this. Any help is highly…
Tushar
  • 151
  • 2
  • 18
-1
votes
1 answer

How do we capture the events in Tagging console?

I need to capture the events for tagging in CQ. Need to capture the tags whenever the users add/remove/change/delete tags in CQ tagging console. I have an idea to implement a workflow & launchers to handle the event handling in tagging console.…
ezhil
  • 977
  • 6
  • 15
  • 36
1 2 3
44
45