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
0
votes
4 answers

Create .CRX (chrome extension / webapp ) file on demand using PHP

I need to create CRX file on the fly. It's for my CMS backend, so it will be just for authenticated users who can install CMS backend as webapp and offer some more privileges to the web app. The problem is, that the backend is used for many domains…
Frodik
  • 14,986
  • 23
  • 90
  • 141
0
votes
1 answer

AEM custom logs creation from scripts

we are automating the AEM configurations, we have a requirement for creating a custom log file. current Manual step followed is login to AEM Felix console -> Sling -> log support ->Add new logger parameters updated are log level, log file and…
Tejas
  • 3
  • 4
0
votes
1 answer

Adobe CQ5: List only installed packages

Right now I am using below command to fetch all package names in my CQ5 instance. curl -u admin:admin http://localhost:4502/crx/packmgr/service.jsp?cmd=ls But this is giving me all packages like Installed , uninstalled but not deleted and uploaded…
Raja G
  • 5,973
  • 14
  • 49
  • 82
0
votes
1 answer

AEM create package with 1 node only

Is it possible in AEM to create a package for /home/users, but with ONLY 1 node under each user ? Example, I have 100 users in AEM and every user has custom data in 1 node only. Can I fetch only this node for all the 100 users in a package ? The…
Riju Mahna
  • 6,718
  • 12
  • 52
  • 91
0
votes
1 answer

Adobe AEM | Component is not being created in content folder

I'm trying to add a logo component inside a new component that I've created. The project was created using the eclipse aem plugin. My component, that inherits from a native component. My content component
Italo Pessoa
  • 179
  • 1
  • 12
0
votes
1 answer

Unable to upload package in AEM 6.2 - package file parameter missing

Everytime I upload a package on my QA server via Package Manager, it keeps loading it for a long time and then throws an error saying "package file parameter missing" The error logs show absolutely no activity regarding the package. This happens…
Riju Mahna
  • 6,718
  • 12
  • 52
  • 91
0
votes
2 answers

How search feature works in AEM

 From AEM documents I can figure it out how to write queries for Aem content search, but How search feature works in AEM? Which bundle or framework does the magic of searching the content and present back. How internally content is being traversed…
krish
  • 469
  • 1
  • 15
  • 34
0
votes
1 answer

ServiceReference not fetching the all class names for activation

I'm using the below code to fetch the all reference classes in-order to activate it : String filter = "(component.factory=com.requestclasses.mypack)"; bundleContext = componentContext.getBundleContext(); ServiceReference[] references =…
0
votes
1 answer

Component in AEM console not activated

I have created a servlet class which will get called while making a ajax call.When seeing it from AEM console system/console/components ,its status is in Factory mode but it should have the status Active also.How to make the Component Active ? Can…
0
votes
1 answer

How to stop filevault to compress jcr hierarchy?

I am working on cq and crx server. When I make package using package manager there (which uses filevault), I see that it is compressing some of hierarchy. For example, suppose there is a hierarchy /apps/a/b/c/d and when I try to make its package. I…
Rahul Jain
  • 357
  • 2
  • 17
0
votes
3 answers

How to insert text into a form with JavaScript

I'm trying to create a simple extension for personal use. It's partially from laziness, and partially from an urge to learn. I've never made extensions before, but I've been looking at the documentation. Now I just need to write the code. What I'm…
Tommy
  • 365
  • 1
  • 5
  • 7
0
votes
1 answer

How to store encoded values of special characters in AEM property?

I have a requirement like entering special characters in dialog. In page level it should display the special chars (it's working fine) I written a beforesubmit function such that, before storing the value into the crx, I'm replacing special…
Vijay
  • 53
  • 12
0
votes
1 answer

How to Create a new Repository in crx/explorer/

Am trying to use the crx/explorer to create a new workspace. Can any one help me how to use this UI for the creating a new workspace.? Error while creating workspace 'test.workspace': javax.jcr.UnsupportedRepositoryOperationException: OAK-118:…
VAr
  • 2,551
  • 1
  • 27
  • 40
0
votes
0 answers

AEM 6.0 crx/de goes blank every now and then

We use AEM 6.0 for a client and crx/de goes blank every now and then. Not sure why and the frequency that it happens , but on a random check of every 3 or 4 hours the crx/de page of a publish instance does not even load the crx/de page , it just…
Randy Orton
  • 11
  • 1
  • 3
0
votes
2 answers

Is there any way of getting CRX content without using OSGI

Is there any way to get CRX content without using OSGI service? Am looking for an use case to implement a top navigation for a website which is required to read page names and its properties via javascript framework like angular JS.
VAr
  • 2,551
  • 1
  • 27
  • 40