Questions asked by Fotini Kalantidouhttps://answers.axonivy.com/questions/asked-by/647/fotini-kalantidou/?type=rssQuestions asked by <a href="/users/647/fotini-kalantidou" >Fotini Kalantidou</a>enFri, 21 Sep 2018 02:22:05 -0400Endless loop when calling a Webservicehttps://answers.axonivy.com/questions/3435/endless-loop-when-calling-a-webservice<p>When calling an external Webservice we get a log of type: "The following requests seems to loop endless or are blocked:"</p> <p>According to an answer in another post:</p> <p>The endless loop logs occur when:</p> <ul> <li>a normal user request is running for longer than 5 minutes</li> <li>a system user task is running longer than 1 hour</li> </ul> <p>How could be provoke such an error? And how could we prevent such an error when it occurs on a WebService call? Maybe by defining a Timeout on the Webservice call? Does a default timeout for the WS Call exist?</p>Fotini KalantidouFri, 21 Sep 2018 02:22:05 -0400https://answers.axonivy.com/questions/3435/endless-loop-when-calling-a-webservicewebserviceloopPrimeface Dialog Framework Pathhttps://answers.axonivy.com/questions/1893/primeface-dialog-framework-path<p>Hello,</p> <p>we want to use the Primefaces Dialog Framework in our processes.</p> <p>We have a Html Dialog, let say, TestDialogFramework, which consists of two views: TestDialogFramework.xhtml and viewToShow.xhtml</p> <p>On the TestDialogFramework.xhtml we have a command button. In the actionListener Method we call the Dialog by:</p> <pre><code>RequestContext.getCurrentInstance().openDialog("viewToShow"); </code></pre> <p>In this case, the viewToShow.xhtml opens as dialog as expected. </p> <p>But when we want to call a xhtml which is another Ivy Html Dialog the call:</p> <pre><code> RequestContext.getCurrentInstance().openDialog("otherHtmlDialog); </code></pre> <p>fails. </p> <p>How should we specify the path in openDialog Method?</p> <p>Thank you in advance.</p>Fotini KalantidouFri, 15 Jul 2016 10:53:01 -0400https://answers.axonivy.com/questions/1893/primeface-dialog-framework-pathprimefaces