Expand my Community achievements bar.

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

  • 11/6/15
     As far as i know, to the best of my knowledge a better implementation to consume a REST API or a Web Service API is to introduce a HTTPClient (Apache or Jersey Client or any Client). Very much like the post in https://helpx.adobe.com/experience-manager/using/restful-services.htmlhttps://helpx.adobe...

    Views

    6.2K

    Like

    1

    Replies

    6
  • 11/6/15
    Is there a way to force the current page to refresh when switching between Edit and Preview modes? This is to ensure that logic that checks against the current mode value runs as expected.

    Views

    2.7K

    Likes

    0

    Replies

    5
  • 11/6/15
    I need to read a key value pair (Stored in Excel) in one of the OSGi service.I am thinking of three approaches:Store the Excel under Resources for Osgi bundle , and read the Excel using :File file = File.createTempFile("test",".xls");contentStream=class.getClassLoader().getResourceAsStream("TextExce...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 11/6/15
    As teaser component is deprecated in AME 5.6.0 I tried to implement the same using Target component in AME 6.0 and everything seems to be working fine. But when i tried the same in AEM 6.1 experiences are not resolved based on segmentation. I have googled for hotfix and found hotfix-6570 (Fix relate...

    Views

    950

    Like

    1

    Replies

    2
  • 11/6/15
    Could you put across what would be best way to pull the content from a standalone website to CQ5.Thanks,Srinivas

    Views

    847

    Likes

    0

    Replies

    4
  • 11/6/15
    Hi All ,I have a requirement in which I need to show a component in sidekick only for few groups , and for all other groups it should not be displayed in sidekick . Has anyone idea of the same as I am not sure same can be achieved via ACL's or not as ACL can monitor node appearance in crxde but here...

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 11/6/15
    Hi guys,we are trying to setup a new environment with a new AEM6 instance. The goal is to load test it with a comparable size of content wrt to the production environment. To do so, we want to move the production segment store (crx-quickstart/repository folder) into the crx-quickstart folder of the ...

    Views

    742

    Likes

    0

    Replies

    1
  • 11/6/15
    Hi,i have a service designed to share its annotation properties. I have 2 global arraylist initialized into the activation of the service (@Activate).Is there a way to launch the activation method of my service when the bundle starting?Thanks

    Views

    430

    Likes

    0

    Replies

    2
  • 11/5/15
    This does not work:private ResourceResolver getImpersonatedResolver(String userId) { Map<String, Object> param = new HashMap<>();    try {if(StringUtils.isNotBlank(userId)){ param.put(ResourceResolverFactory.USER_IMPERSONATION, userId);            return resourceResolverFactory.getResourceResolver(p...

    Views

    1.9K

    Likes

    0

    Replies

    3
  • 11/5/15
    We have configured Dynamic Media for Videos and Images by adding the cloud configuration and setting up the Dynamic Media Replication Agent.  We are getting errors in our logs about FFmpeg(com.day.cq.dam.video.FFMpegTranscodeProcess Could not find ffmpeg's executable).  There are steps in the out of...

    Views

    1.5K

    Like

    1

    Replies

    2