开发者_C百科I have asked this question on jackrabbit-users list but I didn\'t get an answer. JCR-SQL2 doesn\'t provide a SELECT DISTINCT (or similar, AFAIK). Neither do SQL or XPATH in JCR 1.0... How
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:
I have the following code to insert \"rose.gif\" into a roseNode.But how do I retrieve the file from the repository?
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 \"\'90be246a-a17
I develop web-application which uses GWT for clients and JCR (Jackrabbit) for persistence. Maven GWT plug-in (mvn gwt:run) launches some UI where communication between clients and server is tracked. T
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. Luce开发者_Go百科ne 2.4 is u
I\'m trying to change t开发者_如何转开发he name of a JCR node, but I have no idea how? Has someone of you some hints?
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)
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):
I\'m getting list of files via PropFindMethod: DavMethod pFind = new PropFindMethod(u开发者_如何学Pythonrl, DavConstants.PROPFIND_ALL_PROP, DavConstants.DEPTH_1);