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
3
votes
2 answers

How to integrate login module with external user system exposed as RESTful API in AEM 6.0?

I'm researching how to integrate or custom login module in order to work with external user system exposed as RESTful API. I saw AuthenticationHandler interface but it seems that it only extracts credential from user request. Then build and send the…
Ha Doan
  • 135
  • 1
  • 11
3
votes
1 answer

Does CQ5 store modification list(history) of crx?

Sometime someone want to change inside something crx directly on environment. Often it is a cause of unworking state of environment. And often enough hard to find the cause of the problem. And I think it is will be helpful if cq5 crx will have audit…
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
3
votes
1 answer

add custom metadata namespace in CQ DAM

I'm trying to add custom metadata namespace to CQ DAM. I. e. URI http://example.com/ with prefix ex added namespace in /crx/explorer/nodetypes/index.jsp in Namespaces tab added line in…
zacheusz
  • 8,750
  • 3
  • 36
  • 60
3
votes
1 answer

Jackrabbit locks up with many open ACEs

I am running into an issue where a lot of processes block due to having more than 1000 access control entries active at a time; this is a known issue in Jackrabbit; a work-around has been identified and rolled out into 2.4.1, but CQ 5.5 / CRX 2.3…
TML
  • 12,813
  • 3
  • 38
  • 45
3
votes
3 answers

How is content published from Author to publish Environment in CQ5?

I have installed two instances of CQ5-quickstart.jar . One as Author and one as Publish. I have a very basic query. If I publish/edit some content in the Author Environment, HOW will it be visible in my Publish environment ? I mean, is the flow of…
Riju Mahna
  • 6,718
  • 12
  • 52
  • 91
3
votes
1 answer

How can I seamlessly transition from self-hosting to the web store?

I currently self-host my Chrome extension - but with the recent changes making it more complicated for less technical users to sideload Chrome extensions, I'm considering moving it to the web store. Problem is: I don't see a clear transition plan…
3
votes
1 answer

Renaming users via sling

We have an external identity management system which has to manage the lifecycle of users in CQ5 using Sling and REST. We are able to create and delete users and groups with Create POST http://$host:$port/libs/cq/security/authorizables/POST…
Matteo
  • 14,696
  • 9
  • 68
  • 106
2
votes
2 answers

Adding external Java Libraries to Adobe/Day CRX (2.2) for use in JSP files

my company is looking into using Adobe CQ5 as a new content management system and I've been given the task of figuring out how to do certain things with it. One thing we would like to do is use some JARs we created for our old web-apps in scriptlets…
Damon
  • 209
  • 3
  • 9
2
votes
2 answers

Compile unit tests in Adobe CQ5 CRXDE that reference Felix OSGI bundle JUnit code

I want to write some unit tests that run within Adobe CQ 5.4. I am doing what is described in this article for testing within CQ: http://jtoee.com/2011/09/799/ However, after I create the unit test class in my Java code, it won't compile within…
Shawn
  • 8,374
  • 5
  • 37
  • 60
2
votes
1 answer

AEM content fragment graphQL, query all parent fragments that includes given content path

Bascially, what I need is , given a content path, e.g let's say a piece of content fragment built by Product Model. Then I have another content fragement (let's say it is parent content fragement) built by a diff model called 'PageBody' , this…
sefirosu
  • 2,558
  • 7
  • 44
  • 69
2
votes
1 answer

How to customize Adobe/Day Communique Bundle Build Process?

Is there a way to add additional build steps to the Bundle building process that is triggered when you right click and select "Build Bundle" from within CRXDE? My specific use case right now is to be able to run the xjc compiler to generate some…
Craig S. Dickson
  • 407
  • 6
  • 14
2
votes
0 answers

Creating personal extension and host over local network

I'm working on an extension that I want to use at 3 locations on probably 100 computers. Rather then re-imaging the computers every time I have have to update the extension, Can I host the extension on a pi at each sight and set a policy with the…
2
votes
1 answer

AEM FileDataStore missing parameter options

I am trying to configure the FileDataStore on my local environment on an AEM 6.5.4 Author instance. That said contrary to what the documentation indicates : File Data Store This is the implementation of FileDataStore present in Jackrabbit 2. It…
nabello
  • 716
  • 11
  • 29
2
votes
1 answer

AEM CRXDE Query widget customization

I need to customize the query widget in CRXDE (the one from Tools -> Query). Specifically I need to be able to add a new button to save queries into some sort of favorites as well as to load them. And a second button in search result widget to…
Diana R
  • 1,174
  • 1
  • 9
  • 23
2
votes
0 answers

Installing a CRX file to Chrome

I have been trying to install a CRX of a program that I have developed and I want to be able to install it by dragging and dropping it into chrome://extentions to make it easier for the people I am sharing it with. I do not want to load it or unpack…
JishCodes
  • 25
  • 7
1
2
3
11 12