i want to remove my current content from my DataBase tables. and take them to a Content Repository (JCR)
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 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 Login