ActiveBPEL™ Designer User’s Guide
To start at the beginning of the tutorial, see Introduction to ActiveBPEL Tutorial.
If you have followed all tutorial parts so far, you have deployed and run a BPEL process on the ActiveBPEL Server.
Before starting this part of the tutorial, we recommend that you complete Tutorial Part 10: Running the Process on the Server. In part 10, you copied several files to the appropriate server folders.
You should have the following files in the following server locations:
In the Navigator view of ActiveBPEL, you should have the following files:
By completing Part 11 of the tutorial, you will be able to:
Step 1: Add a breakpoint to tutorial.bpel
You can connect to a running or completed process from within ActiveBPEL Designer for remote debugging. There are several options for remote debugging, and we will set a breakpoint in the process and then attach to the running process when the breakpoint is hit.

Step 2: Start the server
The server must be running in order to start remote debugging, so start the server now (if it is not already running) before setting up a debug configuration.
ActiveBPEL Designer Installation folder\Server\ActiveBPEL_Tomcat\bin
Step 3: Create a configuration for launching a remote debug session
A remote debug configuration indicates where processes are running and how you want to attach to them.
tutorial_run_to_breakpoint.
Your Debug configuration dialog should look like the following example.

Your Debug view should look like the following example.

Step 4: Instantiate the process
You can create an instance of the process by using the test client to initiate the Receive activity in tutorial.bpel, just as you did in Part 10 of the tutorial.
http://localhost:8080/ActiveBPEL_Tutorial_test_page
Change the port number if necessary.

500.
request.
low for the Assessor reply.
This means that the variable risk used in the
Assessor invoke activity contains this value.
yes for the Approver reply.
This means the variable approval used in both
the Approver invoke and the assign activities contain this value.
Step 5: Begin remote debugging
Note: If you receive a remote debugging error message from ActiveBPEL, it means that your workspace copy of the process file is missing. ActiveBPEL displays your local copy of the process while remote debugging. To correct the error, import tutorial.bpel into the ActiveBPEL_Tutorial project in the Navigator and re-instantiate the process.

request variable displays the data
from the test client request.
risk variable contains the low value.
Your Designer should look like the following example.

accept part of the approve variable
displays yes.

ActiveBPEL Enterprise users can download the tutorial Web services support files for their product from www.active-endpoints.com.
Copyright (c) 2004-2007 Active Endpoints, Inc.