Expand my Community achievements bar.

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

  • 11/11/15
    I am unable to get the rewrite working on Dispatcher module of AEM. Following is what's happening with my configuration:Dispatcher configuration (I am using this approach https://docs.adobe.com/docs/en/dispatcher/disp-domains.html#The Web Server Rewrites Incoming URLs):Snippet of my httpd.confLoadMo...

    Views

    4.3K

    Likes

    0

    Replies

    2
  • 11/11/15
    I have a site where we're setting some request attributes that are used across the whole page via a JS-use file:// requestAttributes.jsuse(function(){    request.setAttribute('testAttribute","test attribute value");});And sightly markup that looks like this<sly data-sly-use.atts="requestAttributes.j...

    Views

    6.4K

    Likes

    2

    Replies

    4
  • 11/11/15
    Hello,currently I have live cycle form services implemented using soap WS and now I want to migrate to AEM 6.1 form services. What are the integration options I have? Which web service approach is better for me soap or rest for AEM 6.1 form services methods? Please help me as soon as possible. Thank...

    Views

    869

    Like

    1

    Replies

    2
  • 11/11/15
    this might be an oversight on my side, but a clean installation of aem and my option to create folders here: http://localhost:4502/sites.html/content  is greyed out but here http://localhost:4502/siteadmin#/content  it's enabled.is there a configuration I'm missing that enable/disables this for touc...

    Views

    709

    Likes

    0

    Replies

    1
  • 11/11/15
    Hi all,I've unsuccessfully tried to find some documentation about how to implement websockets within AEM. Some posts say there isn't any support for websockets OOTB, and one approach to achieve it is to have an embedded web servlet container, such as Jetty.On the other hand we have this OSGi bundle:...

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 11/11/15
    How can i customize the page "/notifications.html" under AEM 6.1?Thank!

    Views

    755

    Likes

    0

    Replies

    1
  • 11/11/15
    Hi All,Im new to aem, when i try to build a bundle in crxde-Lite,im getting the following erorr.Has anyone encountered the same. please help me to solve it.Eror Message:"Unable to scan class files: com.example.demo.impl.Activator (Class file format probably not supported by ASM ?) "

    Views

    854

    Like

    1

    Replies

    3
  • 11/11/15
    Hi I wanted to know a good way of adding a link between a global (master) asset stored centrally and a local asset stored locally, so that properties from the global are inherited locally.A change on the global asset will affect the local asset but not viceversa.Thanks,Diego

    Views

    358

    Likes

    0

    Replies

    1
  • 11/11/15
    There is a query being run when assets are updated that is taking a long time as the number of assets increases. The query isn't in any of the code that I manage so I believe it is in some of the standard Adobe workflow code. How do I fix the performance?The query being run is:XPATH /jcr:root/conten...

    Views

    934

    Likes

    0

    Replies

    3
  • 11/11/15
    I want to write custom Handlebars helper for the server side execution.The documentation is extremely limited (2 lines on this page):https://docs.adobe.com/docs/en/aem/6-1/develop/communities/scf/handlebars-helpers.html#Custom SCF Helpers"... Server-side HelpersTo implement a helper on the server-si...

    Views

    2.2K

    Likes

    0

    Replies

    9