Expand my Community achievements bar.

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

  • 9/6/21
    Hi Folks,I am using @reference annotation from OSGI R6 on a field which is of type Map.  @reference(service = serviceName.class, cardinality = ReferenceCardinality.MANDATORY_MULTIPLE, policy = ReferencePolicy.DYNAMIC)Map<String, String> connection = new HashMap<~>();  I usually get an error the the ...

    Views

    1.9K

    Likes

    0

    Replies

    4
  • 9/6/21
    I want to move only the assets to AEM how can we connect to these APIs any different API which can be used to download the assets and push to S3.

    Views

    1.8K

    Likes

    0

    Replies

    5
  • 9/5/21
    Hi Experts, We have one use case where we want to call third party API (salesforce API) from AEM. AEM will called the API and get response and send the response to angular to consume it on UI. Here client's expectation is to use the OAuth token approach to make the call to salesforce API instead of ...

    Views

    515

    Likes

    0

    Replies

    1
  • 9/5/21
    Hi @All,i have inherited image core component ...... i want to use all the property present in there like preset type, Image preset etc...but when i am trying to do it's not showing most of the property. only showing these property.  

    Views

    1.7K

    Likes

    0

    Replies

    6
  • 9/5/21
    Hi Team,On publisher, requested url with suffix ( is dynamic which changes with environment so can't be made static ) is being blocked by dispatcher even after adding a rule to allow the request url.Requested URL : https://domain.com/bin/project/proxy.json/1.1/column/None/()/cms/dev/userRules tried ...

    Views

    1.6K

    Likes

    0

    Replies

    6
  • 9/5/21
    Hi ,My local instance crashes everytime with error : 500I am currently using mac system. Kindly let me know how to fix this. Everytime it's crashing with this below errors and I am unable to proceed further.  when i delete the crx-quickstart and re-launch from scratch it's working fine till that act...

    Views

    2.1K

    Likes

    0

    Replies

    6
  • 9/4/21
    Dear Adobe, I'm trying to configure s3 on my instance, however the docs point me to repo.adobe.com: https://repo.adobe.com/nexus/content/groups/public/com/adobe/granite/com.adobe.granite.oak.s3connector/however I'm getting:  <Error><Code>BlobNotFound</Code><Message>The specified blob does not exist....

    Views

    1.7K

    Likes

    0

    Replies

    4
  • 9/3/21
    I am trying to get browser name in servlet but it is giving me all browser details. Is there any way to get accurate browser name ? String browserName = req.getHeader("User-Agent"); String secNa = req.getHeader("sec-ch-ua"); LOG.info("browserName !!!!!!!"+browserName); LOG.info("secNa !!!!!!!"+secNa...

    Views

    3.4K

    Likes

    0

    Replies

    9
  • 9/3/21
    Currently I have noticed multiple urls like this in Google Search Console (which means Google is indexing them)https://www.test.com/mypage.2.html, https://www.test.com/mypage.3.html, where it should have only https://www.test.com/mypage.html indexed.Because of this, ‘a duplicate url exists’ and ‘pag...

    Views

    2.1K

    Likes

    0

    Replies

    7
  • 9/3/21
    Hi when we inject the properties in sling model using @inject , is it compulsory for variable name used in sling model to be camel case? Any thoughts?

    Views

    1.6K

    Likes

    0

    Replies

    5