jackrabbit
JackRabbit - Removal of duplicate rows
开发者_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[详细]
2023-02-14 16:35 分类:问答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:[详细]
2023-02-09 02:19 分类:问答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?[详细]
2023-02-04 19:58 分类:问答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 \"\'90be246a-a17[详细]
2023-02-03 22:06 分类:问答How to intercept server restart for GWT-based application?
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[详细]
2023-02-01 00:55 分类:问答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. Luce开发者_Go百科ne 2.4 is u[详细]
2023-01-29 01:57 分类:问答How can you change the name of a JCR node?
I\'m trying to change t开发者_如何转开发he name of a JCR node, but I have no idea how? Has someone of you some hints?[详细]
2023-01-24 14:01 分类:问答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)[详细]
2023-01-22 03:51 分类:问答JCR checkin/checkout operations
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):[详细]
2023-01-20 07:21 分类:问答how can I get list of revisions of file from webdav repository on client side
I\'m getting list of files via PropFindMethod: DavMethod pFind = new PropFindMethod(u开发者_如何学Pythonrl, DavConstants.PROPFIND_ALL_PROP, DavConstants.DEPTH_1);[详细]
2023-01-09 08:48 分类:问答