Questions tagged [jcr]

JCR is an acronym for Java Content Repository: an API and object database of hierarchical data mainly used by content management systems. Apache Jackrabbit is an open source implementation; there are several commercial products.

JCR is an acronym for Java Content Repository: an API and object database of hierarchical data mainly used by content management systems. Apache Jackrabbit and ModeShape are open source implementations. There are several commercial products such as Adobe CRX

Links

784 questions
-1
votes
1 answer

Apache Jack Rabbit JCA 2.6.0.rar Installation on Websphere

I am trying to install Resource Adapter of JCA (Jack Rabbit) version 2.6.0 on Websphere (v9) but i get error that JCAManagedConnectionFactory can't be found. I have also tried other versions of JCA but still of no help. I have downloaded the the…
-1
votes
1 answer

parent page properties magnolia

when i'm creating a new page i want to get a parent page property. I create a custom combofield with nodes from a specific path, but i need a parent page property to complete my path. Any idea? session =…
pacheco
  • 13
  • 3
-1
votes
1 answer

How to programatically access JCR 283 compliant CRX repository?

I am working with Adobe LiveCycle ES4 which uses a CRX repository. I wanted to write a Java program that could access the content of the JCR 283 compliant CRX repository. The application runs on WebSphere server. Many websites mention JCR-1.0 API to…
-1
votes
1 answer

How to Commit node in JCRRepository

How can i commit a node in JCRRepositorty that will persist in all session.
Romi
  • 4,833
  • 28
  • 81
  • 113
-1
votes
2 answers

javax.jcr.RepositoryException: Not a relative path

while accessing the node i am getting following error: javax.jcr.RepositoryException: Not a relative path i am newbie to AEM CQ5.i tried to google it. did not found any description about it. Thanks in advance!
Mayur Desai
  • 121
  • 1
  • 3
  • 13
-1
votes
1 answer

renaming jcr nodes customly (in CQ/AEM)

Authors make some comments once a month. It is stored in "content" in jcr under node "remarks". each comment is stored in a child node which is named as"remarks_xxxx" where xxxx are random alphabets and numbers. I need to rename all the …
pcoolp
  • 3
  • 3
-1
votes
1 answer

Get the list of permission given to a group for a page in AEM

I have a requirement to go to a particular page and find out the permissions granted to a group for that page programmatically. This I have to achieve in AEm6.0. Please give some code snippets which can help me in achieving this. Any help is highly…
Tushar
  • 151
  • 2
  • 18
-1
votes
1 answer

How do we capture the events in Tagging console?

I need to capture the events for tagging in CQ. Need to capture the tags whenever the users add/remove/change/delete tags in CQ tagging console. I have an idea to implement a workflow & launchers to handle the event handling in tagging console.…
ezhil
  • 977
  • 6
  • 15
  • 36
-1
votes
1 answer

How can I copy a page to a given path, if the parent of the target destination does not exist yet?

I want to copy a page to a target path as follows: Page page = "pagePath"; PageManager pageManager = getResourceResolver().adaptTo(PageManager.class); pageManager.copy(pagePath, pagePath + "/target/newPage", null, true, false); This works fine,…
Max_Salah
  • 2,407
  • 11
  • 39
  • 68
-1
votes
1 answer

Problems with Discover Sling in 15 minutes

I have problems with creating a content node with cURL. I execute the following command: curl -u admin:admin -F"sling:resourceType=foo/bar" -F"title=some title" http://localhost:8080/content/mynode But I can't see…
Ventsislav Marinov
  • 594
  • 1
  • 6
  • 14
-1
votes
1 answer

Would you start a new project and store files in a Java Content Repository?

I need to store uploaded files in my web app. Database seems to be wrong even though someone says it is just fine. Uploading the files to the local filesystem of the app container is not scaleable. So from what I know the only option I have is JCR…
LuckyLuke
  • 47,771
  • 85
  • 270
  • 434
-1
votes
2 answers

How to create new custom Node Type in adobe CQ

I am new to CQ ,How to create new custom Node type in Day(adobe) CQ5.4 like mycmpny:testNode
CQ user
  • 11
  • 1
  • 2
-1
votes
1 answer

Getting org.apache.jackrabbit.core.state.ItemStateException while working with jackrabbit repository

class="org.apache.jackrabbit.core.persistence.bundle.PostgreSQLPersistenceManager">
-2
votes
1 answer

NullPointer exception on calling @Postconstruct method in AEM Model

I am trying to use AemContext to adapt the JSON resource file with Model. I used @Postconstruct annotation for initializing the model function. But every time I run the project, I get a null pointer exception on invocking getList() function in the…
Anim
  • 49
  • 6
-2
votes
1 answer

Does the latest version of apache jackrabbit support Java 11?

Since upgrading from Java 8 to Java 11, the Jackrabbit JCR setup in my project has stopped working; it's either not saving or loading the data correctly (haven't quite figured that out yet). I just wanted to double check that Jackrabbit JCR does…
Saif Navid
  • 15
  • 1
1 2 3
52
53