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

Importing packages in CQ5

My program to creates a jcr package(zip file), this package contains the node structure that can be imported in CQ5 crx package manager. While many nodes are imported successfully, there are certain nodes which failed to import content and i can see…
Rakesh
  • 4,264
  • 4
  • 32
  • 58
0
votes
1 answer

Migrating package to AEM 6. javax.jcr.nodetype.ConstraintViolationException: Item is protected

I have a package built on AEM 5.6.1 and I've tested that it works as expected. However, when I try to deploy it in AEM 6, I get the following error: Caused by: javax.jcr.nodetype.ConstraintViolationException: Item is protected. at…
birdy
  • 9,286
  • 24
  • 107
  • 171
0
votes
0 answers

how to configure Adobe CQ5 CRXDe site on IIS Server?

I have created Author instance for Adobe CQ5 using CRXDe Editor it working successfully, now want to publish it on IIS Server, i have also download Dispatcher for Windows OS and configured it with IIS, now i'm missing one which is how to host CQ5…
Amit Sharma
  • 1,088
  • 1
  • 19
  • 44
0
votes
1 answer

Create a hello world bundle in eclipse and check the working jar file on CRX

I am learning Adobe CQ5 on my own. I had pulled the folder structure of jcr_root to my eclipse workbench using vaultclipse. Now my request is can someone provide me some references wherein I can write a hello world bundle in eclipse, bundle it and…
Rak
  • 53
  • 1
  • 8
0
votes
2 answers

Possible to search through all JSPs in Adobe CQ5 repository with CRXDE?

We have a couple of relatively simple websites running on Adobe CQ 5.5 that were developed by a third party. I'm pretty familiar with how CQ works, but I'm working with somebody else's code here and I need to be able to search through all…
Michael Oryl
  • 20,856
  • 14
  • 77
  • 117
0
votes
1 answer

Open source equivalent to CRXDE Lite for Jackrabbit

Is there an open source equivalent to Adobe/Day's CRXDE Lite that can be used with the Sling Launchpad?
SlingNewbie
  • 11
  • 1
  • 4
0
votes
3 answers

How to custom page view impression in AEM 6.0?

I see in AEM 6.0 that have a built-in component for page view statistic, displayed as impression column in author site admin. But this built-in does not support for filter the top page view in sites and so on. This one is useful for calculate page…
Ha Doan
  • 135
  • 1
  • 11
0
votes
0 answers

CQ CRXDE lite servlet class location

Looking for the location of the servlet class of a compiled jsp. This is for debugging purpose. Version: CQ 5.6.1. IDE: CRXDE Lite
SubSul
  • 2,523
  • 1
  • 17
  • 27
0
votes
0 answers

Difference in XPATH results in CRXDE

I have 2 cq author servers, say A1 and A2. I executed an XPATH query on A1 and got few results. I created a package using these results and uploaded it to A2. The content on A2 now looks same as A1, but returns no results when executing the same…
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
0
votes
1 answer

How to build a catalogue in CQ 5.6.1

I'm a newbie in CQ5. My website has a catalogue to show many items. Ex: Sports 1.1. Football 1.1.1. premier league 1.1.2. La Liga 1.2. Tennis Education 2.1. Money 2.2. University Does CQ5 has an existing…
Ha Doan
  • 135
  • 1
  • 11
0
votes
1 answer

Content versions missing in copying content across CQ5 Environments

I have a question related with Adobe CQ5 content migration. We have two CQ5 environments.E1 and E2. We copied content of E1's author to E2's author instance. We did it by creating CRX content package. Our content copy went well but now we are…
Hitesh
  • 512
  • 6
  • 24
0
votes
1 answer

how to update sites in the siteadmin programmatically

Which javascript function is responsible for refrishing the sites in site admin see screenshot? I would like to use it to update the sites after I have changed some page properties programmatically.
Ronald
  • 2,721
  • 8
  • 33
  • 44
0
votes
1 answer

Can't update a cq5 workflow to get the current state.

I'm following this tutorial to write a workflow for 3 HTML forms (without using CQ5 form component and CQ5 workflow submit button). I use this code to write Process step handling for my workflow: public class MyProcess implements WorkflowProcess { …
Tien Nguyen
  • 4,298
  • 9
  • 30
  • 44
0
votes
1 answer

Search for substring in a node name in JCR using CQ querybuilder

I am trying to do a search in CRXDE in CQ using the CQ qurybuilder tool to find all node names(in the tree structure) that contain the character '#' but am not successful. Being new to the Querybuilder tool, I am not aware of the exact conditions to…
user3587788
  • 1
  • 1
  • 1
0
votes
1 answer

Embedded error: Failed to transfer file: http://localhost:4502/apps/myProject-core.jar. Return code is: 401

I use the following profile to deploy my osgi bundle to CQ5/crx: deployToAuthor false
Max_Salah
  • 2,407
  • 11
  • 39
  • 68