jackrabbit Questions

5

Solved

I just downloaded and started Jackrabbit using: java -jar jackrabbit-standalone-2.4.0.jar When I call the populate.jsp, I get this error: Error while accessing the repository: LoginModule ig...
Meill asked 2/4, 2012 at 15:8

0

I am trying out jackrabbit oak with lucene in a file node store. The index definition record is created successfully but it seems the index record is not created. The full project I am working on ...
Lalapalooza asked 2/1, 2020 at 5:10

2

I'm sorry if this sounds stupid, but what's the difference between Jackrabbit and Oak? I'm looking into JCR170, specifically how to migrate content between two jackrabbit installations, and I've co...
Nunhood asked 29/3, 2018 at 13:27

2

Solved

We are building a news website similar to a blogging platform or a CMS. Users can write articles, post comment, like and share. We are newbies and are unable to decide between Jackrabbit Oak and Mo...
Owensby asked 12/9, 2015 at 6:57

4

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...
Olatha asked 11/5, 2011 at 19:26

3

Solved

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 Mo...
Handlebar asked 17/6, 2011 at 23:32

1

Solved

In one thread, a JackRabbit is being created: "docs-on-startup" #32 prio=5 os_prio=0 tid=0x00007f730d73e800 nid=0x601d in Object.wait() [0x00007f725bffc000] java.lang.Thread.State: RUNNABLE at s...
Radbun asked 28/4, 2016 at 9:16

2

Solved

I'm ussing the Appache Jackrabbit JCA 2.7.5, the problem is that files .docx and .xlsx is not indexed. My steps : Deploy the Jackrabbit JCA as resource adapter on glassfish create a Connector C...
Vertumnus asked 12/10, 2015 at 14:51

3

I am asking a very basic question here. Question is I am using Apache Sling , Apache Jackrabbit, Apache Felix in my project as said by my instructor. I am trying to understand why these software ...
Esmaria asked 10/6, 2013 at 6:49

3

I am using Apache Jackrabbit as a database. In my case, root node has numbers of child nodes(only at depth 1). All child node has unique name, i.e., some Integer. Each child Node have some propert...
Equidistant asked 22/5, 2013 at 17:33

1

Solved

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 u...
Investment asked 29/7, 2015 at 19:0

2

Solved

Lately, I have spent some time trying to better understand the AEM technology stack. There are so many pieces, it seems easy to get confused. I have been looking over the JCR implementations on AEM...
Deryl asked 8/7, 2013 at 21:1

1

How to get the CQ5 userInfo by using org.apache.jackrabbit.api.security.user like name and group information in java or jsp .?
Lezlielg asked 21/3, 2014 at 3:18

1

Solved

Is it posible if i want to set a cq5 component editable in page A, but not editable in page B. For example: at page A, i have C component we allow authors to open dialog and edit the component. B...
Triceps asked 12/3, 2014 at 3:0

2

Solved

Where do I go after doing the "First hops" in the Apache JackRabbit website? I don't understand how to create a repository that is not in memory and how to configure it and so on.
Johnathon asked 22/7, 2013 at 9:20

5

Solved

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 pro...
Clangor asked 16/12, 2008 at 6:0

2

Solved

I have created the node and created 3 versions. String path = "/my111"; MyClass m1 = new MyClass(); m1.setPath(path); m1.setName("Myname"); m1.setLanguage("English"); ocm.create(m1); ocm.save(); ...
Hellbox asked 20/12, 2012 at 8:30

1

I have two Jackrabbit instances containing the same content. Rebuilding the Lucene index is slow, 30+ hours, and the down-time needed in the cluster is risky. Is it possible to instead just re-inde...
Oxpecker asked 3/7, 2012 at 10:37

3

Solved

can anybody explain to me, how to proceed in following scenario ? receiving documents (MS docs, ODS, PDF) Dublic core metadata extraction via Apache Tika + content extraction via jackrabbit-conte...
Immoderate asked 1/3, 2011 at 14:22

3

Solved

Given that a lot of people use content repositories. There must be a good reason. I'm building out a new web application that will need to store content. Can someone help me understanding this? Wh...
Extirpate asked 11/7, 2012 at 18:41

3

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 suitab...
Klimt asked 2/12, 2011 at 14:44

1

Solved

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 to...
Roomy asked 17/9, 2011 at 6:36

3

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...
Chiquia asked 2/5, 2011 at 12:38

1

Solved

I have the following code to insert "rose.gif" into a roseNode. But how do I retrieve the file from the repository? Node roseNode = session.getRootNode().getNode("wiki:encyclopedia/wiki:entry[1]/...
Proglottis asked 13/1, 2011 at 22:16

1

I'm trying to change the name of a JCR node, but I have no idea how? Has someone of you some hints? Many thanks.
Zuckerman asked 12/11, 2010 at 13:17

© 2022 - 2024 — McMap. All rights reserved.