Expand my Community achievements bar.

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

  • 12/3/20
    Hi All,  We have just now upgraded our project to AEM 6.5. While we were on AEM 6.2 we use to make deployment using below HTTP maven command : <execution> <id>install</id> <goals> <goal>http</goal> </goals> <phase>${maven.phase}</phase> <configuration> <username>${target...

    Views

    541

    Likes

    0

    Replies

    1
  • 12/3/20
    Hi All, I need to implement PageMoveAction on a blueprint page whenever any page moved within the blueprint pages. Anyone, could you please help me with how to implement this as I have 20 live copies and I need to move all live copies whenever the blueprint page moved. Any suggestions would really h...

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 12/3/20
    Hello! Is there a way to set up a profile merge rule for a segment so that both authenticated and non-authenticated users will be included in real time? Use Case: Currently have x number of segments already set up, all with the No Cross-Device Profile+Device Profile merge rule. This is only collecti...

    Views

    583

    Likes

    0

    Replies

    1
  • 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

    981

    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

    2.6K

    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.2K

    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.6K

    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

    946

    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.2K

    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

    729

    Likes

    0

    Replies

    1