In project creation wizard we can choose runtime version 0.8.0.Final but by adding BPEL process you can't successfully deploy the project to switchyard-0.8.0.final (only to switchyard-1.0.0.Aplha1).
Notice the following difference
SYTool-1.0.0 adds
<sca:implementation.bpel process="process:Process"/>
SYTool-0.8.0 add
<bpel:implementation.bpel process="process:Process"/>
with xmlns:bpel="http://docs.oasis-open.org/ns/opencsa/sca/200903"
After deployin you will see java.lang.ClassCastException (in the attachment)
|