Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 5/3/24
    HiI am writing a unit test for a servlet that uses an excel file as input stream using the poi libraryorg.apache.poiThis is the servlet:       protected void doPost(SlingHttpServletRequest request, SlingHttpServletResponse response) throws IOException { PrintWriter out = response.getWriter(); Reques...

    Type

    Questions

    Views

    213

    Likes

    0

    Replies

    9
  • 5/2/24
    We've a requirement to restrict the asset upload based on certain file name pattern on AEMaaCS. We tried using the fileupload.js illegal charset. It is not working. Custom clientlibs with the file upload validation that is also not working on cloud service. OOTB in Cloud we've validation for MIME ty...

    Type

    Questions

    Views

    99

    Likes

    0

    Replies

    5
  • 5/2/24
    Hi Everyone,      I have to use twilio message api [https://www.twilio.com/en-us], For that I have added dependancy in core pom file like below to use their apis. core pom.xml:<!-- communication web API https://mvnrepository.com/artifact/com.twilio.sdk/twilio --><dependency> <groupId>com.twilio.s...

    Type

    Questions

    Views

    165

    Likes

    0

    Replies

    7
  • 5/2/24
    Recently I encountered a project with a complex model package structure and looked into how best to support this. I found documentation at WCM.io that indicated this.  <!-- Export all non-internal packages by default --> Export-Package: !*.impl.*,!*.internal.*,\ io.wcm.samples.*Replace io.wcm.sample...

    Type

    Questions

    Views

    94

    Likes

    0

    Replies

    2
  • 5/2/24
    The Day CQ DAM Event Recorder OSGi bundle provides activity logging on the user's /home/user/ folder in a node like the following: /home/users/O/OO/activities/dam/2024/04/24/xxx... and contains information that we can later write activity reports on (who uploaded or published what and when, etc) Wha...

    Type

    Questions

    Views

    100

    Likes

    0

    Replies

    3
  • 5/2/24
    Hi All, We are working on a integration between AEM and Adobe Campaign Standard.The content for the emails is prepared in AEM and used in Campaign. The issue we encounter is that urls, for example image urls, in the email always point to author instance, instead of the publish instance.We're using t...

    Type

    Discussions

    Views

    57

    Likes

    0

    Replies

    0
  • 5/2/24
    Please find the below sample code .How to write Junit for workflow public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaDataMap) {            ResourceResolver resourceResolver = null;        try {Session session = workflowSession.adaptTo(Session.class);Map<String, ...

    Type

    Questions

    Views

    199

    Likes

    0

    Replies

    12
  • 5/2/24
    I would like to know if it is possible to reverse map fragment identifier URL using sling:match as it is not shortening the URL only for those containing #sling:internalRedirect :/content/website/(.*)sling:match:/$1sling:internalRedirect:/content/website/(.*)#signupsling:match:/$1#signup Both proper...

    Type

    Questions

    Views

    88

    Likes

    0

    Replies

    2
  • 5/2/24
    I'm using bootstrap for my aem training, but I have a slight problem. Using my clientlib with bootstrap overrides the default aem grid, or bootstrap adds its own on top of it. The issue is that the page now shows very different margins in the root container. How could I solve it?        

    Type

    Questions

    Views

    58

    Likes

    0

    Replies

    1
  • 5/2/24
    Hi,I accidentaly deleted two workflow models from a lower environment.Since I have them on an upper environment, I'm looking to copy the workflow models from it to the lower environment.How can I do it ?I tried already with the package manager by copying this path : "/libs/cq/workflow/admin/console/...

    Type

    Questions

    Views

    102

    Likes

    0

    Replies

    3