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:
4 comments:
Awesome. Finally someone answering ADF questions. Thanks.
Thanks. Helped resolve the issue!
Very Valuable. Appreciated!!
Thanks bro..! that worked.
Post a Comment