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

Jackrabbit 2.6.0 compatibility with Java 6

We've recently upgraded from Jackrabbit 2.4.0 to Jackrabbit 2.6.0. Jackrabbit is deployed into JBoss AS 7.1.0. We still use Java 6. From Jackrabbit 2.6.0 manifest file we see that is build using Java 7. Is there anything to worry about using…
Claudiu Muresan
  • 401
  • 6
  • 19
0
votes
0 answers

Jackrabbit 2.6 support for Lucene MMapDirectory

I was wondering if Jackrabbit (2.6.0) can be setup to use Lucene's MMapDirectory. I could not find any manager class equivalent in jackrabbit-core as FSDirectoryManager/RAMDirectoryManager for Lucene's MMapDirectory. Thanks in advance.
Claudiu Muresan
  • 401
  • 6
  • 19
0
votes
2 answers

Jackrabbit Lucene indexes

I have Jackrabbit 2.4.0 (deployed as rar into a JBoss AS 7.1.0) on a Red Hat 6 64-bit machine. The JBoss JVM has the max heap size set to 8 GB. The machine has 24GB of RAM. The curious thing is when the JBoss is started it has almost 20 GB of…
Claudiu Muresan
  • 401
  • 6
  • 19
0
votes
4 answers

How to use MySQL persistence manager with Jackrabbit standalone

I've been successfully using Apache Jackrabbit 2.4.3 and now 2.6.0 (standalone server in both cases) using the default configuration, so the repository is stored on the filesystem. How can I make it connect to a MySQL back end instead? I don't need…
fazy
  • 2,095
  • 18
  • 30
0
votes
1 answer

OCM Query equivalent to JCR SQL2 query

I am implementing full text search on Jackrabbit Repository. After going through the examples given at http://jackrabbit.apache.org/ocm-search.html, I am able to write perform full text search on repository when only 'and' is required in the…
Vaibhav Raj
  • 2,214
  • 4
  • 23
  • 39
0
votes
1 answer

Video Streaming with Jackrabbit

Which Audio/Video Streaming server(industry standard) can be integrate with Apache JackRabbit content Repository?
0
votes
1 answer

Running Jackrabbit Garbage Collector on resource adapter

I want to run the datastore garbage collector with the resource adapter deployment model. I tried shutting down the jackrabbit-jca repository and then running the code proposed here but I don't know which libraries I need to include, since I access…
nico1510
  • 606
  • 9
  • 29
0
votes
1 answer

NoClassDefFoundError errors in Sling logs when uploading docx, xslx, pptx

I am getting the below multiple errors (see below - one per file) when uploading any office 2007 docs (e.g. pptx, docx, xslx) into Sling. I am using Sling 6 stable standalone. Is anyone else experiencing this? Are there any known issues with the…
NabilS
  • 1,421
  • 1
  • 19
  • 31
0
votes
1 answer

Write large files in Jackrabbit repository using strem

I need to write large files in Jackrabbit repository. To avoid memory problems I want to send data from client in small byte arrays, and stateful-bean will write them to repository in some kind of stream. P.S. Sorry for poor english.
Ildar Fatikhov
  • 65
  • 1
  • 2
  • 4
0
votes
1 answer

How to bootstrap Jackrabbit from code

I am trying to run jackrabbit repository from the application. Is there any way to bootstrap jackrabbit to start the repository. I couldn't with any deployment models mentioned in jackrabbit manual as I need to take the repository location…
Rajkumar Palani
  • 2,211
  • 2
  • 19
  • 25
0
votes
1 answer

How to set jsp pages unaccessible from addressing via browsers in Apache Sling?

I am developing a sling WCMS. When I call address [e.g. 'http://localhost:8080/apps/bcms/pages/test.jsp'] of a page in the browser, a save dialog box will appear and ask to save jsp file. How to prevent jsp pages accessible via direct addressing?
Babak Behzadi
  • 1,236
  • 2
  • 16
  • 33
0
votes
2 answers

java.sql.SQLException: Failed to parse bundle deadbeef-face-babe-cafe-babecafebabe

I am trying to create JCR Repository. I am using Tomcat 7 and jdk 6 and jars…
Pravin
  • 195
  • 1
  • 4
  • 15
0
votes
1 answer

Does Jackrabbit provide faceted search?

I am exploring the features of Apache Jackrabbit to be used in one of my projects. One of the features that I would require is a faceted search implementation based on the metadata stored in the content repository. Does Jackrabbit provide any out of…
Rocky
  • 941
  • 7
  • 11
0
votes
2 answers

How to access apache sling remotely?

I'm developing a Sling WCMS. I need to setup Sling repo on a server computer and access remotely. How can I access sling repo remotely? Is there special configuration? Thanks.
Babak Behzadi
  • 1,236
  • 2
  • 16
  • 33
0
votes
1 answer

Adding a node into Jackrabbit Repository which has a HashMap Object as a property

I want to add a node in jackrabbit Repository which has a property holding a HashMap object. What property type should be used and how It should be done?
Vaibhav Raj
  • 2,214
  • 4
  • 23
  • 39