Expand my Community achievements bar.

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

  • 1/27/23
    Hi,   I'm getting the following error sometimes(not always) on submission of foundation form(cannot use core form component for some reason). Using AEM 6.5.10.   POST /content/xxx/form.html HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render r...

    Views

    840

    Likes

    0

    Replies

    1
  • 1/26/23
    Hi Team,   to trigger Adobe Cloud Manager CI/CD pipeline for a program/project via jenkins. i found there are two ways - installing Adobe Cloud Manager plugin and configure AIO integration to access the pipelines and trigger it - in Jenkins job - using bash script to run Adobe IO CLI commands to tri...

    Views

    1.8K

    Like

    1

    Replies

    5
  • 1/26/23
    Hi All,   Got some requirement my one of the site to new domain redirect means like   old domain to new domain redirect.   It would be great help if someone share the articles / experience - what all files are need to modify .   Thanks in advance.   -- Nani

    Views

    1.4K

    Likes

    0

    Replies

    5
  • 1/26/23
    All, I have a custom process step within the dam update asset workflow where the step needs a resource resolver instance which I get from the workflow session via adaptToResourceResolver resResolver = workflowSession.adaptTo(ResourceResolver.class);I do NOT have a closeable try block as in below sin...

    Views

    3.3K

    Likes

    0

    Replies

    12
  • 1/26/23
    I want to create a node but I get Invalid name or path exception while creating a node, below is the exception   javax.jcr.RepositoryException: Invalid name or path: parentCategoty/tco[a].jpg     Hence I am using JcrUtil.escapeIllegalJcrChars to sanitize the path before creating but it seems not wo...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 1/26/23
    I have a need to add an extra image field to Teaser components.  Basically, I am trying to create a By Line type effect that can be added to teasers.   The problem I am having is that both the Teaser and By Line components are inheriting from the core Image Component via their sling super type.  I w...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 1/26/23
    I want to create a series of nodes like parentProduct/subCategory1/subCategory2/subCategory3/subCategory4 inside /var/temp location. I tried to use addNode() method of Node class and createPath() method of JcrUtil class but both did not work. addNode() method just creates only one immediate node(ex,...

    Views

    2.0K

    Likes

    0

    Replies

    2
  • 1/26/23
    Hello I am trying to integrate AWS SDK in my project. But the problem is after the deploy the bundle cannot be resolved. In the project pom.xml <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk</artifactId> <version>1.12.392</version></dependency> In the core pom.xml <d...

    Views

    3.6K

    Like

    1

    Replies

    4
  • 1/26/23
    Hi All      As part of a demo , I am using we-retail cart features. On the checkout there is an option to enter the promotion code. I tried creating a voucher and using that code in here , but that doesn't seem to be working at all. Anybody ever explored this part in the we-retail ?   Thanks Veena ...

    Views

    604

    Likes

    0

    Replies

    1
  • 1/25/23
    I need to create a component that uses the tag title (jcr:title) set in ContentFragment. The tag title cannot be obtained by the core component, so I need to use the TagManagerAPI, in which case I need to write the code in either Java Use-API or Javasciprt Use-API. I prefer to use Javacript Use-API ...

    Views

    2.7K

    Likes

    0

    Replies

    5