Hi all, I encounter the same error when run some BPEL processes. I am using Tomcat 6.0.16, ODE 1.2, Java JDK 1.5, and also using SOAPUI to test the result of BPEL after having deployed. The deployment of the processes is OK, but when tested with soapUI, there is following error:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server</faultcode> <faultstring xmlns:axis2ns11=" http://docs.oasis-open.org/wsbpel/2.0/process/executable ">axis2ns11:selectionFailure</faultstring> <detail/> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> Any one has any idea about this kind of error? Thank you! Binh.
