"Operation Not Found" exception when a BPEL process is provided by a WSDL
service with multiple ports
-----------------------------------------------------------------------------------------------------
Key: ODE-893
URL: https://issues.apache.org/jira/browse/ODE-893
Project: ODE
Issue Type: Bug
Components: BPEL Runtime
Reporter: Gary Brown
Fix For: 1.3.5
When a BPEL process has a WSDL service with multiple ports, the receive
activity throws an exception trying to find the operation on the wrong port.
10:25:41,956 INFO [STDOUT] Retrieving document at
'file:/home/gbrown/NotBackedUp/testing/riftsaw/current/jboss-5.1.0.GA/server/default/tmp/3j001-grq6yi-gewk2xj7-1-gewkc2wp-bl/Quickstart_bpel_simple_correlation-1.jar/HelloGoodbye.wsdl'.
10:25:42,002 ERROR [BPELEngineImpl] Exception occured while invoking ODE
org.apache.ode.bpel.iapi.BpelEngineException: Operation[hello] could not be
found on the portType [{http://www.jboss.org/bpel/examples/wsdl}GoodbyePortType]
at org.apache.ode.bpel.engine.BpelProcess.initMyRoleMex(BpelProcess.java:328)
at
org.apache.ode.bpel.engine.BpelEngineImpl.createNewMyRoleMex(BpelEngineImpl.java:187)
at
org.apache.ode.bpel.engine.BpelEngineImpl.createMessageExchange(BpelEngineImpl.java:157)
at
org.apache.ode.bpel.engine.BpelEngineImpl.createMessageExchange(BpelEngineImpl.java:210)
at
org.jboss.soa.bpel.runtime.engine.ode.BPELEngineImpl.createMessageExchange(BPELEngineImpl.java:224)
at
org.jboss.soa.bpel.runtime.engine.ode.BPELEngineImpl.invoke(BPELEngineImpl.java:106)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.