Expand my Community achievements bar.

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

  • 2/16/16
    Am trying to consume a web service which is running on different sub-domain but on the same domain. I am getting 407 - Proxy Authentication Required. Not really sure this was firewall issue or my coding issue. Below is code which I am using to call the webservice from OSGI Component class.       Str...

    Views

    2.5K

    Likes

    0

    Replies

    3
  • 2/16/16
    I'm using this simple tag<c:set var="content" value="${sling:getResource(resourceResolver,/content/dam/imf/public/sampleicons)}" />Getting an errorThe function getResource cannot be located with the specified prefix Complete jsp:<%--  Directory Browser component.  Lists all resources in the director...

    Views

    2.7K

    Likes

    0

    Replies

    12
  • 2/16/16
    Hi All,i want to read the count of the components which is repeated component.Example:  RootContentNode/jcr:content/pageContent/header/                                                                             /header_1                                                                            /he...

    Views

    3.8K

    Likes

    0

    Replies

    3
  • 2/16/16
    Hi all,The error.log file is throwing too many following error messages (both author and publish instance). Could anyone please suggest what this error message is about? Is it a code/content issue?12.02.2016 00:00:06.688 *ERROR* [10.161.100.21 [1455253206661] GET /content/abc/en/personal.html HTTP/1...

    Views

    629

    Likes

    0

    Replies

    1
  • 2/16/16
    I'm new to TouchUI, and having trouble knowing how to customize the editor.html even after reading the doc page... https://docs.adobe.com/docs/en/aem/6-1/develop/extending/customizing-page-authoring-touch.htmlThe goal of the customization is to load the dam images from the appropriate folder based o...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 2/16/16
    Hi All,Details as below :1] The repository structure is as below /etc  /x    /y      /First            /sfghfh            /fhfghf and so on.      /Second             /sgngg            /dfgoe and so on.      /Third           /egkeg           /sddgg and so on.2] I need to retrieve nodes at the level ,...

    Views

    853

    Likes

    0

    Replies

    9
  • 2/16/16
    I have an Article model that is more or less a com.day.cq.wcm.api.Page with a number of specific properties: @Model(adaptables=Resource.class) public class Article { @Inject public String author; @Inject public String[] contacts; @Inject public Date dispDate; //... }This works fine by itself, but I'...

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 2/16/16
    We have a batch script that is used by one of our business partners to copy newly created or updated photos from a legacy directory to our AEM 6.0 DAM and activate them.  The script uses cURL, (e.g, curl -X POST -F path="/path/to/our/ photos/color-jpg/%3.jpg" -F cmd="activate" http://%logon%@%server...

    Views

    2.0K

    Likes

    0

    Replies

    2
  • 2/16/16
    Hi,I'm working on 5.6.1 to 6.1 upgrade. I'm facing issues with few custom servlets (these servlets are working fine in current 5.6.1).My servlet looks like @Component(label = "The Search Servlet.", description = "Servlet for Search Process", metatype = false, immediate = true) @SlingServlet(generate...

    Views

    3.4K

    Likes

    0

    Replies

    8
  • 2/16/16
    Hi,I am working on a very peculiar requirement where I am required to store analytical data under JCR as nodes and properties. Scenario is like we are avoiding using Adobe Analytics but we have our own analytics developed in some SAP related tool. So from CQ all we need to do is post analytical data...

    Views

    4.8K

    Likes

    2

    Replies

    13