Hello I'm using ode 1.1.1 I have created a first simple BPEL process, something like HelloWorld; it works
Then, I have created a BPEL process which invoke the first process as a Web Service. I'm always getting the following response: - <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> - <soapenv:Body> - <soapenv:Fault> <faultcode>soapenv:Server</faultcode> <faultstring xmlns:axis2ns9="http://docs.oasis-open.org/wsbpel/2.0/process/executable">axis2ns9:uninitializedPartnerRole</faultstring> <detail /> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> This fault seems to be An attempt during process execution to read a partner link before its partnerRole EPR is initialized. I don't understand what I can do. the first process is deployed and it works if I call it directly. I appraciate if someone give me ideas to solve this problem. -- -- Jean-Claude Moissinac PS: ODE version from the manifest: Manifest-Version: 1.0 Created-By: Buildr Build-By: mriou Build-Jdk: 1.5.0_12 Implementation-Title: Apache ODE Implementation-Vendor: Apache Software Foundation Implementation-Version: 1.1.1
