Expand my Community achievements bar.

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

  • 6/14/16
    Hi Team,I would like to use sling models with WCMUse/WCMUsePojo class. For I have written the below code -@Model(adaptables = Resource.class)public class SampleSlingModel extends WCMUse {    private static Logger LOG = LoggerFactory.getLogger(SampleSlingModel.class);    @Inject    private String tit...

    Views

    3.4K

    Likes

    0

    Replies

    1
  • 6/14/16
    While trying to start an aem instance I am getting this error: AuthenticationSupport service missing. Cannot authenticate request.In tried checking the system console for bundles and saw all bundles are active but crxDe is not opening. IT is showing Error 503.I have checked the error log whie start...

    Views

    608

    Likes

    0

    Replies

    0
  • 6/14/16
    Hi Team,Is it possible to get the Sling model in the class that extends WCMUse/WCMUsePojo? I tried the below code in Sightly class but I'm getting null-MySlingModel mySlingModel = getResource().adaptTo(MySlingModel.class);if (null != mySlingModel ) {            LOG.info("mySlingModel IS NOT NULL");}...

    Views

    1.7K

    Likes

    0

    Replies

    4
  • 6/14/16
    Hello,I am following the training Back-end Developer; and in this training we are invited to download two (2) zip file=1. Company zip file2. Codesnippets zip fileBut I just noticed that the company zip we are required to download is not the same as the one using in the video “Installing and Configur...

    Views

    553

    Likes

    0

    Replies

    0
  • 6/13/16
    Hi,I was trying to understand the following comment in Adobe documentation:Source URL - https://docs.adobe.com/docs/en/aem/6-0/administer/content/assets.htmlExtract from above link is following text.DIGITAL ASSET MANAGEMENT VERSUS IMAGE COMPONENTWhen determining whether to put an image into CQ DAM o...

    Views

    1.5K

    Likes

    0

    Replies

    2
  • 6/13/16
    We've implemented a TransformerFactory in our project to help re-write some links from "/content/project_name" to just "/project_name".The only downfall is that this Factory IGNORES any comments.  For a number of reasons, we need to have the COMMENTS updated as well.Is anyone aware of a way to updat...

    Views

    2.7K

    Likes

    0

    Replies

    8
  • 6/13/16
    I've just updated from 6.1 to 6.2 and suddenly my sling models are causing problems. It seems like javax.inject is no longer available and so my bundle wont start. I have tried adding to my top level pom a dependancy but it is still not happy.Error:javax.inject,version=[0.0,1) -- Cannot be resolvedD...

    Views

    4.5K

    Likes

    3

    Replies

    8
  • 6/13/16
    Problem:On Author http://<host:port>/projects.html getting the following error after AEM 6.1 SP1 installation:Unable to compile class for JSP: An error occurred at line: 6 in the generated java file Only a type can be imported. com.adobe.cq.experiencelog.ExperienceLogConfig resolves to a package An ...

    Views

    7.7K

    Likes

    0

    Replies

    13
  • 6/10/16
    Is there a detailed step by step document that explains how to integrate Solr instance with AEM? Assume we've a server running AEM some oak:index configured. Now we get a solr search server available to us.what next?

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 6/10/16
    Hello, I want to publish an asset instantly as it's dropped into a specific folder.How can I do this? Thanks!

    Views

    2.7K

    Likes

    0

    Replies

    3