Possible bug in com.silanis.esl.sdk.SignatureStyle.java
Thursday, November 9, 2017 at 06:41amThis is related to a post by CConverse_lm over a year ago Getting an exception using FULL_NAME + INITIALS signature styles in one document. To summarize the issue: a package is created and Sent with a document that has both INITIALS and FULL_NAME signature styles. The package send succeeds without issue. Then, the package is retrieved using EslClient.getPackage. At this point, all of the FULL_NAME signature styles have unexpectedly changed to ACCEPTANCE. I believe the issue resides in the SignatureStyle.java class. I believe the bug is on line 10:
public static final SignatureStyle ACCEPTANCE = new SignatureStyle("FULLNAME", "ACCEPTANCE", 0);Shouldn't this new SignatureStyle be instantiated with an apiValue of "ACCEPTANCE" instead of "FULLNAME" ? Could this bug be causing the issue we are seeing with attempting to update the package with some other minor changes to it?
Reply to: Possible bug in com.silanis.esl.sdk.SignatureStyle.java
Thursday, November 9, 2017 at 07:36amReply to: Possible bug in com.silanis.esl.sdk.SignatureStyle.java
Thursday, November 9, 2017 at 08:12amReply to: Possible bug in com.silanis.esl.sdk.SignatureStyle.java
Wednesday, November 15, 2017 at 05:24am