• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

BPEL eclipse designer and Apache ODE

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know if this is the better section to post my issue, but I don't find another one good for that...

Hello,

I'm creating BPEL Workflow with Eclipse BPEL plugin and Apache ODE (BPEL engine).
Apache ODE is running with axis2 on Tomcat 7.

I've deployed my Workflow and a Web Service wich is used by my workflow.
I've tested my Web Service, and all it's OK.

When I test my Workflow with "Web service explorer", I have a timeout error.
And the Tomcat server throw the error :



Do you know this problem ? how to solve it ?

Thank you in advance.
Alessandra
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Alexandra,

Did you solve this issue ? I am getting the same message.

My issue is:

1. I added a new operation in my basic helloworld webservice and i am getting this issue which says "ERROR [ODEService] Timeout or execution error when waiting for response to MEX"

I just read this http://dev.eclipse.org/mhonarc/lists/bpel-dev/msg01375.html


and it seems to be an issue with co-relation. I have not used correlation before. Did you solve your issue?



Cheers,
-Anand
 
Alessandra Sandonini
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, I solved it, but some time ago and I don't remember details..

I'm sure that the message is link to an error on setting the field "SoapAction" (that BPEL engine doesn't set automatically in a correct way :| )..I think you must set it in a good way, like this: "<soapperation soapAction="urn:yourOperationInvoked" ... />

You have to search solutions to how set the field correctly
Let me know if you solve the problem!

Bye!!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic