I have created a clientlib and I have included it within the apps->projectname->components->component->clientlibs. As per adobe recommendation I have added allowproxy=true property so that its not exposed directly from the apps folder. When I load the clientlibs its loading from etc.clientlibs and i...
Hi All,Here's my requirement.I have a component which is invoking the servlet via an Ajax call.I would like to get the path of this component's instance under the page in the servlet.If test is the page and comp1, comp2 are the instances of the same component dragged and dropped twice in the parsys...
Hi All,Actually we have a group(Authors) that having 600+ users/Members .Sometimes its truncating Users unfortunately after adding users also its happening .Can any one suggest me to overcome this issue.am Suggested below solution its works for temp solution or is there any permanent solution?Everyt...
I am getting the below errors on AEM 6.1 author instance, 30.01.2018 07:19:52.640 *WARN* [qtp2102344124-8253] org.apache.jackrabbit.oak.spi.query.Cursors$TraversingCursor Traversed 100000 nodes with filter Filter(query=select h.[jcr:path] as [jcr:path], h.[jcr:score] as [jcr:score], h.* from [nt:ba...
Hi team - We are using wcm core components in our application, however if we spin up the publish instances with "nosamplecontent" the packages related to core components are not getting installed. Is it the recommendation from Adobe ? If that is the case should we explicitly add the packages in publ...
I have got the session from the repository login (using username and password), now how to access the profile of the user from the session(/home/users/username/profile). In the end, I need user properties. The request could not be adopted to user properties since its still pointing to the anonymous ...
Hi All, I am planning to give AEM 6 Business Practitioner certification. Can some one please provide some insights or any study material for preparing for this certification.Thanks,Swapna
Hi guys,We have some scenario here where we have 2 authoring (Author and QA) to handle our content before it will be pushed to live (Publisher).Our problem is how to push the page that is scheduled for activation to QA but we want it to be pushed to QA automatically and include the schedule data as ...
We are using ACS Common to provide sitemap for SEO but running into issue where for non English sites(.com site), it is returning URL with English site linksIdeally...Request for mysite.com/sitemap.xml would rewrite to mysite.com/mysite.com/content/my_company/en_us.sitemap.xml Request for mysite.es...
Hi, I'm successfully programmatically creating new versions via the VersionManager. My code is as follows:final Workspace workspace = session.getWorkspace();final VersionManager versionManager = workspace.getVersionManager();final VersionHistory versionHistory = versionManager.getVersionHistory(node...