Expand my Community achievements bar.

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

  • 7/26/23
    My gson version is not changing to 2.10.1 I mean not reflecting in http://localhost:4502/system/console/depfinderMade changes in pom.xml<dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>provided</scope></dependency> 

    Views

    351

    Likes

    0

    Replies

    3
  • 7/26/23
    When I request a translation via X-Connect, it sends a .zip file to the FTP server of the translation agency and in that zip file the HTML files for translation are normally named with the name. But recently, there is a set of numbers being added to the filenames which makes them too long.Example : ...

    Views

    233

    Likes

    0

    Replies

    2
  • 7/26/23
    I have been working with AEM for a couple of months now in an asset management role. I had no part in setting it up - this was done by a third party company. Something that is consistently taking a lot of my time is deleting/refining incorrect smart tags. Currently I select an image, click 'Manage T...

    Views

    290

    Likes

    0

    Replies

    2
  • 7/26/23
     In our project, we're using Adobe Experience Manager (AEM) version 6.5.15 with its new UI.frontend module structure. The versioning of the client library is managed by this front-end module, which embeds a versioned icon-font file. Our project is built as a React Single Page Application (SPA). We'r...

    Views

    418

    Likes

    0

    Replies

    3
  • 7/26/23
    Hi Team, As we know there is by default Sling exporter enabled for all core components, so we can get content in JSON format using "model" selector.But it seems it does not work with Accordion component. How we can achieve it so that with sling exporter, we can export all content added inside Accord...

    Views

    234

    Likes

    0

    Replies

    1
  • 7/26/23

    Views

    1.4K

    Likes

    0

    Replies

    4
  • 7/25/23
    Hello, We had an incident on one of our Publish instance where the environment was completely down.The error in the logs:org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingExceptionjava.lang.Exception: Wrapping Throwable: java.lang.OutOfMemoryError: Metaspace at org.apache...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 7/25/23
    I have created a new project and alos given a build while my instance was running but still not able to see that project into the crx de and in console. Kindly help me to understand this issue.

    Views

    737

    Likes

    0

    Replies

    5
  • 7/25/23
    hi all, need little help with this issue - my sling servlet is working correctly on local but throwing blocked error on rde.my local is also an SDK with same version as rde hence should not have been an issue. my sling servlet is capturing data from couple of fields and sending it to servlet.the aja...

    Views

    754

    Likes

    0

    Replies

    10
  • 7/25/23
    Is there any way to query on the current node as well as its descendant nodes based on the below query? I also want to check whether the current node has [jcr:content/cq:lastReplicationAction] = 'Activate'SELECT DISTINCT page.[jcr:path] FROM [cq:Page] AS page WHERE ISDESCENDANTNODE(page, '/content/'...

    Views

    330

    Likes

    0

    Replies

    3