Questions asked by tauserhttps://answers.axonivy.com/questions/asked-by/31/tauser/?type=rssQuestions asked by <a href="/users/31/tauser" >tauser</a>enWed, 30 May 2018 04:07:00 -0400DateTime in Webservicehttps://answers.axonivy.com/questions/3291/datetime-in-webservice<p>Hello Ivy Team, we use one field with type DateTime in result by Web Service Process start. If there is null in this field, we receive always initialized Value</p> <pre><code> &lt;result&gt; &lt;exportTimestamp&gt;0001-01-01T00:00:00+01:00&lt;/exportTimestamp&gt; &lt;/result&gt; </code></pre> <p>What is wrong on it?</p> <p>I would expected, the section exportTimestamp would not be created (similar like with Type String).</p> <p>Thank you for response in advance.</p>tauserWed, 30 May 2018 04:07:00 -0400https://answers.axonivy.com/questions/3291/datetime-in-webservicewebserviceHow to use own library which is already in designerhttps://answers.axonivy.com/questions/3272/how-to-use-own-library-which-is-already-in-designer<p>Hello everybody, there is a library gson-2.2.4.jar included in Ivy. We need to use newer version because of some functions. we try to use external .jar like in other cases, but in this case the library included in ivy is always used. </p> <p>How can we simply priorise (override) own library version<img alt="alt text" src="https://answers.axonivy.com/upfiles/gson.png">?</p>tauserThu, 17 May 2018 01:15:02 -0400https://answers.axonivy.com/questions/3272/how-to-use-own-library-which-is-already-in-designerivylibraryPermissions for ProcessModelVersionhttps://answers.axonivy.com/questions/2148/permissions-for-processmodelversion<p>Hi, we have by calling one Java Class from Ivy Script Step following permission checking:</p> <p>PermissionDeniedException: Session 2 (user1) is not allowed to call method public ch.ivyteam.ivy.application.ReleaseState ch.ivyteam.ivy.application.internal.ProcessModelVersion.getReleaseState().</p> <p>We can set "Disable permisison checking" by script step, but i would like to know how is it possible that checking happens.</p> <p>In which situations is this checked? We don't call this API method.</p>tauserThu, 27 Oct 2016 14:52:59 -0400https://answers.axonivy.com/questions/2148/permissions-for-processmodelversionapiLanguage of system sessionhttps://answers.axonivy.com/questions/2082/language-of-system-session<p>Hello, how is the rule which language has the system session ? Can we set the langauge of system session for the whole application ?</p> <p>Thanks</p> <p>Karel</p>tauserFri, 07 Oct 2016 13:50:26 -0400https://answers.axonivy.com/questions/2082/language-of-system-sessionsessionauto initialisation / number 0 from JSF Viewhttps://answers.axonivy.com/questions/1674/auto-initialisation-number-0-from-jsf-view<p>Hello, we have a datatable in jsf view, one column is a number in bean. After submiting form (ivy event) we receive initialised number 0, so our validation cannot check if user inserted it manually (field is mandatory, 0 must be explicit inserted). How can we avoid the auto initialisation ?</p> <p>Karel</p>tauserThu, 03 Mar 2016 08:44:40 -0500https://answers.axonivy.com/questions/1674/auto-initialisation-number-0-from-jsf-viewdatabindingeljsfJSF Format Locale Globalhttps://answers.axonivy.com/questions/1652/jsf-format-locale-global<p>Hi, ist possible to set GLOBAL format locale for JSF Page? So there would be no needed to set &lt;f:convertnumber locale="de_DE"/&gt; be each input field?</p> <p>ivy.session.setFormattingLocale("de","DE") does not work.</p> <p>Thank you</p>tauserFri, 12 Feb 2016 08:51:09 -0500https://answers.axonivy.com/questions/1652/jsf-format-locale-globaljsfPersist first task using apihttps://answers.axonivy.com/questions/1644/persist-first-task-using-api<p>Hi all, at the Prozess start is possible to set in Workflow Mode "Persist task on creation". Is there any possibility to set this in script dynamically using API? We sometimes need it sometimes not.</p> <p>Karel Tauser</p>tauserThu, 28 Jan 2016 09:31:42 -0500https://answers.axonivy.com/questions/1644/persist-first-task-using-apiapiSelectManyMenu JSF Componenthttps://answers.axonivy.com/questions/1620/selectmanymenu-jsf-component<p>Hi, by SelectManyMenu you can use checkboxes for selection. You can set multiple checkboxes. By clicking on the label of item is only actual item in row selected and selection by other items removed.</p> <p>Is there any simple workarround to avoid this ?</p> <p>K.</p>tauserThu, 07 Jan 2016 09:24:00 -0500https://answers.axonivy.com/questions/1620/selectmanymenu-jsf-componentjsfChangig user password in JSFWorkflowUIhttps://answers.axonivy.com/questions/1143/changig-user-password-in-jsfworkflowui<p>Is there any possibility to change the password for ivy user (Application with Ivy Security System) in JSFWorkflowUI (current or future Version) ?</p>tauserFri, 30 Jan 2015 15:29:13 -0500https://answers.axonivy.com/questions/1143/changig-user-password-in-jsfworkflowuijsfwfuiLDAP API call cachehttps://answers.axonivy.com/questions/1142/ldap-api-call-cache<p>Hi, we have some performance problems by communication with LDAP after switching from 4.3 to 5.0. I have two questions</p> <ul> <li>were there any changes intern by calling API (see bellow)</li> <li>are there any API methods which doesn't communicate with LDAP (using direct only ivy system database) ?</li> </ul> <p>Especially we use the following method</p> <ul> <li><code>ISecurityContext.findRole(...)</code></li> <li><code>IWorkflowSession.hasRole(IRole, Boolean)</code></li> </ul>tauserFri, 30 Jan 2015 15:26:48 -0500https://answers.axonivy.com/questions/1142/ldap-api-call-cachesecurityactivedirectoryldapusing java runtime version according an applicationhttps://answers.axonivy.com/questions/867/using-java-runtime-version-according-an-application<p>Is it possible to connect an ivy application with some version of java? For instance, the user has local installed Java6 and Java7.</p> <ol> <li>By starting an application <code>http://serverName/ivy/app1/</code>... RIA will be opened with Java6</li> <li>By starting an application <code>http://serverName/ivy/app2/</code>... RIA will be opened with Java7</li> </ol>tauserFri, 18 Jul 2014 10:40:47 -0400https://answers.axonivy.com/questions/867/using-java-runtime-version-according-an-applicationjavaStarting a new window from JSFhttps://answers.axonivy.com/questions/660/starting-a-new-window-from-jsf<p>Hi, after user cklick a button, we generate local a PDF. We would like to show it directly to client. In RIA can we use ClientContext.showDocument, but in JSF logik works this not... How to use it in JSF ?</p>tauserFri, 25 Apr 2014 10:56:59 -0400https://answers.axonivy.com/questions/660/starting-a-new-window-from-jsfjsfUTF-8 Encoding Ivy Serverhttps://answers.axonivy.com/questions/74/utf-8-encoding-ivy-server<p>IvyServer 4.3.18 What should we set or take into account, if want server to work completly in UTF-8 (Also Emails. 1. from email element. 2. also new task mail)</p>tauserTue, 12 Nov 2013 22:41:11 -0500https://answers.axonivy.com/questions/74/utf-8-encoding-ivy-serverconfiguration