Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Note: This is a Japanese translation of an Adobe Experience League Knowledge Base article. Click this link for the original English version. 【目的】公開処理を実行しても、想定したように処理が進まないことがあります。このような場合、公開処理が滞留していることがあり、レプリケーションキューを監視しておくと滞留に気づくことができます。本記事では、レプリケーションキューの監視方法についてご紹介します。 【環境】AEM 6.5 【対応方法】レプリケーションキューに...
Note: This is a Japanese translation of an Adobe Experience League Knowledge Base article. Click this link for the original English version. 【目的】Live Copyの分離を行わずに、ページを削除すると以降のロールアウトの対象から外れます。本記事では、分離を行わずにLive Copyページを削除した場合の復元方法について紹介します。 【環境】AEM 6.5 【対応方法】Live Copyのルートページは以下のプロパティにロールアウトを除外するLive C...
I have been trying to give a user the ability to impersonate a handful of other users. None of the users that can be impersonated are appearing in the impersonation dropdown, and when they type the user ID in and hits OK nothing happens(or they are logged out completely). I'm seeing this error in ou...
Hi, We are migrating from 6.2 to 6.5 and on top of that installed 6.5.15, We were able to resolve dependency issues in all bundles except one bundle. Getting Boot deligation issues. Please find the screens shots of bundle and pom.xml and can someone let me know how to resolve the following dependen...
There is an OSGi configuration called org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl. Here we specify the /etc/map path url shortening etc. If we open this file, make a change and save it. Either by Felix Console, Incoming Content Package via Package Manager or via CRXDE Lite....
Has anyone successfully used import static com.adobe.cq.wcm.core.components.testing.mock.ContextPlugins.CORE_COMPONENTS; I have copied all dependencies from https://github.com/wcm-io/io.wcm.maven.aem-dependencies/blob/develop/6.5.13/pom.xml Above did not work. I tried having below dependency in pom,...
I am trying to search within my AEM system and it is telling me "fail to submit form". Is there a reason why I wouldn't be able to search for these images that I know are in the DAM.
Hello, We have an implementation where we want to preserve the session at the back end using an HTTP session object. Example: we have 3 pages, we need to preserve the options selected on each page and display that option chosen on the results page.Note: We don't have the login functionality. Every u...
Hi Team,AEM version: AEM as a Cloud ServiceWe're using some custom components developed in angular in AEM sites by converting them to WebComponent.app.module.tsexport class AppModule { constructor(private injector: Injector) {} ngDoBootstrap() { const e = createCustomElement(MyCustomAngularCompone...