We have a PSO Spring Workflow action dispatcher configured on transition from Quick Edit State to Public state.
Whenever we are doing the transition, it is throwing this error. I did verify that we have the bean psoWFActionService defined in the PSOSpringWorkflowActionDispatcher-beans.xml file.
An error occurred processing action Return to Public in batch mode. The error returned was: 500: <?xml version=“1.0” encoding=“utf-8”?>
<PSXLogErrorSet class=“Back end query” host=“10.153.10.227” port=“9982” protocol=“http” root=“/Rhythmyx” rxroot=“http://10.153.10.227:9982/Rhythmyx”>
<Error id=“0”>An error occurred processing the query submitted by session id a98841835de55ac8a2a29b0eaf32c2876a19faed.</Error>
<Error id=“1”>An exception occurred while processing the “Java/global/percussion/workflow/sys_wfExecuteActions” extension: com.percussion.extension.PSExtensionException: The Java handler could not initialize the psoSpringWorkflowActionDispatcher extension: com.percussion.services.PSMissingBeanConfigurationException: Bean psoWFActionService is unknown…</Error>
<Error id=“2”>workflow</Error>
</PSXLogErrorSet>
.Do you want to continue?
Any clue what could be the issue?