java.lang.NoClassDefFoundError: oracle/bpel/services/workflow/WorkflowException
Here is the solution for it:
In your ADF project, open weblogic-application.xml in Application Resources Palette and add the below lines:
<library-ref> <library-name>oracle.soa.workflow.wc</library-name> </library-ref>
Which looks like the below:
