Am trying to consume a web service which is running on different sub-domain but on the same domain. I am getting java.net.ConnectException: Connection timed out. Below is code which I am using to call the webservice from OSGI Component class. String url = "https://banking.pnc.com"; Pos...
Hristo Gatev wrote... I have the same problem but i am trying to call the java class from the local folder. -apps (folder) -mywebsite (folder) -components (folder) -contentpage (cq:Component) -partials (folder) -navbar.html -Menu...
I have a Java Component , want to call that component in html using sightly. I am trying to use the tag data-sly-use.settings="com.pnc.xxx.Settings" .It is initiating the new Instance, but not referring the existing component. How can I refer the existing component in sightly?
Could you explain us more? How you are creating this page from "Site Admin" or CRXDE? is this exception is coming when it is hitting your code? Simple way to verify this , after adding the page in "Site Admin" just refresh the parent node and check it,it is added or not.