Pages

Tuesday, July 26, 2011

java.lang.ClassNotFoundException: oracle.bpel.services.workflow.WorkflowException


When deploying or running an ADF application with BPM functions, it might throw the error as below:


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:

ForumMod said...

Awesome. Finally someone answering ADF questions. Thanks.

Unknown said...

Thanks. Helped resolve the issue!

Yazan said...

Very Valuable. Appreciated!!

Your guide for Goa said...

Thanks bro..! that worked.