Expand my Community achievements bar.

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

  • 6/15/16
    Hi Team,I tried the below code in sling models but I got error for declaring adapters -@Model(adaptables = Resource.class, adapters = MyModel.class)public class MySlingModel {}I'm using the below dependencies -    <dependency>            <groupId>org.apache.sling</groupId>            <artifactId>org...

    Views

    827

    Likes

    0

    Replies

    5
  • 6/15/16
    Hi Guys,Does anyone know how to set up the configuration of query search’ time out (such as if the query running more than 2 minutes it will auto time out and stop the query)? I checked the configuration of osgi, it looks no any options for this.It’s due to our cq6.1 instance running slow by some qu...

    Views

    2.1K

    Likes

    0

    Replies

    4
  • 6/15/16
    I'm trying to ensure all of our components are backed up by a sling model to help us create a 'content API'. I'm struggling with the out of the box sightly image component as it is complex and uses JS and not Java, I don't want to reinvent the wheel so if somebody has done this before please point m...

    Views

    938

    Likes

    0

    Replies

    3
  • 6/14/16
    Hi Experts, My client is looking for a translation vendor to be used with Adobe AEM, We have few questions around it.1. Vendor should have a connector with Adobe AEM 5.6.12.  Vendor should be cost effective, both for Machine and Human translation.Looking @ both requirements, which one would you reco...

    Views

    519

    Like

    1

    Replies

    3
  • 6/14/16
    Hello,When making an ajax call to create nodes in the jcr, the node's (nameHint) name is transformed to lowercase. Is there a key / value pair I can pass into my datastring object to prevent this from happening? Also, I am noticing that double-byte characters are not being added correctly.技術能力 - 卓越し...

    Views

    679

    Likes

    0

    Replies

    0
  • 6/14/16
    Hi All,We have recently migrated from AEM 6.0 SP3 to AEM 6.2 during we have considered minimum not our entire site content.Our application content for many countries with different languages.Here my doubt is ,if i have packaged content from our old AEM instance(AEM 6.0 SP3) and installing on AEM 6.2...

    Views

    977

    Likes

    0

    Replies

    6
  • 6/14/16
    Hi All,We have servlet which has implemented 'SlingAllMethodsServlet' with overriding doPost() and set returned content type as text/JSON .In Sightly component we are accessing this servlet using $.ajax(....).Observed ,to use this response json in Sightly component html ,no need to parse this respon...

    Views

    356

    Like

    1

    Replies

    2
  • 6/14/16
    Not a technical question, but I'm wondering if folks can offer what they're using for breakpoints their layout containers. FWIW, here's my definition from my structure file in my base template-type, but I'm not tied to this at all.<cq:responsive jcr:primaryType="nt:unstructured"> <breakpoints jcr:pr...

    Views

    637

    Likes

    0

    Replies

    2
  • 6/14/16
    Hi,I've to create a component with 2 images and a text whit aem 6.2.This component must be rendered with a java class (not jsp and not js).the two images must have drag and drop functionality. Could someone help me

    Views

    957

    Likes

    0

    Replies

    6
  • 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