Expand my Community achievements bar.

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

  • 5/27/17
    Hi,Not able to inject resouceresolverfactory in following code.I created an interfacepublic interface WriteService{    public void getSession();{And a class which implemented an interface@Component(immediate=true) @Service(value = WriteSerive.class) public class WriteServiceImp  implements WriteServ...

    Views

    5.4K

    Like

    1

    Replies

    18
  • 5/27/17
        Hello!I am using a simple Hello World program and including the global.jsp in the body.html file.  I am using sightly or HTL for this.  Below are the filescontentpage.html<html><head><title>Hello World!!!</title>    </head><div data-sly-include="body.html"/></html>body.html<%@include file="/libs...

    Views

    1.5K

    Like

    1

    Replies

    2
  • 5/26/17
    Hi, I am working on a website in which we must remove the .html from the url, allow vanity URLs and map content to /content/<application>. Before the dispatcher, mod_rewrite is removing the .html from the URLs with the following rules - (e.g. changes /us/en/home.html to /us/en/home/: # Handle reques...

    Views

    9.2K

    Likes

    0

    Replies

    5
  • 5/26/17
    Hi All,We have options for numeric, string, boolean types of traits for which rule evaluation is straight forward. Has anyone used date type of trait, applied rules like date between this date range or something like that?Any pointers would be helpful.- ThanksSandeep

    Views

    839

    Likes

    0

    Replies

    1
  • 5/26/17
    What all advantages does omni search have over other searches available in AEM?

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 5/26/17
    Css and js render on a device when written inside the markup, but not render when on device when they are referred as clientlibs. The custom component contains a simple div and simple css and jQuery function . When the same css and js is used within the html markup as <style> and <script> tag, the c...

    Views

    1.9K

    Like

    1

    Replies

    5
  • 5/25/17
    HelloFor simplicity, we want to use only http behind the WebApplicationFirewall towards the dispatcher and publisher. So incoming http and https will be http. Ist there a standard way to tell AEM what the protocol is to ensure the links are generated properly?Does AEM (and Forms) honor  the Header "...

    Views

    680

    Likes

    0

    Replies

    1
  • 5/25/17
    Hello,We've had memory leak issues for a while that will eventually push our publishers into 100% GC after a week or two. Up until now we've just been ignoring them because it's easier to restart the publisher but i would like to really understand how to troubleshoot this. We have a heap dump but wh...

    Views

    12.0K

    Likes

    0

    Replies

    13
  • 5/25/17
    Hello,¿Is there something to coordinate different workflows?For example, imagine that we have different workflows and I want to execute them sequentially:wf1 updates asset metadatawf2 publish videos to youtubewf3 tweets a couple of messages and posts in facebook in order to promote the published vid...

    Views

    1.9K

    Like

    1

    Replies

    6
  • 5/24/17
    We have an issue preventing users from logging out from the publish instance Closer User Group area of our system (/content/my-cug-area). We have a separate vhost for the CUG pages with the dispatcher. The dispatcher CUG vhost has a pass-thru RewriteRule for root /  to the CUG homepage, which works ...

    Views

    1.8K

    Likes

    0

    Replies

    1