Apache ODE (Orchestration Director Engine) is an open source middleware that executes business processes written following the WS-BPEL standard.
2
votes
1answer
125 views
WS-Addressing ReplyTo for callbacks in asynchronous bpel-processes
I have an asynchronous bpel-processes that invokes a cllback-service on the client to transmit its response. At the moment, I statically defined the client's endpoint in the corresponding wsdl-file ...
2
votes
1answer
73 views
Apache ODE and JAX-WS 2.0
I am trying Apache ODE for evaluation.
It seems Apache ODE runs on AXIS2 for webservices.
Has anybody tried to configure Apache ODE with JAX-WS 2.0 instead of AXIS 2?
1
vote
2answers
51 views
copy complexType to message in BPEL
I am using Apache ODE to write some simple BPEL's to connect 2 web services.
One of the WSDL files of my two services contains this complex type:
<types>
<t:schema ...
1
vote
1answer
138 views
Migrating Oracle BPEL 10g Process to Apache ODE BPM
I am considering replacing Oracle 10g BPEL Process Manager and migrating all processes to Apache ODE. Are there documented steps in migrating the processes across the two platforms?
1
vote
2answers
667 views
Apache ODE example
Any good apache ODE example available?
I am trying to evaluate Apache ODE for an project. Please provide any references for learning
Apache ODE through samples/tutorials/guide.
Thanks.
1
vote
2answers
186 views
Problem in accessing wsdl from URL(http) from bpel
HI,
I want to access wsdl file that is imported in bpel definition, can i do that or i will have to create local copy and then use it?
Because whenever it run the process it gives me this:
FATAL - ...
0
votes
0answers
27 views
org.apache.ode.acis2.OdeFault: SOAP body does not contain require part: checkAvailableFlightReturn
I'm now using ODE run in tomcat web server. I've developed TravelReservationProcess (BPEL) to invoke another webservice(TravelReservation) that is deployed in tomcat too. The process receive 5 ...
0
votes
2answers
217 views
What means “No such channel”-Exception in Apache ODE?
I have multiple BPEL-processes which runs fine on WSO2 (version 2.0.1). But after some time, there appears following exception in the log. I have no clue, what they means nor how to get rid of them.
...
0
votes
1answer
116 views
Process in ServiceMix with Apache ODE JBI component
I installed Servicemix with the Apache ODE JBI component, and then I deployed the example HelloWorld2, which has two service units: Ode bpel engine (for the process) and http (for the external end ...
0
votes
1answer
275 views
How to run the HelloWorld ODE from the browser?
I develop a simple hello world project by using Eclipse IDE. I can run it from the IDE (Web Services -> Test with Web Services Explorer). From that it work perfectly, but if I try to access the
...
0
votes
1answer
200 views
Adding BPEL (ODE?) functionality to an existing system of web services (Eclipse/Axis2/GlassFish)
I've implemented a system of web services using Eclipse / Apache Axis2 / GlassFish. Now I need to extends the system's functionality through BPEL. What's the most straightforward way of achieving ...