When attempting to activate a page, nothing happens, no error is thrown in the top-right as it usually does. Opening the browser inspector / console, I can see the following error (removed hostname and path to page but they are correct in the console log)widgets.js:3319 GET http://<hostname>:4502/li...
Hi ,For unit testing AEM applications we can think to use Mock objects via Mockito / other framework , one problem is to Mock as much as needed If i see here there are Mocks provided for JCR,SLING & OSGiOSGi: http://sling.apache.org/documentation/development/osgi-mock.htmlJCR: http://sling.apache.or...
Hi, can you please let me know is there a way to make AEM url as case in sensitive. I need to allow both of the below urls. http://mywebsite.com/content/home.htmlhttp://mywebsite.com/content/homE.html ThanksSam
After performing an in-place upgrade from CQ 5.6.1 to AEM 6.2, we have noticed that the permission applied for users groups got changed. This happens with most of the nodes under etc node. This disables access to the contents from consoles like Workflows, Package Manager, Tagging etc. Is it the expe...
One cq 5.5 is another machine and another cq 5.5 is running another machine.I want to tranfer file from one cq (/contents/c1) to another cq.How it can be done?I have tried option /team/export but it didn't work.
I'm using AEM 6.2 and I can't find how to add Image Profiles as described in this documentation (https://docs.adobe.com/docs/en/aem/6-2/administer/content/assets/processing-profiles/image-profiles.html). It says they can be added under Tools > Assets > Image Profiles, but there is no such option. I...
I just want to move repository from CRX1 (cq5.56) to CRX2 (cq6.1) with the help of oak jar.I tried this command: java -jar .\crx2oak-1.0.54-standalone.jar C:\Users\jangid\Desktop\aem 6.1\newauthor\CQ-Author\crx-quickstart\repository C:\Users\jangid\Desktop\aem 6.1\author\crx-quickstart\repository \-...
I must be doing something wrong, but I'm having trouble figuring it out ......I'm trying to get a connection to a db connection pool but I get a Null Pointer Exception on the DataSourcePool. Here is the code:@Component@Service(value = DatabaseConnectionImpl.class)public class DatabaseConnectionImpl...
Hi,We have noticed that View as published option in AEM 6.2 author instance includes Production DTM script (instead of Staging DTM Script), which affects Analytics Report (since analytics data is also coming from author instance). How can we rectify this issue since all the DTM rules are getting fir...