We would very ocassionally encounter this error while compiling our BPEL code.
This happens majorily because of the below artificats.Check these steps one by one :
STEP 1: Go to Bpel code.Delete all items from SCA-INF folder
STEP 2 : Check composite.xml file and see if all wire are connected or not.
STEP 3 : Close JDeveloper and reopen.This happens rarely.
Major Imp Step:
If you are using java embedding code in your bpel code then this error occurs very frequently.Bpel does not have compiler to check java code so for a simple one charecter error it will throw this exception
So compile line by line and check.Wherever you find this error its in that statement only.
Happy programming.Love to hear comments from you people.
This happens majorily because of the below artificats.Check these steps one by one :
STEP 1: Go to Bpel code.Delete all items from SCA-INF folder
STEP 2 : Check composite.xml file and see if all wire are connected or not.
STEP 3 : Close JDeveloper and reopen.This happens rarely.
Major Imp Step:
If you are using java embedding code in your bpel code then this error occurs very frequently.Bpel does not have compiler to check java code so for a simple one charecter error it will throw this exception
So compile line by line and check.Wherever you find this error its in that statement only.
Happy programming.Love to hear comments from you people.
i'm troubled by this. I have performed your steps but it did not sovle my problem
ReplyDelete