Unable to invoke java class in SOA IRoutingSlipCallback
Hi,
I am trying to configure a java callback for OIM 11gR2 PS2 workflow.
I have written a very basic JAVA class which implements "oracle.bpel.services.workflow.task.IRoutingSlipCallback". I have copied this class to <SOA_HOME>/soa/modules/oracle.soa.ext_11.1.1/classes folder. When I tried to invoke this workflow, I got the below error:
<Nov 20, 2015 5:32:26 AM EST> <Error> <oracle.soa.services.workflow.task> <BEA-000000> <<.> Error in invoking routing slip callbacks.
Error in invoking routing slip Java callback {3} for task 200365. The task is associated with workflow default/BeneficiaryManagerApproval!1.9/ApprovalTask.
Make sure that the routing slip callback class is specified correctly without any errors. The class name should be fully qualified. Also make sure that the class and its dependencies are available in the classpath.