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

Persisting various types of documents (ods, ms office, pdf) into Jackrabbit repository

I'm not sure what approach to choose for storing those types of documents because the key requirement is to gather as much metadata as possible and pdf, ods and MS office documents have various types of metadata ... So that if the node tree has a…
lisak
  • 21,611
  • 40
  • 152
  • 243
4
votes
1 answer

Comparison of using Alfresco and Jackrabbit CMS on Liferay portal

I'd like to know your thoughts about using these two CMS on Liferay. I know, that jackrabbit is rather a framework and reference JCR implementation. I'm more interested in the situation, when you have Liferay portlet and you need a CMS repository…
lisak
  • 21,611
  • 40
  • 152
  • 243
4
votes
4 answers

Document processing in Liferay portal

I've been using Liferay a lot for past 2 years, but I have never needed any extensive document management. Now I have a portlet where users upload documents (MS office OLE2 documents, ODS documents, PDF etc.) and I have to persist them with all…
lisak
  • 21,611
  • 40
  • 152
  • 243
4
votes
1 answer

How do I setup Jackrabbit Repository.xml for 2 Nodes with Shared NFS Mount?

I'm having a lot of trouble trying to get my repository.xml correct for a 2 node configuration using a shared NFS mount. Should I be using a DB persistence manager for both the PersistenceManager and Journal? I find the Apache Jackrabbit Wiki…
cmar
  • 161
  • 2
  • 6
4
votes
1 answer

Jackrabbit unclosed session detected on AccessDeniedException but session is null

I'm working with Jackrabbit 2.13.1. Why AccessDeniedException causes session leak? try { session = repository.login(creds); //here are creds for user without permissions, just for testing } catch (Throwable t) { …
MGorgon
  • 2,547
  • 23
  • 41
4
votes
1 answer

How to make file READ ONLY when exposed through WebDAV

I'm using jackrabbit implementation of WebDAV. There is a user who doesn't have write permission to a folder. That user is able to open the file in desktop applications and able to edit. When the user does save, the server is rejecting the changes…
Ravi Kiran
  • 43
  • 4
4
votes
2 answers

What exactly is the definition of a content repository?

I am using Apache JackRabbit for storing the images for my application. I have just started to use it and I still have some questions unanswered: What is the difference between a content repository and a database? Can you use a content repository…
LuckyLuke
  • 47,771
  • 85
  • 270
  • 434
4
votes
1 answer

Java JCR how to change order of nodes?

I am using Jackrabbit with JCR, how can I change the order of the nodes?
Phil
  • 46,436
  • 33
  • 110
  • 175
4
votes
2 answers

JCR query by path

i am trying to query a subtree for a given node type by a this query: SELECT * FROM [my:Type] AS my WHERE PATH(my) LIKE '/content/subtree/%' somehow it does not give any results - using ISDESCENDANTNODE works - but query performance is terrible as…
light_303
  • 2,101
  • 2
  • 18
  • 35
4
votes
1 answer

Sling vs CMIS as a REST interface for Apache jackrabbit

If I get it, Apache Sling acts a REST CRUD interface for a Jackrabbit JCR repository. As there already exists a RESTful protocol (CMIS in its AtomPub implementation) to work with JCR repositories, apart from the view/templating layer, is there any…
gpilotino
  • 13,055
  • 9
  • 48
  • 61
4
votes
0 answers

Configuring LDAP with jackrabbit for authentication

I don't have much experience with jackrabbit and LDAP. I am trying to authenticate the jcr users via LDAP. Any source for how this works? I have configured my repository.xml file like this :
thegeek
  • 232
  • 2
  • 8
4
votes
0 answers

Jackrabbit XPath query throws exception after ugrade to JR 2.4.2

We are currently working on upgrading Jackrabbit from 1.6.5 to 2.4.2 on our system. we are facing problems on some XPath queries that used to work on the 1.6.5 perfectly, and now it throws javax.jcr.query.InvalidQueryException exception on 2.4.2 -…
Montaser
  • 69
  • 5
4
votes
3 answers

Using Sling Launchpad for production

I was trying to understand deployment scenarios for Sling/JCR when I started wondering if I could simply use the Sling Launchpad and simply start the server using the jar. My project needs simplicity more than performance, but is there something…
3
votes
1 answer

How do I register a server in the default RMI registry for JBoss and access it from a client running in another JVM?

I am trying to access a Jackrabbit repository deployed on a JBoss application server via RMI. I am getting the following exception when I try to connect to the factory using…
Brian Matthews
  • 8,506
  • 7
  • 46
  • 68
3
votes
6 answers

browsing JACKRABBIT content visually?

i want to remove my current content from my DataBase tables. and take them to a Content Repository (JCR) is there any wizard that lets browsing Jackrabbit content visually. because working with jackrabbit and loosing time becouse of running simple…
Ammar Bozorgvar
  • 1,230
  • 19
  • 30