We have upgraded our test server instances to 5.6.1. A couple of JSPs that use classes in a jar file we include in our content package are failing with a NoClassDefFoundError, as though they weren't loaded by Felix.Felix, however, does show the jar as fully active. This does not happen in our local ...
Whats the easiest (and more reliable/repeatable) way of removing all parts of an application from AEM. I mean, everything under apps, content, etc, var, ...I find myself doing this quite a lot recently (while I'm developing some dev tooling) and typically I do something like :-Uninstall and delete p...
How to read the null property array value?Example:Property type Valuearea String[] My requirement is i want to read the property which has a value as NULLPlease help me out to fix the issue.Thanks!MIke
hi i am very new to this technology can you please guide me from where i have to start learning AEM , i just complete the artice how to create fully featurwed website
What would be the most efficient way to retrieve a page's content/parsys rendered as html for a sling servlet? Supposing the user calls this servlet with a page path and the servlet just returns the html generated from the parsys on that page. Similar to how the <cq:include> tag works on the jsp sid...
Hi, After observing the jcr content structure,I am using curl to update the parsys rich text content for content/<mywebsite>/<myPage>/jcr:content/par/text/text. This is the curl command I am using. curl -u admin:admin -F"par/jcr:primaryType=nt:unstructured" -F"par/sling:resourceType=foundati...
I have created a simple component called link-field under which i have a another node called link has a text field and pathfield. The .content.xml are :<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Widget" xtype="multifieldpanel"...
Hi,I have followed http://dev.day.com/docs/en/cq/current/administering/configuring_rich_text_editor.html and configured copy and cut features to "edit" plugin. Whenever I clicked on copy/cut tools after selecting some text, I'm getting the following error in browser console -TypeError: this.editorK...
In AEM 5.6.1 duplicate node names at the same level were given unique names automaticallynode1 => node1 html => html html => html[1]This is not true in AEM 6. If you programmitically create the same node structure, you will get a duplicate node exc...