I have one BPEL process. Even though i have a receve in the begining of the process when i compile i receve this error:
There is no start activity in process "*.bpel"
How can I solve this problem?
I solved this problem in this way:
createInstance="yes"
to the first receive activity.