Tagged Questions

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

learn more… | top users | synonyms

6
votes
3answers
1k views

What is the best way to save my POJOs into Jackrabbit JCR?

In Jackrabbit I have experienced two ways to save my POJOs into repository nodes for storage in the Jackrabbit JCR: writing my own layer and using Apache Graffito Writing my own code has proven ...
4
votes
1answer
1k views

What does ModeShape offer that JackRabbit doesn't?

I just familiarized myself with Apache JackRabbit. I've done a little multi-user repository for document management. If anybody used both of them, could you please answer these questions ? Is ...
4
votes
3answers
403 views

How to access remote jackrabbit repository?

I need to work with remote jackrabbit repository. I use following code to connect to the local repository: Repository repository = new TransientRepository(); Session session = repository.login(new ...
4
votes
1answer
894 views

maven conditional dependencies

We would like to bundle library dependencies from (Alfresco or Jackrabbit or ...) based on the customer choice. The number of dependencies actually varies based on the chosen vendor. How do we ...
4
votes
3answers
842 views

Does anybody know a good and easy JCR UI management Tool?

I'm importing massive data into a JackRabbit JCR repository. A good UI management tool to visualize the JCR repository would be great to check if the imported data is in a good layout, and also would ...
4
votes
6answers
585 views

Java: Using which database technology could I persist objects? (Something that does NOT require me to take care of mapping objects to tables and back)?

I need to use an object oriented data repository for a project. It's going to be something between a wiki and a CMS. I'm not an expert in the field of persistence yet. I suppose Hibernate and ...
3
votes
3answers
72 views

Ideal place to store Binary data that can be rendered by calling a url

I am looking for an ideal (performance effective and maintainable) place to store binary data. In my case these are images. I have to do some image processing,scale the images and store in a suitable ...
3
votes
4answers
97 views

JCR Repository available for Junit tests

I have a code accessing to content repositories through JCR API. My code is being developed in OSGI environment. What I want is to have a JCR content repository which should be available while running ...
3
votes
3answers
417 views

Jackrabbit user management

I can hardly find any documentation on how to design and build a repository for multiple users. I'm quite new to Jackrabbit and I was always using one master user credentials to build a repository ...
3
votes
1answer
1k views

Get File Out of JCR File Node

I have the following code to insert "rose.gif" into a roseNode. But how do I retrieve the file from the repository? Node roseNode = ...
3
votes
2answers
2k views

How to switch jackrabbit persistence from filesystem to database?

I have a Liferay portal that was configured to use filesystem persitence for jackrabbit. It seems like this persistence mode creates a lot of files on the filesystem (so far something like 113'000) ...
3
votes
1answer
705 views

Any good reference for JQOM?

Apache Jackrabbit includes some sort of database/archive query mechanism called JQOM. Where is a good place to start learning about what it is and how it works? Thanks in advance.
3
votes
3answers
621 views

CMS vs Filesystem storage id scalability

Please consider the following: I am storing around 1.2 Million TIF files ranging from 40 KB to 120 KB in size. These documents are stored on a windows server with NTFS file-system. The documents ...
3
votes
1answer
1k views

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 ...
3
votes
4answers
2k views

Best way to import/export a Apache Jackrabbit repository

What is the best way to import/export data from a Apache Jackrabbit repository? Right now, I have a website based on a repository with over 100GB data in a server but I frequently need to take a ...
3
votes
3answers
883 views

Is there a tool to directly edit the contents of a Jackrabbit repository?

I have a file system based Jackrabbit repository which I would like to view and edit directly. Is there an existing tool that allows me to view/edit/delete/add nodes directly?
3
votes
2answers
2k views

How do you backup an apache Jackrabbit repository without shutting Jackrabbit down?

When running Apache Jackrabbit JCR as an embedded service in your app, is there a quick way to get a sound and consistent backup of the contents of the Jackrabbit repository without shutting ...
2
votes
3answers
179 views

Performing remote query on a Jackrabbit Server

We are using Jackrabbit 2.2.6 ( webapp) deployed on a Glassfish Application server. We are also building a client to upload files to the server using the rmi interface exposed by the server. We are ...
2
votes
1answer
192 views

How to change the admin password in jackrabbit

Hi I am using embedded jackrabbit with tomcat. I wanted to change the default password for admin user to something else so it's secure and safe. I saw in repository.xml place to update adminId to ...
2
votes
1answer
194 views

Jackrabbit Clustering Configuration

My application uses stand alone version of jackrabbit and we wanted to move to embedded mode so that we can cluster it. I read the requirements on the jackrabbit clustering site but still confused. ...
2
votes
1answer
284 views

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 ...
2
votes
1answer
620 views

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 ...
2
votes
1answer
203 views

How to utilize following ECM technologies - comparison

I have a theoretical question. I have tons of documents of various formats (ODS, MS office, pdf, html) and I'd like to implement ECM system that is not a document management system but rather system ...
2
votes
3answers
950 views

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, ...
2
votes
2answers
330 views

Filtering “MetaData”-nodes from xpath-query in magnolia jcr

i have a problem filtering specific nodes of a jackrabbit jcr in magnolia. when i submit following query : //element(*, standort)//* i get: 33 nodes returned in 18ms /standort/Standorte/MetaData ...
2
votes
2answers
350 views

Upgrade Jackrabbit 1.3 to Jackrabbit 2.1.1

In my project I need to change Jackrabbit 1.3 to Jackrabbit 2.1.1. My work is to work for queries. Please suggest me if there are changes in index format and query format. Lucene 2.4 is used in ...
2
votes
1answer
590 views

How to deploy a rar file to jboss

Refer original post here for a reference to the original issue. What plugin should I use to deploy the jackrabbit rar as a separate entity to the jboss installation. I tried the rar module within the ...
2
votes
1answer
390 views

Java JCR: Correspondance between parent and child node versions

I am using Jackrabbit and I have the following question: I have a parent node P and a child node C. Both P and C are versionable. At some point in my code I need to get data from a previous version V ...
2
votes
1answer
224 views

Connect multiple JCR repositories to one database (and keep updated)

I am a little bit stuck in the moment because I don't know if my problem is solvable at all. I have one database (MySQL) where a JCR repo is stored. Secondly do I have two webapps (edit/live) that ...
2
votes
4answers
896 views

Extend JackRabbit or build up from Lucene?

I've been working on a site idea the general concept is a full text search of documents that also allows user ratings based on these rating I wanted to boost the item's value in the Lucene index. But ...
2
votes
2answers
781 views

Logging into Jackrabbit with custom LoginModule

I am trying to write a LoginModule that authenticates users with Jackrabbit repository. However, I want it to check the credentials that are stored in repository itself. So the problem is, in my ...
1
vote
1answer
33 views

JCR SQL2 query with dynamic date comparison

I need to query the jcr repository to find nodes where a date property (e.g. jcr:created) is younger than a specific date. Using SQL2, I do the check "jcr:created > date" like that (which works ...
1
vote
1answer
63 views

Jackrabbit - why does search excerpt contain all node properties concatenated?

When I perform a jackrabbit (version 2.2.9) search and I call get row.getValue("rep:excerpt()") the returned string is just all the properties (excluding jcr: properties) concatenated. How do I ...
1
vote
1answer
73 views

Trouble enforcing read-write ACL to Jackrabbit users on versionable nodes

We are using Jackrabbit 2.2.7 to develop a repository for xml documents. We want to create a bunch of users for the repository and enforce some sort of read-only and read-write access privileges on ...
1
vote
0answers
36 views

Creating events in Yahoo calender

I have been trying to create an event in my yahoo calender for which I am using caldev specification, Http clients 3,Apache Jackrabbit and ical4J API. I am able to create the event(getting 201 http ...
1
vote
1answer
67 views

Does Jackrabbit allow deletion of files?

In my application I need to delete files older than 6 months. Is it better to do this with a cron job or with Jackrabbit?
1
vote
1answer
116 views

Update content of node in JCR 2.0

I try to update node in JCR 2.0 InputStream content = node.getProperty("jcr:content").getProperty("jcr:data").getBinary().getStream(); //TODO same with stream Binary value = ...; Node contentNode ...
1
vote
1answer
118 views

JCR jackrabbit pagination

I'm using the following JCR-SQL2 Query to retrieve some files from jackrabbit repository SELECT id FROM [nt:file] WHERE ISDESCENDANTNODE([/repo/cms]) How can I use pagination in jackrabbit ...
1
vote
4answers
147 views

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 ...
1
vote
1answer
55 views

Jackrabbit XPath subset reference

Did anybody come across a reference doc that would list what is and what is not supported by the Jackrabbit XPath? I see the guys have got quite a backlog in their JIRA of "simple" things like the ...
1
vote
1answer
378 views

How to browse jackrabbit repository using spring-mvc

How do I browse a jackrabbit repository using a spring-mvc webapp? How do I map incoming URL requests in the spring web controllers to nodes in the repository? I'd like the users to be able to open a ...
1
vote
2answers
65 views

jackrabbit. migrate from 1.x to 2.x

We have jackrabbit repository 1.6.0 version. We need to migrate to 2.2.7 version. What is the best way to do that without missing content?
1
vote
1answer
87 views

Jackrabbit nt:folder nt:file exception

i am trying to add a child node to a nt:folder node (rep:AuthorizableFolder node actually, but the same problem arises with other node types). In the lines below the folder node appears in the path as ...
1
vote
1answer
122 views

Jackrabbit Delphi bindings?

I'm looking for a way to use the content repository of Apache Jackrabbit from Delphi. I've googled about this but to no avail...
1
vote
1answer
290 views

Explanation and use cases of JCR workspace for human beings

Could please anybody interpret JCR 2.0 specification in regard to JCR workspaces ? I understand that a session is always bound to exactly one persistent workspace, though a single persistent ...
1
vote
2answers
564 views

Apache Jackrabbit - Where are my files?

I'm new to Jackrabbit and I'm using Sling to access the repository through its REST interface. I've figured out how to add and access various files to the repository, but my question is, where is ...
1
vote
2answers
197 views

Jackrabbit Security

I started to use Jackrabbit in my project. As i found out there is no complex LoginModule and AccessManager given. I mean we can find SimpleLoginModule but it is just a mock. What i need is a simple ...
1
vote
1answer
261 views

spring (Roo) + JCR (Jackrabbit..)

I want to develop an application with an admin tool to manage the content (articles...) of the website...I would like to use SPRING (ROO) but I do not know if there is any JCR API working with it ? I ...
1
vote
2answers
482 views

Jackrabbit or OpenKM or else Hippo

We want a simple file management system to be used by our employees. We reviewed Jackrabbit and Alfresco and found Jackrabbit most suit our requirements. Yesterday I saw 2 more open source CMS's ...
1
vote
0answers
108 views

Continuous Integration: Rapid Session creation\shutdown - javax.jcr.RepositoryException: xxx appears to be already locked by the current process

We run a lot of JUnit tests during the CI build of our application. These tests individually involve the following (some of which may or may not be relevant, but I include here for completeness):- ...

1 2 3