Questions tagged [crx]

Adobe CRX is a commercial implementation of the JCR based on Apache Jackrabbit. It is packaged by Adobe in the ADEP solution.

Adobe CRX (short for Content Repository eXtreme) is a commercial implementation of the JCR based on Apache Jackrabbit . It is packaged by Adobe in the ADEP solution.

CRX 3 based on Apache Jackrabbit Oak is available in AEM 6

Link

166 questions
31
votes
6 answers

Apps, Extensions and scripts cannot be added from this website

I'm trying to add the Rapid Interface Builder extension to chrome using the rib.crx file I downloaded from https://01.org/rapid-interface-builder/downloads/2012/rib-preview-1-chrome-extension Unfortunately, every time I open the crx file with chrome…
22
votes
2 answers

How/When is CRX and Apache Jackrabbit used in CQ5/AEM?

Lately, I have spent some time trying to better understand the AEM technology stack. There are so many pieces, it seems easy to get confused. I have been looking over the JCR implementations on AEM. I keep reading that it uses CRX. However, I…
Woodifer
  • 1,019
  • 1
  • 7
  • 15
17
votes
4 answers

How to create chrome crx file programmatically (preferably in java)?

I want to create chrome extension crx file programatically (not using chrome.exe, because it opens new chrome window). So what are the alternatives for same ? My preference is java, but if its possible in other language then also I am okay.
Silent Warrior
  • 5,069
  • 8
  • 41
  • 52
16
votes
3 answers

"Chrome extension throws CRX file Error "CRX_REQUIRD_PROOF_MISSING"

I have Chrome extension and create the crx file using developer mode. I uploaded the crx file to some internal url (www.xyz.com/internal.crx). Whenever i am trying to install the extension with URL (not in developer mode) it is throwing error…
amitsingh
  • 230
  • 1
  • 2
  • 8
8
votes
1 answer

Copy Lucene indexes between Jackrabbit repositories

I have two Jackrabbit instances containing the same content. Rebuilding the Lucene index is slow, 30+ hours, and the down-time needed in the cluster is risky. Is it possible to instead just re-index one Jackrabbit then copy the Lucene index from…
Rup
  • 33,765
  • 9
  • 83
  • 112
6
votes
1 answer

Jackrabbit searches across joined nodes

I have tagged objects in a Jackrabbit repository (actually Adobe/Day CQ's CRX, but I think this is the Jackrabbit code): asset: tags = A, B child asset data 1: tags = A, C, E child asset data 2: tags = D, E I want to query against the union of…
Rup
  • 33,765
  • 9
  • 83
  • 112
5
votes
1 answer

how to fix CRX_REQUESTED_PROOF_MISSING error

I am creating a website that have a link to download my chrome CRX app to install it on chrome, the problem is whenever I try to download it it's give me an error that says: " Package is invalid: 'CRX_REQUESTED_PROOF_MISSING' ". How can I fix this…
AdelSbeh20192
  • 61
  • 1
  • 3
5
votes
3 answers

Create Google Chrome Crx file with PHP

Id like to be able to generate a crx file with PHP. A crx file is a zip file with an additional header and Im at a lost on how to create this header. I can create a crx file if I use a pregenerated pem file but this leads to all the crx files…
PAEz
  • 8,366
  • 2
  • 34
  • 27
4
votes
2 answers

what is the JCR role in the AEM technology stack.?

I can see in AEM technology stack there are multiple frameworks like OSGi, JCR, CRX, Granite. but am unclear about the usage and the involvement of JCR vs CRX. Can anybody explain me whats the role of JCR & CRX in AEM?
krish
  • 469
  • 1
  • 15
  • 34
4
votes
2 answers

curl command to add a value in a multi valued property of a particular node in CQ

I have a paticular node for eg : /content/site/advisors/jcr:content which consists of a property "cq:allowed templates" whose value consists of multiple string values(array of strings) .I want to add another string value into it using a curl…
rishabh aggarwal
  • 129
  • 1
  • 3
  • 9
3
votes
3 answers

CQ5 - Hiding a tab within a component dialog depending on user group?

Any ideas how I would hide or show a dialog tab panel depending on which user group the user belongs to? I tried to do this through the CRX content explorers (ACL's). But I'm not getting much luck with it. Cheers
Owzzz
  • 177
  • 1
  • 4
  • 15
3
votes
2 answers

Why should the header and footer in AEM be defined as experience fragment rather than making them a header or a footer component?

In AEM, I see that its good to make the header as an experience fragment that making it as a component. Any reasoning for that?
3
votes
1 answer

in CQ5 , How to connect an External Database in place of JCR?

I have to connect an External Database ( MySQL ) in place of the inbuilt Content Repository that is called JCR in CQ5 . I am unable to do it . Please give ideas . Suggestions are invited. Komal
Komal Arora
  • 303
  • 1
  • 3
  • 15
3
votes
1 answer

Build Issue in AEM crx package manager

While building a package in AEM using crx package manager throwing an error "package build Undefined". But when I check under etc/packages/mypackages , package was created. Even there is no error or exception in error logs. How can I resolve this…
Pavan Kumar
  • 43
  • 1
  • 6
3
votes
1 answer

Appendable files in JCR

I am going to run a process that may take minutes or even hours. To track history of such runs I create a node of custom type per run with relevant process metadata stored within. Additionaly I want to store log file under such node. This seems to…
Dmitry Kankalovich
  • 553
  • 2
  • 8
  • 19
1
2 3
11 12