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...
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 ...
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 ...
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...
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...
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...
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