Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 1/24/17
    I've created a package using java code as follows. Session session = slingRepository.loginAdministrative(null);JcrPackageManager packageManager =  (JcrPackageManager)PackagingService.getPackageManager(session);JcrPackage pack = packageManager.create(PACKAGE_GROUPNAME, packageName, PACKAGE_VERSION);N...

    Views

    684

    Likes

    0

    Replies

    1
  • 1/23/17
    this is my service="http://api.openweathermap.org/data/2.5/weather?q=London,uk&APPID=2707cfaa99b15c9d63d10a91ad164b49"I need to provide input from the felix console and get the weather info of the location using the appID.Following is my servlet class:import java.io.IOException;import org.apache.fel...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 1/23/17
    I have a scenario in production for a web app, where when a form is submitted the data gets stored in 3 tables in Oracle DB through JDBC. Sometimes I am seeing connection time out errors in logs while the app is trying to connect to Oracle DB through Java code. This is intermittnent. I am using Day ...

    Views

    1.9K

    Likes

    0

    Replies

    0
  • 1/23/17
    Is Adobe AME 6.1 certified to run with Oracle Golden Gate for replication of an active- active replication scenario?

    Views

    704

    Like

    1

    Replies

    2
  • 1/23/17
    I already try some external formatters, but they broke the dialog structure.

    Views

    3.1K

    Likes

    0

    Replies

    5
  • 1/23/17
    Hi All,After every PROD deployment we were clearing entire cache, with the below CURL.curl -H "CQ-Action: DELETE" -H "CQ-Handle: /" -H "Content-Length: 0" -H "Content-Type: application/octet-stream" --noproxy .com http://<HostName>:80/dispatcher/invalidate.cacheWe had a thought rather that clearing ...

    Views

    15.2K

    Likes

    0

    Replies

    4
  • 1/22/17
    I have an Article component in CMS and Content team has to tag each Article using the taxonomy defined in the Tag Manager.SO in this case we want to tag a specific article content within a page and I have to give an option to select Tags in the component when authors create the article.What is the b...

    Views

    4.8K

    Likes

    0

    Replies

    2
  • 1/21/17
    Looking at the list of HTL Global Objects in the documentation log is listed as a java-backed object backed by org.slf4j.Logger.My question is, how can I use it?I can't find any examples of it.Thinking about it, this is a specific case of a more general question; How can I call methods and pass para...

    Views

    3.9K

    Like

    1

    Replies

    4
  • 1/21/17
    Hi,To load the component in side kick we have to add  to #cf in url.By adding #cf tag which script is executing to display its components. where it is placed in crx de.? I want to implement that without adding cf# tag , the sidekick component is visible, i do not want to add cf# tag in url.By simple...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 1/21/17
    Hi, I have a multifield component, in which i want to create a drop down list. i have create the same but my drop down in dialog is not retaining the value once i open it after saving the values. there is some JS issue i guess. can anyone provide possible tutorial or way to solve this??Thanks

    Views

    1.5K

    Likes

    0

    Replies

    2