Hi Milinda, at the time when ODE was still PXE, there was support for debugging with breakpoints. It was integrated with Sun's netbeans and worked quite well. I'm not sure which parts of this survived the incubation but at least some relics are still there:
engine/src/main/java/org/apache/ode/bpel/runtime/breaks. If my eclipse was currently running I'd try a Ctrl-Shift-G on these classes. Cheers, Tammo Milinda Pathirage wrote: > Hi, > Do ODE has debugging API for BPEL processes which we can use to set break > point remotely and get the present status of the running instances we are > interested. I saw that there are some support in BPEL compiler which will > include line numbers like information in compiled BPEL and from the Instance > Management API we can get activity information. Can we use those information > to implement remote debugging API. If the debugging support must impleement > from the begging how much effort it will take. > > Thanks in advance, > Milinda > >
