Forums

We can verify when a signer signed all the documents as follow:

documentPackage.getDocuments().stream()
   .flatMap(d -> d.getSignatures().stream())
   .filter(s -> Objects.equals(s.getSignerEmail(), signer.getEmail()))
   .allMatch(s -> s.getAccepted() != null);

Our issue is that this is not true if the signer did not confirmed the transaction at the end of the last signed document. Analysing the data, we found out that this would work:

Forums

I am getting the following exception while trying to create a Package using
.withExtractionType(ExtractionType.TEXT_TAGS) for the DocumentBuilder, 
Is there a way to use ExtractionType alongside createPackage?
I am looking forward to create a reminder inside my transaction therefore I cannot use createPackageOneStep nor CreateAndSendPackage.

Thanks

Forums

The onespan Java sdk (sdk-11.51-jar-with-dependencies.jar) contains a version of netty (4.1.74.Final) that has security vulnerability CVE-2022-24823, the sdk-11.51.jar has references to it,  and our company (and clients) won't allow it to be deployed with security vulnerabilities.

Netty has it patched from  Version 4.1.77.Final  onwards.

Can we get a build with the netty patches or is there something else we can do to work around the issue?

 

Forums

Hi,

I am getting below error when I am trying to notify signer.

{"messageKey":"error.validation.notifySigner.outOfOrder","code":400,"message":"Unable to notify the signer until it is their turn to participate.","name":"Validation Error"}

package id: UUEAxeNG2AmU5hLxXlN7HbL0ZH0=

Both signers have same email addresses with different custom ids.

It used to work fine when we had "email.activate" template active, but now we have disable it and notify users manually.

I raised a ticket