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
3 answers

jackrabbit editing repository files using webdav

I have deployed jackrabbit2.6.3.war in tomcat7.0. By using jackrabbit standalone jar . Written a program to save a file in repository I can save/push a file to jackrabbit default repository. If I'm trying to save/push the same file,It is creating a…
0
votes
4 answers

JackRabbit : How to move all filesystem data into DB. Eliminate data/versioning/files on FileSystem

I have a Jackrabbit as standalone server. I have configured pool.OraclePersistenceManager to keep all my data in Oracle11. Data is moved to DB but still the filesystem directory , i.e."repository", is still there on the server filesystem. If I…
learner
  • 906
  • 2
  • 10
  • 39
0
votes
1 answer

customizing jackrabbit authentication and authorization

I already have an existing user base (user, roles,user_roles table in database). How could I create custom authentication and authorization module to use this to interact with Jackrabbit repository which is file system transient repository. I can…
0
votes
1 answer

Deployment model of Jackrabbit repository

I am learning how to use a content repository and I am using Jackrabbit. I have a Spring 3.x application that I successfully have connected with the content repository. I read about deployment models…
LuckyLuke
  • 47,771
  • 85
  • 270
  • 434
0
votes
1 answer

log4j in Tomcat lib and in Each Webapp

I am using Apache Jackrabbit as a content repository for a couple of web applications deployed to a single tomcat container. To get jackrabbit as a jndi resource I have added the jackrabbit jar and all it's dependencies (which includes slf4j and…
Adam McCormick
  • 315
  • 5
  • 10
0
votes
1 answer

Guvnor is not keeping assets in Database as said in Documentation. Its keeping in File System

I am working in Drools-Guvnor-5.5.0.Final version and have configured repository.xml to save all assets + indexes in oracle db. But its not working like that. I want to deploy guvnor in a resilliancy environment where primary and secondary guvnor…
learner
  • 906
  • 2
  • 10
  • 39
0
votes
1 answer

jackrabbit start repository slow

In my current Tomcat Project, I integrated JackRabbit. Its functionality works well. However, the start of the repository is very slow. It took around 5 seconds. I think this is not bearable. Anyone has some ideas about how to integrate the…
cjmemory
  • 5
  • 1
  • 3
0
votes
0 answers

Why my bundle not able to use background services?

I am working on a project in which I used Adobe CQ5. In the mean while I have to use background service in my class i.e., SlingRepository. For that I used Reference Annotation @Reference protected SlingRepository repository; When I deploy this…
devsda
  • 4,112
  • 9
  • 50
  • 87
0
votes
1 answer

Get child nodes returning cannot loop error

I've got a pretty basic snippet of code that gets the currentNode of an object and looks through to get it's child nodes. Except for some reason this isn't working and I can't figure out why. getChildNodes() is suppose to return an iterable list of…
Delmon Young
  • 2,013
  • 5
  • 39
  • 51
0
votes
1 answer

What will be the Query in my situation in Adobe CQ5

Root contains one folder, named pending of type sling:folder. That have numbers of nodes of nt:unstructured type, having name of long value, that long value is very important for my code processing. Now I want to get top 20 nodes(20 minimum node…
devsda
  • 4,112
  • 9
  • 50
  • 87
0
votes
1 answer

where does Jackrabbit store its tree information

I am a newbie to Jackrabbit. I wonder where Jackrabbit store its tree information. I want to access to the tree information in real time, even i restart my program. It should behave like the tree information is stored in the file system permanently.…
cjmemory
  • 5
  • 1
  • 3
0
votes
1 answer

How to restore acl policies using importXML in apache jackrabbit?

I am developing an apache sling WCMS. I export a subtree of the repository contents to an xml file using session.exportSystemView(...) and it works perfectly. When I restore the xml file, using session.ImportXML(...) all of data back completely…
Babak Behzadi
  • 1,236
  • 2
  • 16
  • 33
0
votes
1 answer

Apache Sling Cache Issue

I'm developing an apache sling WCMS Application and using BitKinex 3.2.3 to upload app files to the repository. I'm struggling with a weird problem, so when I upload new app files to /apps no change will be occurred to the application and the…
Babak Behzadi
  • 1,236
  • 2
  • 16
  • 33
0
votes
2 answers

Jackrabbit RMI lucene conflict

I wish to integrate with Jackrabbit 2.x in my application for versioning of data. My application has a dependency on Lucene 2.9.1 The problem is that Jackrabbit is dependent on a higher version of Lucene (3.6) and as a result I can not place the…
Asaf
  • 6,384
  • 1
  • 23
  • 44
0
votes
1 answer

How to configure logger for jackrabbit-standalone-2.6.0.jar

I'm trying to setup logging with a program using the jackrabbit-standalone-2.6.0.jar. This archive contains some slf4j-packages (org.slf4j, org.slf4j.helpers, org.slf4j.impl, org.slf4j.spi) but as far as I can see no logging framework. But when I…
Ulrich
  • 715
  • 2
  • 7
  • 25