Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/3/20
    Hi, we would like to be able to assign permissions to different groups of users so that they can only trigger release pipelines for specific environments. For example:Developers can only release to DEV and QA environmentsQAs can only release to QA environmentRelease Managers can release to DEV, QA, ...

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 12/3/20
    I followed these steps: https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/set-up-a-local-aem-development-environment.html#stepsOn windows and it works.Then I setup two ubunutu boxes with oracle java 11, one runing the author, and one runing the publisher.  Autho...

    Views

    3.1K

    Likes

    0

    Replies

    2
  • 12/3/20
    Hi all,After upgraded (in-place upgrade) from AEM 6.4.8 to AEM 6.5.6 our custom sling model exporters throw MissingExporterException when invoked with "model" selector. org.apache.sling.models.impl.ExportServlet.com.myproject.aem.core.models.mobile.LanguageModel Could not get exporter jackson reques...

    Views

    1.4K

    Likes

    0

    Replies

    1
  • 12/3/20
    It seems that uber-jar apis is not available after version 6.5.5 Version 6.5.6 (https://repo.maven.apache.org/maven2/com/adobe/aem/uber-jar/6.5.6/) doesn't provide uber-jar-6.5.6-apis.jar. Neither does the following versions 6.5.6-1.0 nor 6.5.7  Is this on purpose? Should we depend on another librar...

    Views

    2.7K

    Likes

    0

    Replies

    1
  • 12/3/20
    Dear all,I have been struggling with this issue for more than 3 months and I am running out of solutions. I am currently working on old pdf forms encoded with an XFA format that was made with the old software Adobe Livecycle. I have to correct those forms, sometimes for just a "." and the only way I...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 12/2/20
    HI , I need to set date type programmatically  in crx repo so that it should work with both classic and touch UI datepicker.Currently I am setting up as a string "Fri Dec 04 2020 13:08:08 GMT-0700" which is working for classic but not for Touch UI.I have tried with using SimpleDateFormat (below form...

    Views

    1.5K

    Likes

    0

    Replies

    2
  • 12/2/20
    Hello Community - We have a JSP based template which needs to be converted into HTL. Currently we have planned to move all the business logic in Sling Model. Can you advise the best approach to handle the below in HTL. A) <c:set var="runMode" value="uat" scope="request"/> - We can use <div data-sly-...

    Views

    856

    Likes

    0

    Replies

    1
  • 12/2/20
    Hi All, We are using AEM 6.5 and Asset Share Commons 1.9.4 version. We have configured an asset metadata property[audience property in asset i.e., /jcr:content/metadata/audience] values in acs commons generic list, which is accessible if I hit the url in browserhttp://localhost:4502/mnt/acs-commons/...

    Views

    2.0K

    Likes

    0

    Replies

    1
  • 12/2/20
    The out-of-box page structure in AEM is broken and do not conform to HTML5 Standards making it very difficult to implement any decent accessible page structures, it's a `<div>` nightmare :), I'm wondering how you guys deal with this.  The new semantic elements introduced in HTML5 bring the ability t...

    Views

    1.6K

    Likes

    0

    Replies

    3
  • 12/2/20
    I need an error modal that works across the entire site. It will be triggered on different pages depending on different scenarios.  I wrote a component solely for the modal. Then I embedded the modal in another component. Here is my embed code:  <sly data-sly-resource="${'myPage-modal' @ resourceTyp...

    Views

    1.7K

    Likes

    0

    Replies

    8