+1
I've commented out the following lines in ODEWSProcess.java to get this
to work:
// if (partnerEndpoint != null)
// p2pProcesses = _server.route(partnerEndpoint.serviceName,
new DbBackedMessageImpl(mexdao.getRequest()));
Regards,
Terry
On 03/02/10 22:34, Renat Zubairov wrote:
Hello all,
I have a problem with the Process2Process communication inside the ODE. Basically I need to implement a BPEL process that uses
and implements the same WSDL. For example I have a service A with two methods request-response "createEntity" and one
way "confirmCreation", I expect my process to call "createEntity" method and then wait untill the
"confirmCreation" method will be called on it, however since ODE route all MEXes internaly despite the fact that
process actually only implements one single operation "confirmCreation" I'm getting an MEX expire and failed state.
Would it be possible to fix the P2P communication so that it would only happen
when ODE as a recipient side is able to handle the operation, otherwise just
proceed with a call though Integration Layer.
Renat