Yozons Open eSignForms

Results 17 comments of Yozons Open eSignForms

Is the Oxygen release of Eclipse required, or will a newer version still work?   I'm using Version: 2021-12 (4.22.0). When I did the MAVEN INSTALL for vaadin-root, it seems like...

Thanks. Yes, I confirmed the eclipse preferences and for JDK Compliance is 1.8, selected installed JRE "Java SE 8 [1.8.0_261], and Execution Environment for JavaSE-1.8 is also showing a perfect...

It seems that I am able to build the primary JARs, but do you know why they all show version 8.15-SNAPSHOT rather than 8.14.3, the last open source version on...

Thanks. Is this something that can be configured into Eclipse's Maven Run Config? I don't use command line 'mvn' (yet).

It seems that after I compile 8.15-SNAPSHOT and release those JARs, and then I build my app pointing to 8.15-SNAPSHOT in my pom.xml element, my app starts fine, but on...

Is there a way to be sure I only get the 8.14.3 release from GIT? It seems like the pom.xml files all show 8.14-SNAPSHOT. I am trying to get the...

I tried to release the 8.14-SNAPSHOT JARs in place of the 8.14.3 JARs and views don't really load and I get this: ``` Aug 03, 2022 6:11:18 PM com.vaadin.server.communication.ServerRpcHandler checkWidgetsetVersion...

Comment from the client: There was not any harm done with what occurred by starting test transactions like production. I was able to restart the transactions in Production. Most transactions...

A bit quick analysis shows that groups are referenced in the DB as follows: esf_group - parent_group_id esf_group_user - group_id esf_party_template - todo_group_id and test_todo_group_id esf_permission_option_group - group_id esf_transaction_party -...

Currently, no custom logic action has a way to "replay it" outside of the flow defined. However, the email custom logic is "special" and has its own email activity log,...