Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/28/17
    I am looking at how to configure Services in an OSGi service. Where can i find this information?

    Views

    908

    Likes

    0

    Replies

    1
  • 8/28/17
    I have a question about adding a large Javascript library to a component in AEM - specifically, Material Design. So far in my experience with AEM, I've added JS files individually to my clientlib folder, but Material Design has dozens (possibly hundreds) of JS files to control the various components...

    Views

    4.1K

    Likes

    0

    Replies

    8
  • 8/28/17
    I add cookie to the SlingHttpServletResponse by using code:   String accessToken = objectResult.getString("access_token");   Cookie responseCookie = new Cookie("web-token", accessToken);   responseCookie.setMaxAge(1000);   responseCookie.setPath("/");   response.addCookie(responseCookie);When I want...

    Views

    5.2K

    Likes

    2

    Replies

    10
  • 8/28/17
    Hello everyone,maybe it is a dummy question but I couldn't found a solution until now.I have this simple Servlet:@SlingServlet(        paths={"/schafbergbahn/ticker"},        methods = "GET",        metatype=true        )public class SimpleServlet extends org.apache.sling.api.servlets.SlingAllMethod...

    Views

    6.7K

    Likes

    0

    Replies

    6
  • 8/28/17
    Hi all,I installed the AEM Desktop App UI and it was working fine for sometime. But later on the App connects for the first time after restart and then it does not mount the repository into drive and throws the popup that drive is not available.After that when I connect for the second time, the icon...

    Views

    374

    Likes

    0

    Replies

    1
  • 8/28/17
    Hi ,We are doing the cleanup activity, where the old nodes(custom) are being deleted from each user profiles. since this is affecting huge number of nodes, we implemented a scheduler to take input as "/home/users/A" and start deleting the nodes which falls under some date criteria. Scheduler is work...

    Views

    595

    Likes

    0

    Replies

    1
  • 8/28/17
    Hi All,I am trying to expose some RESTfull webservices on AEM. I have followed the instructions in this http://techagyan.blogspot.in/2015/02/be-restful-on-aem6.html​I'm getting following error:"@Component : Service interface information is missing! (org.apache.felix:maven-scr-plugin:1.20.0:scr:gener...

    Views

    3.6K

    Likes

    0

    Replies

    2
  • 8/28/17
    Hi All,is there a way to adapt a resource to custom model class in sightly?I have a custom model and i want to adapt a resource to it in sightly html code not in java.Thanks,Khalid

    Views

    3.6K

    Likes

    3

    Replies

    7
  • 8/27/17
    We have the following js code to generate a component with a video (inspired by foundation/components/video/source.jsp)        VideoProfile = com.day.cq.dam.video.VideoProfile,        for (var i=0;i<videoProfiles.length;i++){            var vf = VideoProfile.get(resolver, videoProfiles[i]);On the pu...

    Views

    871

    Like

    1

    Replies

    5
  • 8/27/17
    Hi All,I have a requirement where need to configure a schduler that will send JCR data of specific node via email everyweek to sales team. I would like to make this schduler configurable to be able to select path + osgi service, so that same can be used if I want to tun this schduler for another new...

    Views

    964

    Likes

    0

    Replies

    3