Tagged Questions
JSR 170 specifies a standard API to access content repositories in Java. The detailed description is here: http://jcp.org/en/jsr/detail?id=170
17
votes
9answers
2k views
What is a good Java based Content Management System for us, and why?
I have a situation where we would like to provide an Open Source CMS backend to our legacy system in addition to the current offerings for those not needing integration with existing installations.
...
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 = ...
2
votes
2answers
783 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
120 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
201 views
JCR Re-opening Connections
I am using JCR 1.0 and I am having problems re-opening JCR connections after I close them.
Here are my two helper methods:
private void openConnection() throws Exception {
loadDbProperties();
...
1
vote
1answer
227 views
Jackrabbit Running Queries against UUID
I am using Jackrabbit and I am trying to query for an existing node which has a UUID.
My code is shown below. The problem is that UUID for referenceNode is of the form ...
1
vote
1answer
165 views
JCR (JSR-170) connector for Lotus Notes
I'm looking for JCR (JSR-170) connector for Lotus Notes Domino Server 7 for integration between our customer Domino server and our software.
Does anybody has an experience in dealing with such JCR ...
1
vote
3answers
877 views
How do I configure custom node definitions in Apache Jackrabbit?
Is there a way that I can configure custom node types for Apache Jackrabbit to be registered when a new repository is instantiated?
I am automating my build using Apache Maven and have some unit ...
0
votes
2answers
469 views
Problems with hyphen in Jackrabbit XPath query
Firstly, let me just say that I'm very new to JSR-170 and Jackrabbit/Lucene in general.
I have the following XPath query:
//*[@sling:resourceType="users/user-profile" and ...