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...
All, we've been running into this issue where every time we deploy our code to an AEM instance (5.6.1) the PermGen space increases which I can monitor by attaching VisualVM. Now there are some good resources available by Frank Kievet about this so I've been reading through this blog post: http://fra...
(man these forums are simply unusable, I tried searching, and I always get a blank page, and it takes forever to get it)I am developing report components to list vanity urls used in our site. The thing I would like to do is to have one report line per vanity keyword (the vanity URLs is a multi valu...
Hi again...I copied existing container component to a new component.The old one is perfectly is a container.But my new component is behaving as a containerI see all the settings are the same.Could you please point to what did I miss?
Hello !Our dev team is facing a problem when creating bundles.Sometimes when deploying the bundle with maven : mvn clean install -P autoInstallBundleFrom the UI it is sometimes impossible to use the play button to start the bundle, especially when we have restarted the AEM instance since a short whi...
Hi,The idea is that when we activate pages/assets, they will be published and are available in Publish Server.But when we install Publish for the first time, how would it have some pages/assets already?Appreciate your responses.Thanks,Rama.
I have 2 actions that I need to add to editor.html. I have all the backend functionality working, but need to add a button to the page UI to allow users to edit pages. I followed this tutorial to add a button to the ui: https://docs.adobe.com/docs/en/aem/6-1/develop/extending/customizing-page-author...