Thanks for you help. Milinda.
On Thu, Oct 16, 2008 at 8:36 PM, Matthieu Riou <[EMAIL PROTECTED]>wrote: > On Thu, Oct 16, 2008 at 5:07 AM, Tammo van Lessen <[EMAIL PROTECTED] > >wrote: > > > 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. > > > > Yep, what Tammo said. I'm pretty sure it's completely broken right now > given > that it hasn't been used in ages but the logic in the runtime is still > there. Reviving the thing would probably not be too hard but you'd have to > find your way around in the runtime and add some debugging primitives in > the > remote API if you want to debug remotely. Following the trail that Tammo > pointed you toward might be a good start. > > Cheers, > Tammo > > > > > > 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 > > > > > > > > > > > -- http://mpathirage.com http://wso2.org "Oxygen for Web Service Developers" http://wsaxc.blogspot.com "Web Services With Axis2/C"
