We are finding a lot of usability issues with the default width of dialog widgets. We have been using:anchor="" width="160"...for various other components including text inputs and color pickers. This does not work for selection dropdown.
Hi,We keep getting replication errors on our Publish instance whenever we tried to replicate content from Author. The socket timeouts is causing replication to move very slowly. Why does this happen? How can we fix this? Has anyone encountered this before?15.10.2014 22:53:40.716 *WARN* [137.57.2...
I am getting below error in error.log (last) when I start the instance, this is clustered as a slave server and it is not coming up .. and takes the home page to some weird link ::: http://3.34.190.148:4502/libs/granite/core/content/login.html?resource=%2F&$$login$$=%24%24login%24%24 and pose a ...
Good afternoon.Been trying to implement a commerce solution into my project.Using the following package:cq-commerce-content-5.5.4.zipThe outdoor site is now not working, and the /editor.html/ include insidethe URL breaks pages, even in different sites.I havent been able to find any documentation on ...
Hi All,I have a requirement of loading the existing .svg formatted images in .jpg format.We are currently using CQ5.5 version. Is there any OOTB option or workflow which converts the images into the required format.ThanksNaren
Hi all, We are upgrading from 5.4 to 5.6.1 . We have lots of content (assets, pages etc) in 5.4 and now we want to do inplace upgrade to 5.6.1.Did this inplace upgrade re-index all the assets again ? Any rough estimate how much time it takes for 100 gigs data We have done a garbage collectio...
I like to create test classes which can be started on local system connecting to an AEM repository. To be able to use same code as running inside repository, I need to have a proper ResourceResolver initialized. Of course, inside a running AEM instance, I just get it from the SlingHttpServletRequest...
How to get the logged in username using client context. I tried following code, but got admin as output, where as i want output as user logged in the geometrixx website. Session session = resourceResolver.adaptTo(Session.class); String userName=session.getUserID();i guess this can be done using clie...