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 use Dispatcher to publish from CQ5 Author instance to CQ5 publish instance..?

I'm able to publish site from author instance to publish instance using generic procedure, now i want to publish this with help of Dispatcher i download it and configure it with IIS now i'm confusing which instance should we host on IIS and how to…
Amit Sharma
  • 1,088
  • 1
  • 19
  • 44
1
vote
1 answer

Use BTreeManager with UserManager for user management in AEM 5.6.1?

We are running into the notorious 1000+ child node issue in the JCR for users, and we are trying to provide a solution without moving to a SSO or LDAP solution as the client does not have the budget for such a solution. Given the little…
1
vote
1 answer

Classes cannot be resolved in CRXDE eclipse

I am a newbie to CRXDE so please forgive me if this is a stupid question to ask. There were errors reported in CRXDE eclipse that some of the classes were missing or cannot be resolved. Please see code below (error msgs were added as comments): in…
Donald Zhao
  • 71
  • 1
  • 8
1
vote
2 answers

How to Enable CORS in CRXDE Lite/AEM

We use CRX DE lite/Adobe EM as our backend for our Angularjs SPA UI/frontend. How can we set CORS for this backend technology? We have access to the tool http://localhost:4502/crx/de/index.jsp to change settings. But we are not sure how to set…
Vijey
  • 6,536
  • 7
  • 43
  • 50
1
vote
1 answer

how to get HTTP request object in class implementing jackrabbit ExternalIdentityProvider

I am implementing custom external identity provider and to do this I need to implement ExternalIdentityProvider class from jackrabbit. http://jackrabbit.apache.org/oak/docs/security/authentication/externalloginmodule.html In normal case you would…
Homer
  • 59
  • 2
  • 7
1
vote
1 answer

Why Is the Eclipse Plugin for Day Communique not working?

I am trying to get Eclipse working so that it builds my war to a local instance of Day Communique. I am using the plugin for eclipse from day: http://www.day.com/eclipse/ The .war file uses spring to start some processes. When I install the war…
Jeff Martin
  • 10,812
  • 7
  • 48
  • 74
1
vote
1 answer

Adobe CQ EXTJS component data post to servlet

I got a EXTJS CQ component with two text fields and and button. When the "save" button clicked, the dialog data has to be submitted to custom sling servlet. Custom sling servlet will call a osgi service and finally saves data to crx using jcr…
Sri
  • 1,205
  • 2
  • 21
  • 52
1
vote
1 answer

OSGi bundles Import Packages and Embed Dependencies

I'm having an issue with an OSGi bundle project as follows: I have classes that require the use of JDOM. I currently have the project working fine when I deploy JDOM as a separate bundle. That bundle exports the following…
1
vote
0 answers

CRX remote access with full JCR 2.0 API support

I need to access a CRX content repository remotely. This is currently done via RMI. But there are some essential methods (like JcrUtils.getWeakReferences(node) for instance) which lead to an UnsupportedRepositoryOperationException. How can I access…
Markus
  • 1,222
  • 1
  • 13
  • 26
1
vote
3 answers

Where to store lookup data in Adobe CQ

For the past 3 years or so, we have been increasing our usage of Adobe CQ. We started out using 5.4 where several developers (on the recommendation of Adobe Consultants) stored several lookup "tables" of data in /var/site/app node. These were used…
David Frey
  • 33
  • 8
1
vote
1 answer

ADOBE CQ5 JCR - How to orderby/sorting query builder result using node's property

basically below is the java coding part, which the result will then be populated to a .csv file. However, I dont seem get the ordering part right (last line in below snippet). Map map = new HashMap
James
  • 13
  • 1
  • 1
  • 6
1
vote
1 answer

understanding current location of current resources

I'm going through training for Adobe CQ5 developer and I'm trying to understand the location of the current resources in a Component. For instance, when creating a widget for an image component: The Properties are: And then with a complex…
knennigtri
  • 197
  • 1
  • 8
1
vote
2 answers

how to check pageproperty on type String[]?

I have in the dialog.xml the following property: Now I created new page and filled this property with three values (string1, string2, string3). this property in crx jcr:content looks like this: Name | Type |…
Max_Salah
  • 2,407
  • 11
  • 39
  • 68
1
vote
2 answers

"Illegal address in String" email template in CQ5 javax.mail

Working on a customised email template in CQ5, I have created in following text file under etc/notification. The workflow is triggered when a form is filled in by the user. From: Order Brochure To:…
mmmpieee
  • 15
  • 1
  • 5
1
vote
0 answers

how to debug in crxde eclipse?

right now I am having difficulties with debugging my simple jsp pages in Crxde eclipse. I am following This link for debugging but I am not able to debug my application, debugger switches to debug perspective but it does not stop on break point.
ankit
  • 4,919
  • 7
  • 38
  • 63