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
1 answer

How to access (closed user group) programmatically?

I have created Closed User Groupe My_CUG in crx and added some users user1 and user2. I would like to get the user registered in My_CUG and their email. How can I Access My_CUG programmatically?
Kristopher Peter
  • 145
  • 4
  • 13
1
vote
1 answer

SVN Integration With Eclipse and CRX (CQ 5.6)

I've managed to use FileVault with Eclipse Indigo to set up a local instance of my CRX. (Currently working with CQ 5.6) I would now like to set up an SVN server which maps my repository (currently a local folder, as I'm just testing how this works)…
bongman1612
  • 440
  • 1
  • 11
  • 23
1
vote
2 answers

How to add CSS, Images to a page in CQ5?

I am creating a new template and then a page from SCRATCH in CQ5. But I can't find the option to add my own CSS/images/JS to the page. I mean a place to add/upload the actual files. All the tutorials I've seen talk only about creating a template…
Riju Mahna
  • 6,718
  • 12
  • 52
  • 91
1
vote
1 answer

Is it theoretically possible to build a pure-JS bittorrent with chromium's installable-webapp API?

I think I heard that they're even allowing limited/sandboxed filesystem access now, so is there any barrier? Does the bittorrent protocol require raw access to initiating TCP connections that aren't necessarily HTTP? Is there any mechanism or…
Name
  • 11
  • 1
1
vote
1 answer

Roll back integration test data in CQ5

I'm searching for a solution to clean up after doing integration Tests in CQ5. We did manage after a while of research to run JUnit tests in CQ5 (this is bad documented). Now that everything is working as expected we are searching for a solution to…
Robin
  • 35
  • 4
0
votes
0 answers

AEM Add File: Exception occurred: This tree does not exist

I am trying to create a txt file under /conf but got this error: Exception occurred: This tree does not exist Here is the simplified version of my code - ignoring the file content: Session session = resourceResolver.adaptTo(Session.class); Node…
superninja
  • 3,114
  • 7
  • 30
  • 63
0
votes
1 answer

How to sell a chrome extension without leaking the source code

I developed an chrome extension I want to sell to a client, I want to charge my clients a little more if they also want to have the source code. Seems like the .zip file or .crx file I send him is not a safe way to do so, he can easily unzip it and…
HavanaSun
  • 446
  • 3
  • 12
  • 39
0
votes
1 answer

What ACE entry do I need to set so a specific group can view a list of active AEM workflow instances

Any idea what ACE entry (path, privilege, permission) I should add for a specific group to be able to see (read only) the list of ALL/any active workflow instances? The list of active instances is under this…
jea123
  • 1
0
votes
0 answers

Generate public and private signing key for chrome extension .crx given an ID

I am trying to sign an unpackaged extension with a fixed ID, and I need to set the ‘key’ in manifest.json to the public key and sign the extension with the private key (to result in a .crx) I found the following commands (Linux) to generate a…
0
votes
0 answers

Audio is not defined error when attempting to play audio from a background JS service worker

var audioFormattedURL = chrome.runtime.getURL("timerEnd.mp3"); var myAudio = new Audio(audioFormattedURL); myAudio.play(); This is a snippet of the relevant code and this is contained inside a function which is set to execute with…
0
votes
2 answers

get asset properties on htl page with asset path without using backend service in crx

I have an asset path, which contains an asset, which I want to display in the UI. I can display the image using the path. But I want to display asset properties like title and other metadata which are present in jcr:content under that asset…
0
votes
1 answer

AEM "Fourceunpublish" button need to disabled or delete

I need to disable to Force Unpublish button in AEM site. enter image description here Scenario : When I'm unpublishing a page in AEM site that is liked to another parent page AEM will show OOTB Force Unpublish option as in the picture in the…
0
votes
1 answer

Get ResourceResolver From ResourceResolverFactory, but the ResourceResolver is not able to get Resource by given path

Given siutation like this, author click publish (activate) a page Then I have following listener to handleEvent public class ArticleContentActivationEventHandler implements EventHandler { private static final Logger LOGGER =…
sefirosu
  • 2,558
  • 7
  • 44
  • 69
0
votes
0 answers

check API requirements crx/extension/chrome/chromium

I have an unpacked crx extension file, and want to know/check which chrome API's it uses, i cant find anything about this through my search engines, and have normally nothing to do with browser stuff. Edit: i want to do this just by hand, code…
0
votes
1 answer

AEM dialog using sling:resourceType include on the same component dialog twice

The requirement is, in a new component dialog, I need to have to tabs contains two generic CTA config , e.g: currently , my new component dialog setting as below:
sefirosu
  • 2,558
  • 7
  • 44
  • 69