How to View Adapter Properties

You can view adapter properties under the Data tab in the Log window.

To view adapter properties:

  1. Click the Step Over icon until you stop at a breakpoint on a reference binding component such as a database adapter. Figure 50-23 provides details.

    Figure 50-23 JCA Adapter Properties

    Description of Figure 50-23 follows
    Description of "Figure 50-23 JCA Adapter Properties"

    The process is stopped to check on the existence of the customer. Adapter endpoint properties are displayed. Figure 50-24 provides details. The SQL syntax to be executed is also displayed.

  2. Right-click a property and select View Whole Value to view the data being passed to the customer (for this example, nativePayload is selected). Figure 50-25 shows the customer ID being passed. View Whole Value is also useful for non-XML BPEL variables.

    Figure 50-25 Request Message Contents Being Passed

    Description of Figure 50-25 follows
    Description of "Figure 50-25 Request Message Contents Being Passed"
  3. Click the Step Over icon to execute the database adapter.
  4. Right-click a property and select View Whole Value to view the customer reply message data. For this example, the value of 1 indicates that the customer exists. Figure 50-26 provides details.

    Figure 50-26 Reply Message Contents Being Returned

    Description of Figure 50-26 follows
    Description of "Figure 50-26 Reply Message Contents Being Returned"
  5. To change a value, right-click a property and select Modify Value.