Search code examples
oracle11gcompiler-errorssoajdeveloperbpel

cannot find class bpelBlock error in JDeveloper


I have manually made changes to the BPEL Process. It was a One Way Process but I have converted it into Synchronous Process by manually adding import statements, namespaces, messages & port type.

However, while compiling, JDeveloper is giving the following error:

 E:\Templates\appl\proj\SCA-INF\bpel\BPELPr~0\src\orabpel\bpelprocess\BIN0.java
 Error(54,5):  cannot find class bpelBlock
 Error(54,24): cannot find class bpelBlock
 Error(94,28): cannot find variable C0 
 Error(95,20): cannot find variable C0

If anyone could suggest anything, Thanks in advance!


Solution

  • Typically you can delete what's in SCA-INF. I would start with doing that. You may need to first exit JDeveloper. Delete SCA-INF. Open JDeveloper recompile.