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.
I installed Servicemix with the Apache ODE JBI component, and then I deployed the example HelloWorld2, which hastwo service units:Ode bpel engine (for the process) and http (for the external end point
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开发者_如何学JAVA.0 instead of AXIS 2?Please have a lo
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
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?
I have a script which, given an ID, kicks off some complex processes and puts an RTF file onto stdout. For example, you might call it with something like foo.exe 27 to point it at ID 27.