Questions Tagged With ivy7https://answers.axonivy.com/tags/ivy7/?type=rssquestions tagged <span class="tag">ivy7</span>enWed, 04 Sep 2019 05:43:19 -0400Maven build StackOverflowErrorhttps://answers.axonivy.com/questions/3958/maven-build-stackoverflowerror<p>We can not build our IvyProject with maven and the ivy project-build-plugin. If we execute mvn compile in our ivy project the follwoing StackOverflowError happens:</p> <pre><code>[ERROR] Failed to execute goal com.axonivy.ivy.ci:project-build-plugin:7.0.4:compileProject (default-compileProject) on project astecs_core: Failed to compile project 'c:\...'.: InvocationTargetException: StackOverflowError -&gt; [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.axonivy.ivy.ci:project-build-plugin:7.0.4:compileProject (default-compileProject) on project astecs_core: Failed to compile project 'c:\...\...'. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) ...... Caused by: java.lang.StackOverflowError at org.eclipse.jdt.internal.compiler.lookup.TypeSystem$HashedParameterizedTypes.get (TypeSystem.java:86) at org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem.getParameterizedType (AnnotatableTypeSystem.java:107) at org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem.getParameterizedType (AnnotatableTypeSystem.java:124) at org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createParameterizedType (LookupEnvironment.java:945) at org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertToParameterizedType (LookupEnvironment.java:486) at org.eclipse.jdt.internal.compiler.lookup.Scope.enclosingReceiverType (Scope.java:1190) at org.eclipse.jdt.internal.compiler.lookup.Scope.getBinding (Scope.java:2129) at org.eclipse.jdt.internal.compiler.ast.SingleNameReference.resolveType (SingleNameReference.java:985) at org.eclipse.jdt.internal.compiler.ast.MemberValuePair.resolveTypeExpecting (MemberValuePair.java:89) at org.eclipse.jdt.internal.compiler.ast.Annotation.resolveType (Annotation.java:830) at org.eclipse.jdt.internal.compiler.ast.ASTNode.resolveAnnotations (ASTNode.java:900) at org.eclipse.jdt.internal.compiler.ast.ASTNode.resolveAnnotations (ASTNode.java:770) at org.eclipse.jdt.internal.compiler.lookup.FieldBinding.getAnnotationTagBits (FieldBinding.java:286) ... </code></pre>josef_koupalWed, 04 Sep 2019 05:43:19 -0400https://answers.axonivy.com/questions/3958/maven-build-stackoverflowerrormavenivy7project-build-pluginbuildDisplaying override sender of Ivy mail using utf-8 charsethttps://answers.axonivy.com/questions/3459/displaying-override-sender-of-ivy-mail-using-utf-8-charset<p>Hi All, I'm using Ivy Mail (ivy 7.1) to sending email.</p> <p>Now I have a need to override the mail's sender, I'm using a variable with name "in.from" and set to From field of Ivy mail (like below picture). <img alt="alt text" src="https://answers.axonivy.com/upfiles/email_function.PNG"> If value of From field is in English -&gt; It's work. (my text: George Jones &lt; SharedGroup.Org&gt;)</p> <p><img alt="alt text" src="https://answers.axonivy.com/upfiles/sender_worked.PNG"></p> <p>But if my text is in German language, the sender will not be displayed correctly anymore (below picture)<br> (For example the value of sender's text is: George á Jones &lt; SharedGroup.Org&gt; )</p> <p>It also auto append 2 double quote string to my text.</p> <p><img alt="alt text" src="https://answers.axonivy.com/upfiles/sender_error_in_utf-8.PNG"></p> <p>Is there any way to define the charset utf-8 for the sender's name?</p> <p>Like in Java mail we have: new InternetAddress("abc@gmail.com", "吃在华科", "<strong>UTF-8</strong>")</p> <p>Thank you!</p>nhthangThu, 27 Sep 2018 11:35:39 -0400https://answers.axonivy.com/questions/3459/displaying-override-sender-of-ivy-mail-using-utf-8-charsetivy7emailHow to define 'from' inIvy.Mail with spaces and special characters?https://answers.axonivy.com/questions/3444/how-to-define-from-inivy-mail-with-spaces-and-special-characters<p>Dear all, Sorry for creating a new topic. My original question was this one <a href="https://answers.axonivy.com/questions/3431/how-to-define-sender-name-in-axon-ivy-mail">https://answers.axonivy.com/questions/3431/how-to-define-sender-name-in-axon-ivy-mail</a></p> <p>I wanted to define a sender name in Ivy.Mail. And Thank <a href="https://answers.axonivy.com/users/11/reto-weiss">@Reto Weiss</a>, your instruction helped. But the problem is that I can't send an email defined 'from' with spaces and special character. The text I tried was 'Sony AG, john.smith@sony.ch'. Many thanks,</p>an_nguyenTue, 25 Sep 2018 22:50:31 -0400https://answers.axonivy.com/questions/3444/how-to-define-from-inivy-mail-with-spaces-and-special-charactersivy7emailivyAxon Ivy 7 configuration javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NUL in web.xmlhttps://answers.axonivy.com/questions/3096/axon-ivy-7-configuration-javax-faces-interpret_empty_string_submitted_values_as_nul-in-web-xml<p>Hi everyone, In Ivy 7, I saw this context param was added in web.xml file.</p> <pre><code>&lt;context-param&gt; &lt;param-name&gt;javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL&lt;/param-name&gt; &lt;param-value&gt;true&lt;/param-value&gt; &lt;/context-param&gt; </code></pre> <p>Currently, our projects need to set this value to false to keep invalid values. Is there any problem/issue if we re-configure context-param above?</p>hungnxvFri, 02 Feb 2018 05:40:33 -0500https://answers.axonivy.com/questions/3096/axon-ivy-7-configuration-javax-faces-interpret_empty_string_submitted_values_as_nul-in-web-xmlivy7ivyHow to use SingalStart in CaseMaphttps://answers.axonivy.com/questions/2941/how-to-use-singalstart-in-casemap<p>Hi ivyteam</p> <p>I'm using ivy 7.0.1 and I have the process like this: <img alt="alt text" src="https://answers.axonivy.com/upfiles/Untitled_u923Vsf.png"></p> <p>My project has two stage, First stage is Data Gathering, Second is Document. In each stage i have a ivy process (could be more in real case), and they are connected by signal (see on picture)</p> <p>When first process is done, it send signal then second process is started and create task to responsible role, If that activator open task, process can continue with another signal to create another task and so on...</p> <p>When i use ivy 7, i try with CaseMap, but i can not integrate those process to case map, because i see it only support for Start Process. <img alt="alt text" src="https://answers.axonivy.com/upfiles/Untitled_KRPlfag.png"> In this picture i only can browse first startlink, not signal or second task switch.</p> <p>My question is:</p> <ul> <li>Can i apply CaseMap for my project (it use a lot of signal like this pattern)? Or we need to remove all signal and change to startlink? I see we no need to use signal and task switch. how to handle signal boundary event on startlink?</li> <li>In case we only use startlink, how to secure them?</li> </ul> <p>Thanks</p>trungdvTue, 31 Oct 2017 05:39:31 -0400https://answers.axonivy.com/questions/2941/how-to-use-singalstart-in-casemapsignalsivy7casemap