Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 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.0K

    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

    2.6K

    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

    857

    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

    931

    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

    1.5K

    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

    2.4K

    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

    467

    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

    1.5K

    Likes

    0

    Replies

    5
  • 1/25/23
    I use Adobe liveCycle for print editing when using SAP.     This is my LiveCycle printout 'PO' editing screen. Binding by connecting XML data. The result of binding can be seen on the printed page.   The screen on which I print out is as follows: Number 21 on the screen is an Item that has sub-item...

    Views

    775

    Likes

    0

    Replies

    2
  • 1/25/23
    We are using AEM 6.5.14. The map and reverse map is properly configured. From /system/console/jcrresolver the resolve and map is working fine. But from code we can not get the full path from domain. In short request.getResourceResolver().resolve("http://local.---world.com").getPath() is not returnin...

    Views

    3.5K

    Like

    1

    Replies

    13