Hi, I was trying to compile your example:

Seneca:bin mdondrup$ sh bpelc 
/opt/local/apache-tomcat/webapps/ode/WEB-INF/processes/MediaProcess/MediaComposite1.bpel
 
FATAL - 2009-12-18 14:32:50,859 - 
<org.apache.ode.bpel.compiler.DefaultResourceFinder> openResource: unable to 
open file URL 
file:/opt/local/apache-tomcat/webapps/ode/WEB-INF/processes/MediaProcess/RendererService.wsdl;
 java.io.FileNotFoundException: 
/opt/local/apache-tomcat/webapps/ode/WEB-INF/processes/MediaProcess/RendererService.wsdl
 (No such file or directory)
file:/opt/local/apache-tomcat/webapps/ode/WEB-INF/processes/MediaProcess/MediaComposite1.bpel:8:
 error: [WsdlParseError] /definitions/import: [PARSER_ERROR] WSDLException (at 
/definitions/import): faultCode=PARSER_ERROR: Problem parsing 
'file:/opt/local/apache-tomcat/webapps/ode/WEB-INF/processes/MediaProcess/RendererService.wsdl'.:
 java.io.FileNotFoundException: 
/opt/local/apache-tomcat/webapps/ode/WEB-INF/processes/MediaProcess/RendererService.wsdl
 (No such file or directory)
....

There seem to be some files missing, can you also post the missing wsdls pls?

Best



Am Dec 18, 2009 um 2:00 PM schrieb dawg:

> 
> To add to it, by changing the callback to be a service in the same WSDL
> rather than another port type under the same service, I managed to get it to
> work, but I wonder if that was essential.
> 
> Dawg
> 
> 
> dawg wrote:
>> 
>> Hi,
>> 
>> Using ODE 2.0 I'm getting this error when trying to run a process. The
>> process has multiple receive activities, each attached to a different
>> partner link. The partner links are mapped to different port types on the
>> same WSDL. I attach the BPEL file and the WSDL file. 
>> 
>> This is what happens in the log during the invocation:
>> DEBUG - GeronimoLog.debug(66) | Invoking ODE using MEX
>> {MyRoleMex#hqejbhcnphr4u7uarvcp7i [Client null] calling
>> {http://j2ee.netbeans.org/wsdl/MediaCompositeWsdl}MediaCompositeWsdlService.Multiplay(...)}
>> DEBUG - GeronimoLog.debug(66) | invoke() EPR= null ==>
>> ODEProcess[{http://enterprise.netbeans.org/bpel/MediaComposite1/MediaComposite1}MediaComposite1-12]
>> ERROR - GeronimoLog.error(104) | Unable to route message exchange
>> hqejbhcnphr4u7uarvcp7i, EPR was not specified and the target my-role could
>> not be inferred.
>> DEBUG - GeronimoLog.debug(66) | schedulingRunnable for process
>> {http://enterprise.netbeans.org/bpel/MediaComposite1/MediaComposite1}MediaComposite1-12:
>> org.apache.ode.bpel.engine.unreliablemyrolemessageexchangeimp...@869433
>> DEBUG - GeronimoLog.debug(66) | Handling response for MEX
>> {MyRoleMex#hqejbhcnphr4u7uarvcp7i [Client null] calling
>> {http://j2ee.netbeans.org/wsdl/MediaCompositeWsdl}MediaCompositeWsdlService.Multiplay(...)}
>> ERROR - GeronimoLog.error(108) | Call to
>> {http://j2ee.netbeans.org/wsdl/MediaCompositeWsdl}MediaCompositeWsdlService.Multiplay
>> caused an exception.
>> org.apache.ode.axis2.OdeFault: Message exchange failure
>> 
>> http://old.nabble.com/file/p26842579/MediaComposite1.bpel
>> MediaComposite1.bpel 
>> http://old.nabble.com/file/p26842579/MediaCompositeWsdl.wsdl
>> MediaCompositeWsdl.wsdl 
>> http://old.nabble.com/file/p26842579/deploy.xml deploy.xml 
>> 
>> Am I doing something wrong here?
>> 
>> Thanks,
>> Dawg
>> 
> 
> -- 
> View this message in context: 
> http://old.nabble.com/%22EPR-was-not-specified-and-the-target-my-role-could-not-be-inferred%22-tp26842579p26843021.html
> Sent from the Apache Ode User mailing list archive at Nabble.com.
> 

Reply via email to