Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 11/25/21
    I downloaded the latest AEM SDK aem-sdk-2021.11.6023.20211111T113531Z-211000.zip,  and rename the jar package to to aem-author-p4502.jar and aem-publish-p4503.jar, both the author and publish is able to run successfully. And I enabled the replication  agent. Then I successfully build the sample code...

    Views

    3.0K

    Likes

    0

    Replies

    7
  • 11/25/21
    For the below code I am unable to write the JUnit for @Postconstruct init() But for text JUNIT is working fine via JSON. Need help@inject private Page currentPage; @ValueMapValue Private String text; private String pageTitle; @PostConstruct protected void init() { if(!(currentPage.getName().eq...

    Views

    969

    Likes

    0

    Replies

    2
  • 11/25/21
    Hi All,Reordering button of coral multifield is not working, can anyone please guide me on this.TIA

    Views

    674

    Likes

    0

    Replies

    2
  • 11/24/21
    Hi All, Could some one guide me on how to use a web component  to extend AEM out of box responsive layout container. We have web components built using stenciljs and want to reuse Grid component to extend responsive container. You can refer to below link for Grid web component https://ionicframework...

    Views

    1.0K

    Likes

    0

    Replies

    3
  • 11/24/21
    I tried to integrate SAML 2.0 Authentication with Azure AD as the IDP in AEM as Cloud Service, and it's getting stuck at the very last step and not redirecting to the SP (i.e., AEM Publish Instance)It's working fine for AEM 6.5.X versions, but not with the AEM as Cloud Service. Has anyone also faced...

    Views

    3.0K

    Likes

    0

    Replies

    8
  • 11/24/21
    We want to create a scheduler to refresh OATH tokens which various services use.if we set the scheduler's "concurrency" flag to true, does this mean that:scheduler runce on each cloud instance.scheduler runs on one instance, but concurrent with other (different) schedulersscheduler runs on one insta...

    Views

    1.6K

    Likes

    0

    Replies

    1
  • 11/24/21
    Hi, I have added one component in experience fragment.....Now I want to make the page available in every page where page name is "Product" Now I am facing challenge in geting the page name in ModelImpl.class......Whenever I uses currentPage=resourceResolver.adaptTo(PageManager.class).getContainingPa...

    Views

    1.5K

    Likes

    0

    Replies

    6
  • 11/24/21
    Hi All, I am facing an issue while uploading an image to DAM folder. On Dev environment, new userid created with admin rights and kept in admin group, but still issue exists. Clearly it is access issue. Any steps which i might missed. Could you please help on this, do let me know if you need any det...

    Views

    4.0K

    Likes

    0

    Replies

    8
  • 11/24/21
    Hello Everyone, I was trying to create a sling servlet with doPut method override, please find code snippet below@SlingServlet(paths = {"/bin/mysite/ravi"}, methods = {HttpConstants.METHOD_GET, HttpConstants.METHOD_PUT}) public class MyServlet extends SlingAllMethodsServlet { @Override protected...

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 11/24/21
    Hi All,                 How can we access child page properties multifield.In my project we have created multifield in the page  properties  and i wanted to access in the navigation component and display it. Kr,Sanjay

    Views

    1.1K

    Likes

    0

    Replies

    2