jcr Questions
2
Solved
I am starting a new project that needs to connect to a repository that offers JCR and CMIS APIs.
The project is in Java and both APIs offer every operation we need.
What API would you chose and wh...
Assassin asked 26/5, 2010 at 2:26
1
Solved
I need a tag based search system by JCR like Modeshape. i want to search nodes by some tags.
Question is that what is the best way to implement it?
Adding new node type and mixins for tags
so if ...
1
Solved
I want to do a search in the content repository using one or more of the values as an input parameter for a multivalue property
Something like: find all nodes with the primary type 'nt:unstructured...
Mudcat asked 1/11, 2011 at 15:5
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
2
Solved
I'm just starting to work with JCR (apache jackrabbit), i want to ask simple question (because i coudn't find good tutorial for it):
So for what do i need Node.checkout and Node.checkin methods?
Wh...
Starter asked 15/10, 2010 at 15:17
1
Solved
I'm trying to evaluate content repositories (JSR283) like Jackrabbit and ModeShape but I must confess that I don't understand what problem resolves in first place and even if it is a good choice fo...
Rockingham asked 11/10, 2010 at 17:35
3
Solved
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 wou...
Unprovided asked 5/8, 2009 at 15:47
1
Solved
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 Jackra...
Maurice asked 14/12, 2008 at 18:54
© 2022 - 2024 — McMap. All rights reserved.