Hi,
I managed to get the existing workflow going but now I get an
exception when doing the approval.
I created a user and the admin gets an approval task.
When I set it to approve and press save I get this in the core-rest.log
12:18:17.792 ERROR
org.apache.syncope.core.rest.controller.AbstractController - Exception
thrown by REST methods
java.lang.RuntimeException: javax.crypto.BadPaddingException: Given
final block not properly padded
at
org.identityconnectors.common.security.impl.EncryptorImpl.decrypt(EncryptorImpl.java:87)
~[framework-internal-1.3.1.jar:na]
at
org.apache.syncope.core.workflow.ActivitiUserWorkflowAdapter.decrypt(ActivitiUserWorkflowAdapter.java:180)
~[ActivitiUserWorkflowAdapter.class:na]
at
org.apache.syncope.core.workflow.ActivitiUserWorkflowAdapter.submitForm(ActivitiUserWorkflowAdapter.java:644)
~[ActivitiUserWorkflowAdapter.class:na]
...
Any ideas on what's happening?
Bob