Expand my Community achievements bar.

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

  • 10/15/15
    I am experimenting with Sling Models. I followed Justin Edelson's advice about installing the API / Impl package from ACS, adding the instruction to the maven-bundle-plugin to generate the appropriate manifest header ... yadda, yaddaI defined an interface thus (note: the @Default values) :-package c...

    Views

    5.1K

    Likes

    0

    Replies

    8
  • 10/15/15
    Hi All,We have 12 replication agents for our application and out of 12 ,6 are working fine .For remaining replication agents i am seeing below error.30.05.2014 02:01:11.771 *ERROR* [pool-25-thread-24-com_day_cq_replication_job_default-agent-wjb2stl51-14(com/day/cq/replication/job/default-agent-wjb2s...

    Views

    457

    Likes

    0

    Replies

    3
  • 10/15/15
    I have tried this in both AEM 5.6.1 and AEM 6 (load 18), but it behaves (errors) the same.I'm trying to use Bootstrap 3 and LESS (the built-in compiler via rhino) and it keeps coming up with compilation errors due to the following 'extend' method, which was introduced in LESS version 1.4:&:extend(.c...

    Views

    2.3K

    Likes

    0

    Replies

    5
  • 10/15/15
    Is there any way to just disable the auto indent in CRXDE Lite?  It's just terrible and consistently shifts my code to the wrong position.  It's not really that difficult to hit the tab key that it needs to indent for me.  I know for sure I do a better job than it does.Thanks in advance!

    Views

    593

    Likes

    2

    Replies

    1
  • 10/15/15
    Hi, I noticed that AEM 6.0 is not available in the AEM Cloud Manager (https://www.adobeaemcloud.com/content/clouds/en/services/add/wem.html). Is there a known date yet, when this will be the case?Thank you and best regardsJoerg

    Views

    303

    Likes

    0

    Replies

    0
  • 10/15/15
    Hi guys,Is someone knows if it is possible to turn on browser autocomplete on text fields in component's dialog? Looks like extjs set autocomplete="off" on every input tag, so I added listener on textfield which sets autocomplete on, but it is not workingField with listener looks like:<title jcr:pri...

    Views

    1.5K

    Likes

    0

    Replies

    1
  • 10/15/15
    I want to define an abstract service that subclasses can extend. In the abstract service I want to define a getResourceResolver() method that gets a resource resolver authenticated with the current user.How can I pass the current user's credentials to ResourceResolverFactory.getResourceResolver cons...

    Views

    2.7K

    Likes

    0

    Replies

    4
  • 10/15/15
    I have a requirement in my project where we need to make the older versions of a page available to viewers in publish instance. I know we can easily check older versions of a page in author instance and also compare the differences in two versions. Is it possible to have something similar in Publish...

    Views

    1.5K

    Likes

    0

    Replies

    6
  • 10/15/15
     I am just trying to figure out how to add a custom button/link to CRXDE Lite main menu. My requirement is to add a upload button at top of CRXDE Lite. (After Tools Link). Please advise me.

    Views

    313

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi, I am getting NPE when calling EmailService class's function sendEmail(). @Component(immediate = true, metatype = true, label = "Mail Service") @Service(EmailService.class) public class EmailService { @Reference private MessageGateway<HtmlEmail> messageGateway; @Reference private MessageGatewaySe...

    Views

    382

    Likes

    0

    Replies

    2