Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 7/3/19
    Some UI issues need a recompilation of the JSPs in order to be resolved (/system/console/slingjsp). However, in AEM 6.5 (tested on an OOTB installation with no additional packages installed) the console with which this is usually done is no longer available. It is not present in the menu, nor is the...

    Views

    17.9K

    Likes

    2

    Replies

    8
  • 7/3/19
    Dear All,I have below requirement in my AEM-6.4Step-1Extract plan id from cookie/session/http header (I want to write a dummy request for now For example I should get PlanId value as 197881 from cookie/session/http header)Step-2I want to Extract plan id from my content path URL (My dummy content pat...

    Views

    3.5K

    Likes

    0

    Replies

    9
  • 7/2/19
    I'm getting a compile error trying to reference the class com.adobe.cq.wcm.core.components.models.Text:package com.adobe.cq.wcm.core.components.models does not existI have this dependency in my pom.xml:<dependency>  <groupId>com.adobe.cq</groupId>  <artifactId>core.wcm.components.all</artifactId>  <...

    Views

    18.3K

    Likes

    4

    Replies

    7
  • 7/2/19
    Hi, When I export and Adobe Experience Fragment to Adobe Target it gets created under the Offers Tab on Adobe Target. Is there a way I can configure it to copy the fragment to a specific folder under Offers Tab instead of the default?

    Views

    2.3K

    Likes

    0

    Replies

    2
  • 7/2/19
    Hey guys,I need to initialize a sling model for component B from inside component A. I have access to a sling Resource object for component B and a SlingHttpServletRequest for component A. So I can easily do:ComponentB componentB = resourceForComponentB.adaptTo(ComponentB.class);But the @PostConstru...

    Views

    3.6K

    Likes

    0

    Replies

    5
  • 7/2/19
    Hi All,Kindly Assist me in getting clear idea on Proxy connections role towards Replication-->Our Replication was failing due to Proxy Connection: Close issue and for this we have Disabled the proxy connection and after that issue was resolved.I want to know while working on Replication issue is Pro...

    Views

    664

    Like

    1

    Replies

    3
  • 7/2/19
    Hi All,whenever we'll get a exception in a particular process step, there will be a option called "retry" instead of "complete" if we select that retry option, the particular step will be re executed againif there is no exception it will move to its next forward stateif there is still exception the...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 7/2/19
    Hi, can we integrate AEM with Sprinklr? I didn't see any option here. If yes, Could you please give me any reference or suggestions?

    Views

    2.4K

    Likes

    2

    Replies

    2
  • 7/1/19
    AEM Vanilla 6.4.4 Instance. Tried creating catalog for We.retail but cannot select the blueprint. On click, Instead on selecting the catalog it is navigated further.This was working fine for 6.4.3Steps followed: 1. On AEM start page, click sites. Navigate to /content/we-retail/us.2. Click Create -> ...

    Views

    793

    Likes

    0

    Replies

    2
  • 7/1/19
    Hey guys,So I have a number of sling models that I have JSON exporters for. Like so:@Getter@Model(adaptables = {SlingHttpServletRequest.class, Resource.class},   defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL,   resourceType = "components/component2")@Exporter(name = "jackson", extensi...

    Views

    3.2K

    Likes

    0

    Replies

    3