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

sling configuration with postgreSQL

I am trying to integrate jackrabbit with PostgreSQL.While integrating I am getting following error. HTTP ERROR 503 Problem accessing /. Reason: Authentication Support service missing. Cannot authenticate request.
Hareesh
  • 113
  • 9
0
votes
1 answer

How to post form data to Apache Sling using a Java servlet

I am trying to POST the data from a html page and post it to a sling using a java servlet.. Note: My webapp is running in tomcat(port 8080), and my sling runs in a different port(8999). my html is a very simple form with just one input box
seshan
  • 99
  • 2
  • 11
0
votes
2 answers

EJB and working with binary files - best practice

We have two ways of keeping files - database or filesystem. So I have EJB, that can be connected to as from servlet as from java application. The problem is with working with binary files. I found here that it's a restriction for EJB (NOT FOR…
user2022068
0
votes
1 answer

JCR SQL2 query with a property containing '.' char

I'm currently migrating away form Xpath queries to JCR SQL2 ones. The main problem I'm experiencing is that many of my properties contains the '.' char that is reserved and I couldn't find a proper way to escape it. JCR offers a simple way to bind…
genjosanzo
  • 3,264
  • 2
  • 16
  • 21
0
votes
1 answer

Container Manager Transactions and JackRabbit

I currently have Jackrabbit 2.6.4 deployed in Glassfish 4 using the JCA rar. I am using MySql and have configured a datasource in Glassfish to access the database. I use the same datasource in the Jackrabbit repository.xml when configuring the…
lucasweb
  • 1,736
  • 5
  • 28
  • 42
0
votes
1 answer

Cannot instantiate persistence manager org.apache.jackrabbit.core.persistence.pool.MySqlPersistenceManager

I have deployed Jackrabbit 2.6.4 in Glassfish 4 using jackrabbit-jca-2.6.4.rar. Everything works when I use the following configuration (Derby via JDBC):
lucasweb
  • 1,736
  • 5
  • 28
  • 42
0
votes
1 answer

Apache Jackrabbit webDAV PUT Method.

beginning to work with Jackrabbit 2.6.3 and commons httpclient 3. I've written a simple webDav client to upload a file to a server and want to test it against jackrabbit's standalone server's default repository. Simply I just want to put a file in…
Rhys Davies
  • 69
  • 1
  • 9
0
votes
1 answer

Apache Sling stops responding to requests

I used apache sling to create a WCMS and I deployed it on a virtual server. Sometimes apache sling does not responsd any request and it seems to be in a sleep or hibernate mode (when call a url of WCMS nothing happens!!!). I think this issue occurs…
Babak Behzadi
  • 1,236
  • 2
  • 16
  • 33
0
votes
1 answer

setting src attribute with path to JCR repository

Is it possible to set the src attribute of img tag with path to JCR repository? I want to generate html having img tags with their src attribute set with the path of JCR repository.
Swesh
  • 150
  • 1
  • 17
0
votes
1 answer

jackrabbit adding new index

is there any way to add new index to a jacrkabbit repository without having a whole repository reindexed? IE i've configuration file with indexes that looks like this
Menzi
  • 3
  • 3
0
votes
1 answer

Android and Proguard with jackrabbit-webdav: Proguard returned with error code 1. See console

I am using „jackrabbit-webdav-2.2.5-jar-with-dependencies.jar“ in an app for android. I have built it myself and everything works fine as long as I debug or run the app directly from eclipse. Also when I export the app as a „signed application…
0
votes
1 answer

How to configure a module in JBoss 7.1.1

I have deployed Jackrabbit as a module. It is the JCA version. I am very confused on how to actually configure this, and even if I can do that? Is it possible to reference this installed module and then configure it? Or am I all wrong about the…
LuckyLuke
  • 47,771
  • 85
  • 270
  • 434
0
votes
1 answer

Multiple resource providers in same transaction Spring

I am using Jackrabbit to store files (data store) and Hibernate almost everything else. I do not know alot of transactions etc. but I know that I want a global transaction for these two so that an exception rolls back everything. At the moment the…
LuckyLuke
  • 47,771
  • 85
  • 270
  • 434
0
votes
1 answer

Spring JCR to Latest jackrabbit integration

I am using Jackrabbit 2.6.3 and want to integrate with the spring jcr for injecting the repository.
Sumit Tiwari
  • 86
  • 1
  • 8
0
votes
2 answers

Standard Interface to Interact with Various Content Repositories From J2EE Client Server Environment Using JCR

I have an existing Java Web application which uses alfresco as its content repository. Now I want my application to have a content repository interface to interact not only with alfresco but also with any JCR compliant repositories(Even to a local…
Jithin Kumar
  • 49
  • 1
  • 9