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
1
vote
0 answers

jackrabbit accessmanager: How to create ACL with restriction rep:glob="/foo"

We installed the Accessmanager Bundle and now we are creating our ACL inside the JCR using curl commands. For example: curl -u admin:XXX -FprincipalId=testgroup -Fprivilege@jcr:read=denied http://myhost:4502/content.modifyAce.html` But I have no…
1
vote
1 answer

AEM client lib switch between JS/CSS version

my questions is, has anyone come across something like e.g switching JS lib between aem60 and aem63. What I mean is, e.g: in AEM6.0 instance, my component will use Parsleyjs version 2.2.0, now because we are slowly upgrading each instance to…
sefirosu
  • 2,558
  • 7
  • 44
  • 69
1
vote
2 answers

Allow control allow origin add-on for chrome install offline

My work place does not have internet connection and I want a Chrome add-on named "Allow control allow origin". I read there is a CRX file which can be used to install add-on offline. So what I planned is I will download the CRX file at home and mail…
Anna
  • 1,669
  • 7
  • 38
  • 63
1
vote
2 answers

Package errors on install Crx/de - no logs - AEM 6.3

When attempting to upload and install a file created via ./mvnw clean install I'm running into the error below: Install Package: /etc/packages/apple-cms/cms-content-v1.zip Mon Mar 19 2018 15:53:13 GMT-0400 (EDT) Installing content Collecting…
Ashley
  • 2,256
  • 1
  • 33
  • 62
1
vote
1 answer

How Aem content traversed and get resolved into presentation layer?

Can any one explain me what will happen internally into Aem content. How it gets resolved and represented back to presentation layer.? Am more curious about the Sling internal mechanism on top of content delivery resolvation.
krish
  • 469
  • 1
  • 15
  • 34
1
vote
1 answer

Delete the list of unused DAM images in database through an UI in Adobe Experience Manager

I am new to Adobe Experience Manager. My task is to retrieve the list of unused images from database and needs to delete that through an UI. I have given a Select query which displays list of unused images. After google search I got some idea…
user3649158
  • 63
  • 1
  • 9
1
vote
2 answers

AEM startup issue

While starting AEM author, it gives the following error: WARN [FelixStartLevel] org.apache.jackrabbit.core.util.RepositoryLock Existing lock file C:\CQ5\AEM-author\crx-quickstart\repository.lock detected. Repository was not shut down…
1
vote
2 answers

discrepancy in CRX property data types in AEM

While configuring mail service com.day.cq.mailer.DefaultMailService, I came to know that SMTP port should be an integer (smtp.port=I"465"). But if I try configuring using sling:OsgiConfig node, as the CRX is not providing Integer for data type (only…
Dileepa
  • 1,019
  • 1
  • 15
  • 40
1
vote
2 answers

Is it possible to create replica of admin user

I am trying to impersonate user(system user) using admin session. For admin session, I am using repository.loginAdministrative which is now deprecated. I dont want to use this. Is there any other way I can replicate admin user and save the node…
Manan Kapoor
  • 675
  • 1
  • 11
  • 28
1
vote
0 answers

Why Felix console has different login machanism

Scenario: when i'm logged in on crx/de in aem and i open felix console(localhost:4502/system/console) then it prompts me to login again. but when i directly open felix console in aem, i'm already logged in on crx/de as well. what concept comes into…
Shashi
  • 746
  • 10
  • 39
1
vote
1 answer

Cq 6.0 and 6.1 different sql2 request result while content same

We are migratiing from aem 6.0 to 6.1 We faced the following problem: in 6.0 following request was successfull: SELECT * FROM [oak:Unstructured] AS s WHERE ISDESCENDANTNODE(s,'/etc/commerce/products/goods') AND [cq:commerceType]='product' AND…
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
1
vote
4 answers

Find HTML Tags in Properties

My current issue is to find HTML-Tags inside of property values. I thought it would be easy to search with a query like /jcr:root/content/xgermany//*[jcr:contains(., '')] order by @jcr:score It looks like there is a problem with the chars <…
Sören
  • 177
  • 4
  • 16
1
vote
0 answers

javax.jcr.ItemNotFoundException: node /content/my/live/copy has no child node with name someNode

I created a live copy in Adobe CQ. It all works fine, but suddenly I get an error when I try to do a rollout of a page that has an node representing a page property. The error is the following: ItemNotFoundException: node /content/my/live/copy…
Gabi
  • 687
  • 1
  • 7
  • 18
1
vote
1 answer

How to autopopulate form fields in AEM 6

I'm making a simple form in AEM 6 and want to autopopulate some fields based on a response in other fields. For example: I made a drop down list with options 0=red and 1=black and below it I made a text box. I want the text box to be autopopulated…
birdy
  • 9,286
  • 24
  • 107
  • 171
1
vote
1 answer

How to change layout of pre-configured site in AEM 6

I am trying to change the layout and customize the pre-configured Geometrixx-Gov site in AEM 6. For example, I would like to change the blue color in the header Also, I would like to change the text of All Applications to something else I want.…
birdy
  • 9,286
  • 24
  • 107
  • 171