내 커뮤니티 업적 표시줄을 확대합니다.

정렬
  • 최신순
  • 조회수 많은 순
  • 좋아요순
  • 답변 수 많은 순
  • 오래된 순
필터
  • 모두
  • 해결됨
  • 해결되지 않음
  • 답변 없음

  • 17. 8. 29.
    Hi all,I created a poll config with 300 seconds as the interval. It is working fine and polling for every five minutes. But if I updated the interval as, say 180 seconds, it's still taking up the old time and polling it for every five minutes. Shouldn't this be dynamic? I even restarted the server b...

    조회 수

    6.2K

    Like

    1

    답글

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

    조회 수

    1.1K

    Likes

    0

    답글

    1
  • 17. 8. 28.
    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...

    조회 수

    5.4K

    Likes

    0

    답글

    8
  • 17. 8. 28.
    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...

    조회 수

    6.5K

    Likes

    2

    답글

    10
  • 17. 8. 28.
    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...

    조회 수

    7.5K

    Likes

    0

    답글

    6
  • 17. 8. 28.
    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...

    조회 수

    862

    Likes

    0

    답글

    1
  • 17. 8. 28.
    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...

    조회 수

    3.9K

    Likes

    0

    답글

    2
  • 17. 8. 28.
    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

    조회 수

    4.3K

    Likes

    3

    답글

    7
  • 17. 8. 27.
    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...

    조회 수

    1.3K

    Like

    1

    답글

    5
  • 17. 8. 27.
    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...

    조회 수

    1.3K

    Likes

    0

    답글

    3