Expand my Community achievements bar.

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

  • 12/18/23
    Could you please help me the on the following1) How to install vlt api2) the vlt environment variable setting3) Use vlt tool for content sync Please add other relevant information too...

    Views

    611

    Likes

    0

    Replies

    4
  • 12/17/23
    When conducting penetration testing on our company's Adobe as a Cloud Service, we identified two vulnerabilities, CVE-2019-11358 and CVE-2020-23064.I observed that CVE-2019-11358 has been addressed as per the README.md file located at /libs/clientlibs/granite/jquery in CRXDE.However, there is no rec...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 12/16/23
    Hello All, I am not able to open my content fragment model to edit.  Getting below mentioned error. Any help in this case? GET /mnt/overlay/dam/cfm/models/editor/content/editor.html/conf/abc/settings/dam/cfm/models/my-model HTTP/1.1] org.apache.jackrabbit.oak.query.QueryImpl Traversal query (query w...

    Views

    588

    Likes

    0

    Replies

    3
  • 12/16/23
    Hi, I am developing AEM as Cloud Service locally on my MacOS, and I have a dispatcher with the following rule in the `rewrite.rules` file:  RewriteCond "%{HTTP_HOST}" "^example\.website\.ca" [NC] RewriteRule ^/?$ /content/path/en.html [PT,L]  As you can see, the condition check if the domain is "exa...

    Views

    589

    Likes

    0

    Replies

    2
  • 12/15/23
    Hello Team, import com.day.cq.search.result.SearchResult; List<MyPOJO> pojoObj = new ArrayList<>(); SearchResult results = query.getResult();Iterator<Resource> resources = results.getResources();            pojoObj = StreamSupport.stream(((Iterable<Resource>) () -> resources).spliterator(), false)  ...

    Views

    541

    Likes

    0

    Replies

    4
  • 12/15/23
    We have some code in AEM that currently allows us to search a folder of content fragments and then interrogate nested content fragments based on their jcrName. So, take for example a CF named "FAQ". And that fragment has a related fragment named "Question Type". We can search for FAQs with a Questio...

    Views

    754

    Likes

    0

    Replies

    4
  • 12/15/23
    Hi, I'm currently rewriting a Sightly template as JSP (I usually prefer using Sightly, but I need JSP for this use case). In our Sightly template, we are loading in a model class that inherits from WCMUsePojo: <sly data-sly-use.search="edu.nyu.aemnyu.core.components.content.news.Search" data-sly-unw...

    Views

    727

    Likes

    0

    Replies

    5
  • 12/15/23
    Hi, I've my Jenkins setup with my github repo, so when I click on Build Now it will build the entire project like core, ui.apps, ui.content etc. Now, my requirement is to modify the configuration so as to only build the ui.apps part from Jenkins. Can someone please help me with what changes I need t...

    Views

    610

    Likes

    0

    Replies

    3
  • 12/15/23
    I am aware of the differences between data-sly-list and data-sly-repeat wherein data-sly-list is used to list the children and data-sly-repeat also lists the children but with every iteration the div also gets repeated. Now, the interviewer asked me so what happens when we do sly data-sly-list and s...

    Views

    8.3K

    Likes

    0

    Replies

    8
  • 12/15/23
    Hello Team  Related to workflow access facing some issue.I have imported workflow nodes (var folder nodes) from higher environment to my local. In my local im trying to access these workflow in servlet but I keep getting null pointer exception. /Var folder server0 and server1 folder. Since I install...

    Views

    1.2K

    Likes

    0

    Replies

    8