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

How many ways we can monitor AEM 6.x user activities when they are working on content as well as assets

How many ways we can monitor Aem user activities when they are working on content as well as assets( edit, delete, move, update) I see that there is 2 ways we can monitor (please correct me on this) 1. from crx/de in var/audit 2. from enabling…
Nicky
  • 21
  • 2
2
votes
2 answers

CQ5.5 Updating an existing package through CURL

I am using a series of CURL request to create my package. What I am doing currently: I created a new package, added filters to it and then built the package. Create package: curl -f -N -u ${USER}:${PASS} -d…
Blueboye
  • 1,374
  • 4
  • 24
  • 49
2
votes
2 answers

What does de stand for in crx/de?

From JSR-283 - CRX stands for Content Repository Extreme. What does 'de' stand for? (German?)
Saravana Prakash
  • 1,321
  • 13
  • 25
2
votes
1 answer

How to revert back the installed package

Is it possible to revert back the installed package(if any content modified with package installation) in CQ5 from the package manager console.?
VAr
  • 2,551
  • 1
  • 27
  • 40
2
votes
1 answer

How can we remove/modify the Namespaces from the CRX explorer

How can we remove/modify the Namespaces from the CRX explorer(//host:port/crx/explorer/nodetypes/index.jsp) Also observed that upon manual deletion of the entries which are registered at path "crx-quickstart\repository\repository\namespaces"…
VAr
  • 2,551
  • 1
  • 27
  • 40
2
votes
3 answers

How can I automate applying permissions for a JCR node?

For the CQ5 environment I work on we have a farm of publisher servers. Some of the content on these servers is restricted so only users who belong to certain groups can see the content. I'd like to script the setting of permissions for the folders…
Shawn
  • 8,374
  • 5
  • 37
  • 60
1
vote
1 answer

Unable to connect to CRX repository using the JCR API from Felix environment

I am trying to connect to CRX repository using JCR API. I followed the instruction at http://wiki.apache.org/jackrabbit/RemoteAccess. If I write a plain java class and try to access the crx repository using…
cpandey05
  • 1,241
  • 2
  • 17
  • 30
1
vote
3 answers

Is there a CMIS server available that is not running on Java?

I tried the usual: CRX from Day.com: not (yet) stable KnowledgeTree Community: couldn't get it to work (unless perhaps you buy the commercial version?) Nuxeo: very, very expensive, but looks good (is there a community version available?) yet a few…
lucasart
  • 1,643
  • 1
  • 20
  • 29
1
vote
0 answers

Why is /mnt/overlay/wcm/core/content/sites/properties.html missing? Where can I copy a pre-created one (like core/...) to easy my work with?

I am learning AEM 6.5 using "Build and Apply AEM elements to master components and websites!" on Udemy. On step 43, "Lab: Create Content Root For We.Train", the following error appears - and I assured I had no mistakes in following: Not…
1
vote
1 answer

Trying to set-up AEM installation in my new laptop and its showing File Not Fount exception

Was trying to set-up my local environment to practice AEM dev concepts and installed the same version of jdk8 and crx 6.5 version. When I try to instantiate the author jar, it's showing a FILENOTFOUND EXCEPTION. I tried with different versions of…
vidhya r s
  • 11
  • 3
1
vote
0 answers

AEM responsivegrid add customize button to editbar

Sorry for the confusing title, I have a customized responsivegrid parsys, what I need here is to create a customize button besides default buttons, something like this (not really a copy button, I am just using this as a concept, in fact I wish to…
sefirosu
  • 2,558
  • 7
  • 44
  • 69
1
vote
0 answers

How to validate password of a disabled AEM user?

I have the authorizable ID and a password text. In a normal scenario, I can directly get the session using slingRepository.login option. If I am able to do so, that means the credentials are valid. But let's say if the user has been disabled for…
ankur_rajput
  • 145
  • 2
  • 11
1
vote
1 answer

AEM /etc.clientlibs not accessible through Dispatcher

When requesting a page on dispatcher I am seeing this in my Publish instance error.log 18.12.2019 22:13:05.563 *INFO* [x.x.x.x [1576707185560] GET /etc.clientlibs/project/clientlibs/clientlib-all.fd5c5f2e8418f9ae1aa923efb9e7ad95.js HTTP/1.1]…
nabello
  • 716
  • 11
  • 29
1
vote
2 answers

CRXDE doesn't allow me to upload/download bundles

Version AEM 6.3, this is my local instance. Everytime I go into AEM to install a bundle on my local it says exec.json is missing, I found a manual override for the issue, but it's doubled my time to integrate bundles. Error Creating Package Failed…
ARLCode
  • 651
  • 6
  • 20
1
vote
2 answers

Ignore invalid xml when creating document with xsl transform

there is a java tool that uses several xsl transforms to convert data out of crx into esi xml markup. often esi markup is non valid xml because esi is often small snippets of logic that do not always have the same opening and closing…
Arya
  • 115
  • 1
  • 3
  • 7
1 2
3
11 12