You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Denis Weerasiri (JIRA)" <ji...@apache.org> on 2009/04/01 22:13:12 UTC

[jira] Commented: (ODE-565) Adding web based BPEL debugging support

    [ https://issues.apache.org/jira/browse/ODE-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694712#action_12694712 ] 

Denis Weerasiri commented on ODE-565:
-------------------------------------

Tested the functionalities of the BpelManagementFacadeImpl which is deployed as a axis2 web service.
Adding breakpoints globally (process vise) for activities is possible and works fine. The particular processes get suspended on the particular activity correctly.
But I don't know how add the activity breakpoints instance vise. For the BPEL debugger functionality this will be essential as in ODE there may be other instances running while the BPEL debugger process is running. Otherwise all the instances will be suspended while the BPEL debugger process started. 
Several important operations like org.apache.ode.bpel.engine.BpelManagementFacadeImpl#step need to be fixed.

Better ideas and suggestions are more than welcome. 

Cheers, 
Denis 

> Adding web based BPEL debugging support
> ---------------------------------------
>
>                 Key: ODE-565
>                 URL: https://issues.apache.org/jira/browse/ODE-565
>             Project: ODE
>          Issue Type: New Feature
>          Components: Management API
>            Reporter: Denis Weerasiri
>         Attachments: ODE-565_1.patch
>
>
> In order to run a business process successfully in ODE, it is a must to verify and debug its BPEL process model before deploying it in Apache ODE. So exposing the process debugging functionality as a web services such that a user can remotely debug a process and adding a graphical monitoring console allows for setting breakpoints and to monitor the run time details of that process will increase the usability as well as popularity of the work-flow engine we are concerning. Currently though the debugging functionality is included in Apache ODE, it's not really been tested for the current Apache ODE and it's not exposed as a web service.
> Web based debugging support for Apache ODE is a project aimed at exposing the debugging functionality as a web service and adding an AJAX based monitoring console to which consist of a graphical representation of a particular business process, allows for setting breakpoints to activities and allows for monitoring that process being debugged.
> This will enable users to gain full advantage of the ODE, by reducing design time and the testing time during the process development by allowing them to remotely debug a business process, set breakpoints to process activities, modify variables and to monitor the run rime variable information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.